2 resultados para Primeira camada a falhar
em Repositório Institucional da Universidade Tecnológica Federal do Paraná (RIUT)
Resumo:
On the national scene, soybean crop occupies a prominent position in cultivated area and volume production, being cultivated largely in the no tillage system. This system, due to the intense traffic of machines and implements on its surface has caused soil compaction problems, which has caused the yield loss of crops. In order to minimize this effect the seeder-drill uses the systems to opening the furrow by shank or the double disc type. The use of the shank has become commonplace for allowing the disruption of the compacted surface layer, however requires greater energy demand and may cause excessive tillage in areas where there is not observed high levels of compaction. Thus, this study aimed to evaluate the effects of furrowers mechanisms and levels of soil compacting on traction requirement by a seeder-drill and on the growing and productivity of soybean in an Oxisol texture clay, in a two growing seasons. The experimental design consisted of randomized blocks with split plots with the main plots composed of four levels of soil compaction (N0 – no tillage without additional compaction, N1, N2 and N3 – no tillage subjected to compaction through two, four and six passes with tractor, respectively) corresponding to densities of soil 1.16, 1.20, 1.22 and 1.26 g cm-3, and subplots by two furrowers mechanisms (shank and double disc) with four replicates. To evaluate the average, maximum and specific traction force requested by the seeder-drill, was used a load cell, with capacity of 50 kN and sensitivity of 2 mV V-1, coupled between the tractor and seeder-drill, whose data are stored in a datalogger system model CR800 of Campbell Scientific. In addition, were evaluated the bulk density, soil mechanical resistance to penetration, sowing depth, depth and groove width, soil area mobilized, emergence speed index, emergence operation, final plant stand, stem diameter, plant height, average number of seeds per pod, weight of 1,000 seeds, number of pods per plant and crop productivity. Data were subjected to analysis of variance, the mean of furrowers were compared by Tukey test (p≤0.05), while for the factor soil compaction, polynomial regression analysis was adopted, selected models by the criterion of greater R2 and significance (p≤0.05) of equation parameters. Regardless of the crop season, penetration resistance increase as soil compaction levels up to around 0.20 m deep, and bulk density influenced the sowing quality parameters, however, did not affect the crop yield. In the first season, there was a higher productivity with the use of the shank type. In the second crop season, the shank demanded greater energetic requirement with the increase of bulk density and opposite situation with the double disc. The locking of sowing lines allow better performance of the shank to break the compacted layer.
Resumo:
This document presents GEmSysC, an unified cryptographic API for embedded systems. Software layers implementing this API can be built over existing libraries, allowing embedded software to access cryptographic functions in a consistent way that does not depend on the underlying library. The API complies to good practices for API design and good practices for embedded software development and took its inspiration from other cryptographic libraries and standards. The main inspiration for creating GEmSysC was the CMSIS-RTOS standard, which defines an unified API for embedded software in an implementation-independent way, but targets operating systems instead of cryptographic functions. GEmSysC is made of a generic core and attachable modules, one for each cryptographic algorithm. This document contains the specification of the core of GEmSysC and three of its modules: AES, RSA and SHA-256. GEmSysC was built targeting embedded systems, but this does not restrict its use only in such systems – after all, embedded systems are just very limited computing devices. As a proof of concept, two implementations of GEmSysC were made. One of them was built over wolfSSL, which is an open source library for embedded systems. The other was built over OpenSSL, which is open source and a de facto standard. Unlike wolfSSL, OpenSSL does not specifically target embedded systems. The implementation built over wolfSSL was evaluated in a Cortex- M3 processor with no operating system while the implementation built over OpenSSL was evaluated on a personal computer with Windows 10 operating system. This document displays test results showing GEmSysC to be simpler than other libraries in some aspects. These results have shown that both implementations incur in little overhead in computation time compared to the cryptographic libraries themselves. The overhead of the implementation has been measured for each cryptographic algorithm and is between around 0% and 0.17% for the implementation over wolfSSL and between 0.03% and 1.40% for the one over OpenSSL. This document also presents the memory costs for each implementation.