883 resultados para Sensitive variable


Relevância:

20.00% 20.00%

Publicador:

Resumo:

In this communication, we show that the growth of isolate H6 of the dermatophyte Trichophyton rubrum on non-buffered medium and under saturating phosphate conditions is dependent on the initial growth pH, with an apparent optimum at pH 4.0. In addition, irrespective of the initial growth pH, the pH of the medium altered during cultivation reaching values that ranged from 8.3 to 8.9. Furthermore, this isolate synthesized and secreted almost the same levels of an alkaline phosphatase with an apparent optimum pH ranging from 9.0 to 10.0 when grown on both low- and high-phosphate medium. Also, this alkaline phosphatase is activated by Mg2+ and is EDTA-sensitive. On the other hand, the very low levels of the enzyme retained by the mycelium grown on buffered medium at pH 5.0-5.2 suggest that this enzyme is encoded by an alkaline gene, i.e., a gene responsive to ambient pH signaling.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

This paper presents necessary and sufficient conditions for the following problem: given a linear time invariant plant G(s) = N(s)D(s)-1 = C(sI - A]-1B, with m inputs, p outputs, p > m, rank(C) = p, rank(B) = rank(CB) = m, £nd a tandem dynamic controller Gc(s) = D c(s)-1Nc(s) = Cc(sI - A c)-1Bc + Dc, with p inputs and m outputs and a constant output feedback matrix Ko ε ℝm×p such that the feedback system is Strictly Positive Real (SPR). It is shown that this problem has solution if and only if all transmission zeros of the plant have negative real parts. When there exists solution, the proposed method firstly obtains Gc(s) in order to all transmission zeros of Gc(s)G(s) present negative real parts and then Ko is found as the solution of some Linear Matrix Inequalities (LMIs). Then, taking into account this result, a new LMI based design for output Variable Structure Control (VSC) of uncertain dynamic plants is presented. The method can consider the following design specifications: matched disturbances or nonlinearities of the plant, output constraints, decay rate and matched and nonmatched plant uncertainties. © 2006 IEEE.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Beetle luciferases emit a wide range of bioluminescence colors, ranging from green to red. Firefly luciferases can shift the spectrum to red in response to pH and temperature changes, whereas click beetle and railroadworm luciferases do not. Despite many studies on firefly luciferases, the origin of pH-sensitivity is far from being understood. Through comparative site-directed mutagenesis and modeling studies, using the pH-sensitive luciferases (Macrolampis and Cratomorphus distinctus fireflies) and the pH-insensitive luciferases (Pyrearinus termitilluminans, Phrixotrix viviani and Phrixotrix hirtus) cloned by our group, here we show that substitutions dramatically affecting bioluminescence colors in both groups of luciferases are clustered in the loop between residues 223-235 (Photinus pyralis sequence). The substitutions at positions 227, 228 and 229 (P. pyralis sequence) cause dramatic redshift and temporal shift in both groups of luciferases, indicating their involvement in labile interactions. Modeling studies showed that the residues Y227 and N229 are buried in the protein core, fixing the loop to other structural elements participating at the bottom of the luciferin binding site. Changes in pH and temperature (in firefly luciferases), as well as point mutations in this loop, may disrupt the interactions of these structural elements exposing the active site and modulating bioluminescence colors. © 2007 The Authors.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

This paper is based on the analysis and implementation of a new drive system applied to refrigeration systems, complying with the restrictions imposed by the IEC standards (Harmonic/Flicker/EMI-Electromagnetic Interference restrictions), in order to obtain high efficiency, high power factor, reduced harmonic distortion in the input current and reduced electromagnetic interference, with excellent performance in temperature control of a refrigeration prototype system (automatic control, precision and high dynamic response). The proposal is replace the single-phase motor by a three-phase motor, in the conventional refrigeration system. In this way, a proper control technique can be applied, using a closed-loop (feedback control), that will allow an accurate adjustment of the desirable temperature. The proposed refrigeration prototype uses a 0.5Hp three-phase motor and an open (Belt-Drive) Bitzer IY type compressor. The input rectifier stage's features include the reduction in the input current ripple, the reduction in the output voltage ripple, the use of low stress devices, low volume for the EMI input filter, high input power factor (PF), and low total harmonic distortion (THD) in the input current, in compliance with the IEC61000-3-2 standards. The digital controller for the output three-phase inverter stage has been developed using a conventional voltage-frequency control (scalar V/f control), and a simplified stator oriented Vector control, in order to verify the feasibility and performance of the proposed digital controls for continuous temperature control applied at the refrigerator prototype. ©2008 IEEE.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

This paper presents two Variable Structure Controllers (VSC) for continuous-time switched plants. It is assumed that the state vector is available for feedback. The proposed control system provides a switching rule and also the variable structure control input. The design is based on Lyapunov-Metzler (LM) inequalities and also on Strictly Positive Real (SPR) systems stability results. The definition of Lyapunov-Metzler-SPR (LMS) systems and its direct application in the design of VSC for switched systems are introduced in this paper. Two examples illustrate the design of the proposed VSC, considering a plant given by a switched system with a switched-state control law and two linear time-invariant systems, that are not controllable and also can not be stabilized with state feedback. ©2008 IEEE.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

The objective of this work was to study the dimensional parameters of the drainage net using 12 third-order ramification hydrological watersheds: 4 watersheds per soil unit (LVA, RL and RQ). The soil distinction was realized using ''t'' test to verify the orthogonal contrast among three soil averages and the grouping analysis and mean components. The results showed that the multivariance analysis was not able to discriminate three soils using the dimensional analysis. The t test of this isolated variable allowed discriminating RQ soil from LVA and RL soil units; but it was not sensitive to discriminate the LVA soil and RL unit.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

A method for context-sensitive analysis of binaries that may have obfuscated procedure call and return operations is presented. Such binaries may use operators to directly manipulate stack instead of using native call and ret instructions to achieve equivalent behavior. Since definition of context-sensitivity and algorithms for context-sensitive analysis have thus far been based on the specific semantics associated to procedure call and return operations, classic interprocedural analyses cannot be used reliably for analyzing programs in which these operations cannot be discerned. A new notion of context-sensitivity is introduced that is based on the state of the stack at any instruction. While changes in 'calling'-context are associated with transfer of control, and hence can be reasoned in terms of paths in an interprocedural control flow graph (ICFG), the same is not true of changes in 'stack'-context. An abstract interpretation based framework is developed to reason about stack-contexts and to derive analogues of call-strings based methods for the context-sensitive analysis using stack-context. The method presented is used to create a context-sensitive version of Venable et al.'s algorithm for detecting obfuscated calls. Experimental results show that the context-sensitive version of the algorithm generates more precise results and is also computationally more efficient than its context-insensitive counterpart. Copyright © 2010 ACM.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Since Sharir and Pnueli, algorithms for context-sensitivity have been defined in terms of 'valid' paths in an interprocedural flow graph. The definition of valid paths requires atomic call and ret statements, and encapsulated procedures. Thus, the resulting algorithms are not directly applicable when behavior similar to call and ret instructions may be realized using non-atomic statements, or when procedures do not have rigid boundaries, such as with programs in low level languages like assembly or RTL. We present a framework for context-sensitive analysis that requires neither atomic call and ret instructions, nor encapsulated procedures. The framework presented decouples the transfer of control semantics and the context manipulation semantics of statements. A new definition of context-sensitivity, called stack contexts, is developed. A stack context, which is defined using trace semantics, is more general than Sharir and Pnueli's interprocedural path based calling-context. An abstract interpretation based framework is developed to reason about stack-contexts and to derive analogues of calling-context based algorithms using stack-context. The framework presented is suitable for deriving algorithms for analyzing binary programs, such as malware, that employ obfuscations with the deliberate intent of defeating automated analysis. The framework is used to create a context-sensitive version of Venable et al.'s algorithm for analyzing x86 binaries without requiring that a binary conforms to a standard compilation model for maintaining procedures, calls, and returns. Experimental results show that a context-sensitive analysis using stack-context performs just as well for programs where the use of Sharir and Pnueli's calling-context produces correct approximations. However, if those programs are transformed to use call obfuscations, a contextsensitive analysis using stack-context still provides the same, correct results and without any additional overhead. © Springer Science+Business Media, LLC 2011.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

This paper presents a control method for a class of continuous-time switched systems, using state feedback variable structure controllers. The method is applied to the control of a two-cell dc-dc buck converter and a control circuit design using the software PSpice is proposed. The design is based on Lyapunov-Metzler-SPR systems and the performance of the resulting control system is superior to that afforded by a recently-proposed alternative sliding-mode control technique. The dc-dc power converters are very used in industrial applications, for instance, in power systems of hybrid electric vehicles and aircrafts. Good results were obtained and the proposed design is also inexpensive because it uses electric components that can be easily found for the hardware implementation. Future researches on the subject include the hardware validation of the dc-dc converter controller and the robust control design of switched systems, with structural failures. © 2011 IEEE.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

This paper presents a control method for a class of continuous-time switched systems, using state feedback variable structure controllers. The method is applied to the control of a non-trivial dc-dc power converter and a simple and inexpensive control circuit design, that was simulated using the software PSpice, is proposed. The design is based on Lyapunov-Metzler-SPR systems and the performance of the resulting control system is superior to that afforded by a recently proposed alternative sliding-mode control technique. © 2011 IFAC.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

This paper proposes a bridgeless boost interleaved PFC (power factor correction) converter with variable duty cycle control. The application of bridgeless technique causes reduction of conduction losses, while the interleaving technique of converters cells allows division of efforts in semiconductor devices and reduction of weight and volume of the input EMI filter. The use of variable duty cycle control has the functions of regulating the output voltage and eliminating the low order harmonic components that appears in the input current of the common interleaved power factor converters working in Discontinuous Conduction Mode (DCM). The simulation results of the proposed converter presented high power factor and a good transient response in relation to the output voltage regulation in presence of high load variations and supply voltage variations. © 2011 IEEE.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Documento disponible en inglés (565.03)

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Incluye Bibliografía

Relevância:

20.00% 20.00%

Publicador:

Resumo:

A search for supersymmetry in final states with jets and missing transverse energy is performed in pp collisions at a centre-of-mass energy of s=7 TeV. The data sample corresponds to an integrated luminosity of 4.98 fb-1 collected by the CMS experiment at the LHC. In this search, a dimensionless kinematic variable, α T, is used as the main discriminator between events with genuine and misreconstructed missing transverse energy. The search is performed in a signal region that is binned in the scalar sum of the transverse energy of jets and the number of jets identified as originating from a bottom quark. No excess of events over the standard model expectation is found. Exclusion limits are set in the parameter space of the constrained minimal supersymmetric extension of the standard model, and also in simplified models, with a special emphasis on compressed spectra and third-generation scenarios.[Figure not available: see fulltext.] © 2013 CERN for the benefit of the CMS Collaboration.