921 resultados para Adaptive design, D-optimal design, MCMC, Pharmacokinetics


Relevância:

50.00% 50.00%

Publicador:

Resumo:

Print No: 72

Relevância:

50.00% 50.00%

Publicador:

Resumo:

The mixed-signal and analog design on a pre-diffused array is a challenging task, given that the digital array is a linear matrix arrangement of minimum-length transistors. To surmount this drawback a specific discipline for designing analog circuits over such array is required. An important novel technique proposed is the use of TAT (Trapezoidal Associations of Transistors) composite transistors on the semi-custom Sea-Of-Transistors (SOT) array. The analysis and advantages of TAT arrangement are extensively analyzed and demonstrated, with simulation and measurement comparisons to equivalent single transistors. Basic analog cells were also designed as well in full-custom and TAT versions in 1.0mm and 0.5mm digital CMOS technologies. Most of the circuits were prototyped in full-custom and TAT-based on pre-diffused SOT arrays. An innovative demonstration of the TAT technique is shown with the design and implementation of a mixed-signal analog system, i. e., a fully differential 2nd order Sigma-Delta Analog-to-Digital (A/D) modulator, fabricated in both full-custom and SOT array methodologies in 0.5mm CMOS technology from MOSIS foundry. Three test-chips were designed and fabricated in 0.5mm. Two of them are IC chips containing the full-custom and SOT array versions of a 2nd-Order Sigma-Delta A/D modulator. The third IC contains a transistors-structure (TAT and single) and analog cells placed side-by-side, block components (Comparator and Folded-cascode OTA) of the Sigma-Delta modulator.

Relevância:

50.00% 50.00%

Publicador:

Resumo:

We model the trade-off between the balance and the strength of incentives implicit in the choice between hierarchical and matrix or- ganizational structures. We show that managerial biases determine which structure is optimal: hierarchical forms are preferred when biases are low, while matrix structures are preferred when biases are high. Moreover, the results show that there is always a level of bias for which matrix design can achieve the expected profit obtained by shareholders if they could directly control the firm. We also show that the main trade-off, i.e., hierarchical versus matrix structure is preserved under asymmetric levels of bias among managers and when low-level workers perceive activities with complementary efforts.

Relevância:

50.00% 50.00%

Publicador:

Resumo:

Whether human capital increases or decreases wage uncertainty is an open question from an empirical standpoint. Yet, most policy prescriptions regarding human capital formation are based on models that impose riskiness on this type of investment. In a two period and finite type optimal income taxation problem we derive prescriptions that are robust to the risk characteristics of human capital: savings should be discouraged, human capital investments encouraged and both types of investment driven to an efficient level from an aggregate perspective. These prescriptions are also robust to the assumptions regarding what choices are observed, despite policy instruments being not.

Relevância:

50.00% 50.00%

Publicador:

Resumo:

We model the tradeoff between the balance and the strength of incentives implicit in the choice between hierarchical and matrix organizational structures. We show that managerial biases determine which structure is optimal: hierarchical forms are preferred when biases are low, while matrix structures are preferred when biases are high.

Relevância:

50.00% 50.00%

Publicador:

Resumo:

The purpose of this work is to provide a brief overview of the literature on the optimal design of unemployment insurance systems by analyzing some of the most influential articles published over the last three decades on the subject and extend the main results to a multiple aggregate shocks environment. The properties of optimal contracts are discussed in light of the key assumptions commonly made in theoretical publications on the area. Moreover, the implications of relaxing each of these hypothesis is reckoned as well. The analysis of models of only one unemployment spell starts from the seminal work of Shavell and Weiss (1979). In a simple and common setting, unemployment benefits policies, wage taxes and search effort assignments are covered. Further, the idea that the UI distortion of the relative price of leisure and consumption is the only explanation for the marginal incentives to search for a job is discussed, putting into question the reduction in labor supply caused by social insurance, usually interpreted as solely an evidence of a dynamic moral hazard caused by a substitution effect. In addition, the paper presents one characterization of optimal unemployment insurance contracts in environments in which workers experience multiple unemployment spells. Finally, an extension to multiple aggregate shocks environment is considered. The paper ends with a numerical analysis of the implications of i.i.d. shocks to the optimal unemployment insurance mechanism.

Relevância:

50.00% 50.00%

Publicador:

Resumo:

The work described in this thesis aims to support the distributed design of integrated systems and considers specifically the need for collaborative interaction among designers. Particular emphasis was given to issues which were only marginally considered in previous approaches, such as the abstraction of the distribution of design automation resources over the network, the possibility of both synchronous and asynchronous interaction among designers and the support for extensible design data models. Such issues demand a rather complex software infrastructure, as possible solutions must encompass a wide range of software modules: from user interfaces to middleware to databases. To build such structure, several engineering techniques were employed and some original solutions were devised. The core of the proposed solution is based in the joint application of two homonymic technologies: CAD Frameworks and object-oriented frameworks. The former concept was coined in the late 80's within the electronic design automation community and comprehends a layered software environment which aims to support CAD tool developers, CAD administrators/integrators and designers. The latter, developed during the last decade by the software engineering community, is a software architecture model to build extensible and reusable object-oriented software subsystems. In this work, we proposed to create an object-oriented framework which includes extensible sets of design data primitives and design tool building blocks. Such object-oriented framework is included within a CAD Framework, where it plays important roles on typical CAD Framework services such as design data representation and management, versioning, user interfaces, design management and tool integration. The implemented CAD Framework - named Cave2 - followed the classical layered architecture presented by Barnes, Harrison, Newton and Spickelmier, but the possibilities granted by the use of the object-oriented framework foundations allowed a series of improvements which were not available in previous approaches: - object-oriented frameworks are extensible by design, thus this should be also true regarding the implemented sets of design data primitives and design tool building blocks. This means that both the design representation model and the software modules dealing with it can be upgraded or adapted to a particular design methodology, and that such extensions and adaptations will still inherit the architectural and functional aspects implemented in the object-oriented framework foundation; - the design semantics and the design visualization are both part of the object-oriented framework, but in clearly separated models. This allows for different visualization strategies for a given design data set, which gives collaborating parties the flexibility to choose individual visualization settings; - the control of the consistency between semantics and visualization - a particularly important issue in a design environment with multiple views of a single design - is also included in the foundations of the object-oriented framework. Such mechanism is generic enough to be also used by further extensions of the design data model, as it is based on the inversion of control between view and semantics. The view receives the user input and propagates such event to the semantic model, which evaluates if a state change is possible. If positive, it triggers the change of state of both semantics and view. Our approach took advantage of such inversion of control and included an layer between semantics and view to take into account the possibility of multi-view consistency; - to optimize the consistency control mechanism between views and semantics, we propose an event-based approach that captures each discrete interaction of a designer with his/her respective design views. The information about each interaction is encapsulated inside an event object, which may be propagated to the design semantics - and thus to other possible views - according to the consistency policy which is being used. Furthermore, the use of event pools allows for a late synchronization between view and semantics in case of unavailability of a network connection between them; - the use of proxy objects raised significantly the abstraction of the integration of design automation resources, as either remote or local tools and services are accessed through method calls in a local object. The connection to remote tools and services using a look-up protocol also abstracted completely the network location of such resources, allowing for resource addition and removal during runtime; - the implemented CAD Framework is completely based on Java technology, so it relies on the Java Virtual Machine as the layer which grants the independence between the CAD Framework and the operating system. All such improvements contributed to a higher abstraction on the distribution of design automation resources and also introduced a new paradigm for the remote interaction between designers. The resulting CAD Framework is able to support fine-grained collaboration based on events, so every single design update performed by a designer can be propagated to the rest of the design team regardless of their location in the distributed environment. This can increase the group awareness and allow a richer transfer of experiences among them, improving significantly the collaboration potential when compared to previously proposed file-based or record-based approaches. Three different case studies were conducted to validate the proposed approach, each one focusing one a subset of the contributions of this thesis. The first one uses the proxy-based resource distribution architecture to implement a prototyping platform using reconfigurable hardware modules. The second one extends the foundations of the implemented object-oriented framework to support interface-based design. Such extensions - design representation primitives and tool blocks - are used to implement a design entry tool named IBlaDe, which allows the collaborative creation of functional and structural models of integrated systems. The third case study regards the possibility of integration of multimedia metadata to the design data model. Such possibility is explored in the frame of an online educational and training platform.

Relevância:

50.00% 50.00%

Publicador:

Resumo:

Esta dissertação se propõe a cartografar as redes sociotécnicas do design no campo do management nos moldes propostos pela Teoria Ator-Rede e apresentar o processo de translação pelo qual passou o termo ao adentrar no campo. Para tal, levantou e analisou artigos publicados sobre o tema nos principais periódicos da área de organizações e publicações. Estes textos demonstram como, nas últimas décadas, o design tem passado por uma expansão de sentido e aplicação na direção do management (ou do management no sentido do design), através das abordagens denominadas design thinking, design science ou design process. A pesquisa se justifica, uma vez que este assunto está presente nos principais periódicos do management e dos estudos organizacionais, como uma importante ferramenta para solução de problemas que desafiam os sistemas organizacionais, como: a mudança, o empreendedorismo e a inovação (Stephens & Boland, 2014). É importante destacar que o design tem sido cada vez mais considerado uma atividade decisiva na batalha econômica (Callon, 1986), na determinação dos atuais estilos de vida (lifestyle) e na construção de nosso mundo futuro. No campo dos estudos organizacionais, como demonstrou esta pesquisa, o design surge como uma abordagem que supera a dicotomia entre positivismo e a abordagem crítica na teoria organizacional (Jelinek, Romme & Boland, 2008). Por fim, esta dissertação se ateve à cartografia das redes sociotécnicas e à descrição das quatro principais fases do processo de translação do design no campo do management, a saber: (a) problematização, marcada pela publicação de The Sciences of Artificial em 1969 de Herbert A. Simon, no qual, ele argumenta pelo design como uma habilidade básica para todas as especialidades profissionais, incluindo a gestão (Simon, 1996), (b) interessamento, designers defendendo um design de sistemas complexos como as organizações, (c) engajamento, designers e teóricos das organizações juntos pelo design no management como uma alternativa para a superação da dicotomia entre positivismo e os estudos críticos na administração, e, (d) mobilização, na qual os teóricos das organizações partem em defesa do design no management como um forma de dar conta de modelos organizacionais contemporâneos com fronteiras mais permeáveis e em constante reformulação

Relevância:

50.00% 50.00%

Publicador:

Resumo:

The application of ergonomics in product design is essential to its accessibility and usability. The development of manual devices should be based on ergonomic principles. Effort perception analysis is an essential approach to understand the physical and subjective aspects of the interface. The objective of the present study was to analyze the effort perception during a simulated task with different door handles by Portuguese subjects of both genders and different ages. This transversal study agreed with ethical aspects. 180 subjects of both genders pertaining to three age groups have participated. Five door handles with different shapes were evaluated. A subjective numeric rating scale of 5 levels was used to evaluate the effort. For statistical analysis it was applied the Friedman non-parametric test. The results have showed no significant differences of effort perception in door handles "A" and "B"; "A" and "D"; and "D" and "C". Door handle "E" presented the lowest values of all. In general, there's an inverse relationship between the results of biomechanical studies and the effort perception of the same task activity. This shows that door handles design influence directly these two variables and can interfere in the accessibility and usability of these kinds of products.

Relevância:

50.00% 50.00%

Publicador:

Resumo:

The extracellular glycerol kinase gene from Saccharomyces cerevisiae (GUT]) was cloned into the expression vector pPICZ alpha. A and integrated into the genome of the methylotrophic yeast Pichia pastoris X-33. The presence of the GUT1 insert was confirmed by PCR analysis. Four clones were selected and the functionality of the recombinant enzyme was assayed. Among the tested clones, one exhibited glycerol kinase activity of 0.32 U/mL, with specific activity of 0.025 U/mg of protein. A medium optimized for maximum biomass production by recombinant Pichia pastoris in shaker cultures was initially explored, using 2.31 % (by volume) glycerol as the carbon source. Optimization was carried out by response surface methodology (RSM). In preliminary experiments, following a Plackett-Burman design, glycerol volume fraction (phi(Gly)) and growth time (t) were selected as the most important factors in biomass production. Therefore, subsequent experiments, carried out to optimize biomass production, followed a central composite rotatable design as a function of phi(Gly) and time. Glycerol volume fraction proved to have a significant positive linear effect on biomass production. Also, time was a significant factor (at linear positive and quadratic levels) in biomass production. Experimental data were well fitted by a convex surface representing a second order polynomial model, in which biomass is a function of both factors (R(2)=0.946). Yield and specific activity of glycerol kinase were mainly affected by the additions of glycerol and methanol to the medium. The optimized medium composition for enzyme production was: 1 % yeast extract, 1 % peptone, 100 mM potassium phosphate buffer, pH=6.0, 1.34 % yeast nitrogen base (YNB), 4.10(-5) % biotin, 1 %, methanol and 1 %, glycerol, reaching 0.89 U/mL of glycerol kinase activity and 14.55 g/L of total protein in the medium after 48 h of growth.

Relevância:

50.00% 50.00%

Publicador:

Resumo:

Absorbance detection in capillary electrophoresis (CE), offers an excellent mass sensitivity, but poor concentration detection limits owing to very small injection volumes (normally I to 10 nL). This aspect can be a limiting factor in the applicability of CE/UV to detect species at trace levels, particularly pesticide residues. In the present work, the optical path length of an on-column detection cell was increased through a proper connection of the column (75 mu m i.d.) to a capillary detection cell of 180 mu m optical path length in order to improve detectability. It is shown that the cell with an extended optical path length results in a significant gain in terms of signal to noise ratio. The effect of the increase in the optical path length has been evaluated for six pesticides, namely, carbendazim, thiabendazole, imazalil, procymidone triadimefon, and prochloraz. The resulting optical enhancement of the detection cell provided detection limits of ca. 0.3 mu g/mL for the studied compounds, thus enabling the residue analysis by CE/UV.

Relevância:

50.00% 50.00%

Publicador:

Resumo:

This paper presents an efficient approach based on a recurrent neural network for solving constrained nonlinear optimization. More specifically, a modified Hopfield network is developed, and its internal parameters are computed using the valid-subspace technique. These parameters guarantee the convergence of the network to the equilibrium points that represent an optimal feasible solution. The main advantage of the developed network is that it handles optimization and constraint terms in different stages with no interference from each other. Moreover, the proposed approach does not require specification for penalty and weighting parameters for its initialization. A study of the modified Hopfield model is also developed to analyse its stability and convergence. Simulation results are provided to demonstrate the performance of the proposed neural network.

Relevância:

50.00% 50.00%

Publicador:

Resumo:

In this paper, a factor referred to as k(f) for linear induction motor end effect analysis is presented. The mathematical model takes into account the longitudinal entry end effect. The entry end effect produces considerable distortion in magnetic field distribution. It is shown how this influence is derived from the machine-developed force that is calculated through the application of the I-D theory. The k(f) factor establishes the relationship between the longitudinal end effect and machine parameters, mainly the number of magnetic poles, secondary resistivity, and frequency.

Relevância:

50.00% 50.00%

Publicador:

Resumo:

Smart material technology has become an area of increasing interest for the development of lighter and stronger structures that are able to incorporate actuator and sensor capabilities for collocated control. In the design of actively controlled structures, the determination of the actuator locations and the controller gains is a very important issue. For that purpose, smart material modeling, modal analysis methods, and control and optimization techniques are the most important ingredients to be taken into account. The optimization problem to be solved in this context presents two interdependent aspects. The first is related to the discrete optimal actuator location selection problem, which is solved in this paper using genetic algorithms. The second is represented by a continuous variable optimization problem, through which the control gains are determined using classical techniques. A cantilever Euler-Bernoulli beam is used to illustrate the presented methodology.

Relevância:

50.00% 50.00%

Publicador:

Resumo:

This paper presents the linear optimal control technique for reducing the chaotic movement of the micro-electro-mechanical Comb Drive system to a small periodic orbit. We analyze the non-linear dynamics in a micro-electro-mechanical Comb Drive and demonstrated that this model has a chaotic behavior. Chaos control problems consist of attempts to stabilize a chaotic system to an equilibrium point, a periodic orbit, or more general, about a given reference trajectory. This technique is applied in analyzes the nonlinear dynamics in an MEMS Comb drive. The simulation results show the identification by linear optimal control is very effective.