CDS 101: Lecture 4.1 Linear Systems

Total Page:16

File Type:pdf, Size:1020Kb

CDS 101: Lecture 4.1 Linear Systems CDS 101/110: Lecture 3.1 Linear Systems Goals for Today: • Revist and motivate linear time-invariant system models: • Summarize properties, examples, and tools − Convolution equation describing solution in response to an input − Step response, impulse response − Frequency response • Characterize performance of linear systems Reading: • Åström and Murray, FBS-2e, Ch 6.1-6.3 1 Why are Linear Systems Important? u(t) Many important examples q2 q1 • Mechanical Systems m1 m2 k1 k2 k3 c m x f M 2 Why are Linear Systems Important? 3 Why are Linear Systems Important? Many important examples • Electronic circuits − Especially true after feedback − Frequency response is key performance specification 4 Why are Linear Systems Important? Many important examples Many important tools • Frequency and step response, – Traditional tools of control theory – Developed in 1930’s at Bell Labs CDS 110 • Classical control design toolbox – Nyquist plots, gain/phase margin – Loop shaping • Optimal control and estimators CDS – u(t) Linear quadratic regulators 112 q2 – Kalman estimators q1 m1 m2 • Robust control design CDS k1 k2 k3 – H1 control design 212/ c – µ analysis for structured 213 uncertainty 5 Solutions of Linear Time Invariant Systems: “Modes” Linear Time Invariant (LTI) System: • If Linear System, input u(t) leads to output y(t) • If u(t+T) leads to output y(t+T), the system is time invariant • Matrix LTI system, with no input • Let and be eigenvalue/eigenvector of . Then: ^2 = + + + = + + + 1! 22! 1! 2! 2 2 = ⋯ ⋯ • If n distinct eigenvalues, then 0 = + + + , and 0 = + 1 1 +2 2 + Sum of ⋯ “modes” 1 2 1 1 2 2 ⋯ 6 The Convolution Integral: Step 1 Let denote the response of a LTI system to a unit step input at t=0. – Assuming the system starts at Equilibrium The response to the steps are: – First step input at time t=0: – Second step input at time : ( ) − 0 0 – Third step input at time : ( ) 1 − 1 1 − 0 By linearity, we can add the response2 − 2 2 − 1 = + + … = + ( ) − 0 0 − 1 1 − 0 + … 0 1 0 1 2 1 = 0< − − − ( )( − −) − +1 − − − +1 � +1 0 − Taking the =limit0 as − +1 = − → ′ 7 �0 − Impulse Response homogeneous • What is the “impulse response” due to u(t)=δ(t)? take limit as dt 0 but keep unit area u → 1/dt 0 < 0 t = = 1/ 0 < = lim ( ) dt 0 � ≤ →0 • Apply this unit impulse to the system (with x(0)=0): ≥ = 8 Response to inputs: Convolution homogeneous At • Impulse response, h(t) = Ce B – Response to input “impulse” – Equivalent to “Green’s function” • Linearity ⇒ compose response to arbitrary u(t) using convolution – Decompose input into “sum” of shifted impulse functions – Compute impulse response for each – “Sum” impulse response to find y(t) – Take limit as dt→ 0 • Complete solution: use integral instead of “sum” • linear with respect to initial condition and input • 2X input ⇒ 2X output when x(0) = 0 Convolution Theorem 9 MATLAB Tools for Linear Systems Initial Condition Results A = [-1 1; 0 -1]; B = [0; 1]; 1 C = [1 0]; D = [0]; 0.8 x0 = [1; 0.5]; 0.6 To: Y(1) 0.4 Amplitude sys = ss(A,B,C,D); 0.2 0 initial(sys, x0); 0 1 2 3 4 5 6 7 impulse(sys); Linear Simulation Results 1 t = 0:0.1:10; 0.5 u = 0.2*sin(5*t) + cos(2*t); To: Y(1) Amplitude 0 lsim(sys, u, t, x0); -0.5 0 1 2 3 4 5 6 7 8 9 10 • Other MATLAB commands Time (sec.) – gensig, square, sawtooth – produce signals of diff. types ltiview – linear time invariant – step, impulse, initial, lsim – time domain analysis system plots – bode, freqresp, evalfr – frequency domain analysis 10 MATLAB Tools for Phase Space System Equations MATLAB CODE = 2 [x1, x2]=meshgrid(-0.5:0.05:0.5, -0.5:0.05:0.5); = 2 x1dot=-x1 - 2*x2*x1^2 + x2; ̇1 −1 − 21 2 x2dot=-x1-x2; ̇2 −1 − 2 quiver(x1,x2,x1dot,x2dot); x 0.6 0.4 0.2 0 -0.2 -0.4 -0.6 -0.6 -0.4 -0.2 0 0.2 0.4 0.6 11 MATLAB Tools for Phase Space function my_phases(IC) hold on [~,X]=ode45(@EOM,[0,50],IC); u=X(:,1); 0.6 w=X(:,2); plot(u,w,'r'); 0.4 xlabel('u') ylabel('w') 0.2 grid 0 end w function dX=EOM(t,X) -0.2 dX=zeros(2,1); x1=X(1); -0.4 x2=X(2); -0.6 x1dot=-x1 - 2*x2*x1^2 + x2; -0.6 -0.4 -0.2 0 0.2 0.4 0.6 x2dot=-x1-x2; u dX=[x1dot;x2dot]; end 12 Input/Output Performance • How does system respond to changes in input values? – Transient response: – Steady state response: • Characterize response in terms of – Impulse response Transient Steady State – Step response – Frequency response Mass spring system (L1.2) Response to I.C.s, Response to inputs, Transient response Steady State (if constant inputs) 13 Step Response • Output characteristics in response to a “step” input – Rise time: time required to move from 5% to 95% of final value – Overshoot: ratio between amplitude of first peak and steady state value – Settling time: time required to remain w/in p% (usually 2%) of final value – Steady state value: final value at t = 1 1.5 Overshoot 1 Steady state value Amplitude 0.5 Rise time Settling time 0 0 5 10 15 20 25 Time (sec.) 14 Frequency Response • Measure steady state response of system to sinusoidal input – Example: audio amplifier – would like consistent (“flat”) amplification between 20 Hz & 20,000 Hz – Individual sinusoids are good test signals for measuring performance in many systems • Approach: plot input and output, measure relative amplitude and phase – Use MATLAB or SIMULINK to generate 1.5 u response of system to sinusoidal output 1 Au y A – Gain = Ay/Au 0.5 y – Phase = 2π ∙ ΔT/T 0 T Amplitude -0.5 Δ • May not work for nonlinear systems -1 T -1.5 – System nonlinearities can cause 0 5 10 15 20 harmonics to appear in the output Time (sec.) – Amplitude and phase may not be well-defined – For linear systems, frequency response is always well defined 15 Computing Frequency Responses • Technique #1: plot input and output, measure relative amplitude and phase – Generate response of system to 1.5 u sinusoidal output 1 Au y 0.5 Ay – Gain = Ay/Au – Phase = 2π ∙ ΔT/T 0 – For linear system, gain and phase -0.5 ΔT T don’t depend on the input amplitude -1 -1.5 0 5 10 15 20 • Technique #2 (linear systems): use bode (or freqresp) command – Assumes linear dynamics in state 20 10 bode(ss(A,B,C,D)) space form: 0 -10 -20 -30 -40 Magnitude (dB) -50 -60 – Gain plotted on log-log scale 0 -90 • dB = 20 log10 (gain) – Phase plotted on linear-log scale -180 -270 Phase (deg) -360 0.1 1 10 Frequency (rad/sec) 16 Calculating Frequency Response from convolution equation • Convolution equation describes response to any input; use this to look at response to sinusoidal input: u(t) Transient (decays if stable) Ratio of response/input “Frequency response” 17 Second Order Systems • Many important examples: • Insight to response for higher orders (eigenvalues of A are either real or complex) – Exception is non-diagonalizable A (non-trivial Jordan form) 2 1.8 1.6 T=2π/ω0 1.4 1.2 y 1 0.8 0.6 ζ 0.4 0.2 0 0 5 10 15 20 25 time (sec) – Analytical formulas exist for overshoot, rise time, settling time, etc – Will study more next week 18 Frequency Spring Mass System response: C(jωI-A)-1B+D Eigenvalues of A: u(t) • For zero damping, jω1 and jω2 q 2 • ω ω q1 1 and 2 correspond frequency m1 m2 response peaks • The eigenvectors for these eigenvalues k 1 k2 k3 give the mode shape: – In-phase motion for lower freq. c – Out-of phase motion for higher freq. Frequency Response 10 1 0.1 0.01 Gain (log scale) 0.001 0 -90 -180 -270 Phase [deg] -360 0.1 Frequency1 [rad/sec] 19 10 Summary: Linear Systems u y 1 1 0 0 -1 -1 + 0 5 10 + 0 5 10 1 0.5 0 0 -1 -0.5 0 5 10 0 5 10 • Properties of linear systems 2 2 – Linearity with respect to initial condition 0 0 and inputs -2 -2 0 5 10 0 5 10 – Stability characterized by eigenvalues – Many applications and tools available – Provide local description for nonlinear systems 20 Example: Inverted Pendulum on a Cart m State: Input: u = F x Output: y = x Linearize according to previous f formula around = 0 M 22 Second Order Systems • Many important examples: • Response of 1st and 2nd order systems -> insight to response for higher orders (eigenvalues of A are either real or complex) – Exception is non-diagonalizable A (non-trivial Jordan form) 2 1.8 1.6 T=2π/ω0 1.4 1.2 1 y 1 0.8 0<ζ<1 0.5 0.6 ζ 0.4 ) ζ λ >1 0.2 0 0 Imag( 0 5 10 15 20 25 -0.5 time (sec) 0<ζ<1 – Analytical formulas exist for overshoot, rise time, settling time, etc -1 -2 -1.5 -1 -0.5 0 – Will study more next week Real(λ) 23 Second Order Systems Important class of systems in many applications areas 2 1.8 1.6 T=2/ 0 1.4 1.2 y 1 0.8 0.6 0.4 0.2 0 0 5 10 15 20 25 time (sec) Analytical formulas exist for overshoot, rise time, settling time, etc Will study second order systems characteristics in more detail next week 24.
Recommended publications
  • RANDOM VIBRATION—AN OVERVIEW by Barry Controls, Hopkinton, MA
    RANDOM VIBRATION—AN OVERVIEW by Barry Controls, Hopkinton, MA ABSTRACT Random vibration is becoming increasingly recognized as the most realistic method of simulating the dynamic environment of military applications. Whereas the use of random vibration specifications was previously limited to particular missile applications, its use has been extended to areas in which sinusoidal vibration has historically predominated, including propeller driven aircraft and even moderate shipboard environments. These changes have evolved from the growing awareness that random motion is the rule, rather than the exception, and from advances in electronics which improve our ability to measure and duplicate complex dynamic environments. The purpose of this article is to present some fundamental concepts of random vibration which should be understood when designing a structure or an isolation system. INTRODUCTION Random vibration is somewhat of a misnomer. If the generally accepted meaning of the term "random" were applicable, it would not be possible to analyze a system subjected to "random" vibration. Furthermore, if this term were considered in the context of having no specific pattern (i.e., haphazard), it would not be possible to define a vibration environment, for the environment would vary in a totally unpredictable manner. Fortunately, this is not the case. The majority of random processes fall in a special category termed stationary. This means that the parameters by which random vibration is characterized do not change significantly when analyzed statistically over a given period of time - the RMS amplitude is constant with time. For instance, the vibration generated by a particular event, say, a missile launch, will be statistically similar whether the event is measured today or six months from today.
    [Show full text]
  • Amplifier Frequency Response
    EE105 – Fall 2015 Microelectronic Devices and Circuits Prof. Ming C. Wu [email protected] 511 Sutardja Dai Hall (SDH) 2-1 Amplifier Gain vO Voltage Gain: Av = vI iO Current Gain: Ai = iI load power vOiO Power Gain: Ap = = input power vIiI Note: Ap = Av Ai Note: Av and Ai can be positive, negative, or even complex numbers. Nagative gain means the output is 180° out of phase with input. However, power gain should always be a positive number. Gain is usually expressed in Decibel (dB): 2 Av (dB) =10log Av = 20log Av 2 Ai (dB) =10log Ai = 20log Ai Ap (dB) =10log Ap 2-2 1 Amplifier Power Supply and Dissipation • Circuit needs dc power supplies (e.g., battery) to function. • Typical power supplies are designated VCC (more positive voltage supply) and -VEE (more negative supply). • Total dc power dissipation of the amplifier Pdc = VCC ICC +VEE IEE • Power balance equation Pdc + PI = PL + Pdissipated PI : power drawn from signal source PL : power delivered to the load (useful power) Pdissipated : power dissipated in the amplifier circuit (not counting load) P • Amplifier power efficiency η = L Pdc Power efficiency is important for "power amplifiers" such as output amplifiers for speakers or wireless transmitters. 2-3 Amplifier Saturation • Amplifier transfer characteristics is linear only over a limited range of input and output voltages • Beyond linear range, the output voltage (or current) waveforms saturates, resulting in distortions – Lose fidelity in stereo – Cause interference in wireless system 2-4 2 Symbol Convention iC (t) = IC +ic (t) iC (t) : total instantaneous current IC : dc current ic (t) : small signal current Usually ic (t) = Ic sinωt Please note case of the symbol: lowercase-uppercase: total current lowercase-lowercase: small signal ac component uppercase-uppercase: dc component uppercase-lowercase: amplitude of ac component Similarly for voltage expressions.
    [Show full text]
  • Control Systems
    ECE 380: Control Systems Course Notes: Winter 2014 Prof. Shreyas Sundaram Department of Electrical and Computer Engineering University of Waterloo ii c Shreyas Sundaram Acknowledgments Parts of these course notes are loosely based on lecture notes by Professors Daniel Liberzon, Sean Meyn, and Mark Spong (University of Illinois), on notes by Professors Daniel Davison and Daniel Miller (University of Waterloo), and on parts of the textbook Feedback Control of Dynamic Systems (5th edition) by Franklin, Powell and Emami-Naeini. I claim credit for all typos and mistakes in the notes. The LATEX template for The Not So Short Introduction to LATEX 2" by T. Oetiker et al. was used to typeset portions of these notes. Shreyas Sundaram University of Waterloo c Shreyas Sundaram iv c Shreyas Sundaram Contents 1 Introduction 1 1.1 Dynamical Systems . .1 1.2 What is Control Theory? . .2 1.3 Outline of the Course . .4 2 Review of Complex Numbers 5 3 Review of Laplace Transforms 9 3.1 The Laplace Transform . .9 3.2 The Inverse Laplace Transform . 13 3.2.1 Partial Fraction Expansion . 13 3.3 The Final Value Theorem . 15 4 Linear Time-Invariant Systems 17 4.1 Linearity, Time-Invariance and Causality . 17 4.2 Transfer Functions . 18 4.2.1 Obtaining the transfer function of a differential equation model . 20 4.3 Frequency Response . 21 5 Bode Plots 25 5.1 Rules for Drawing Bode Plots . 26 5.1.1 Bode Plot for Ko ....................... 27 5.1.2 Bode Plot for sq ....................... 28 s −1 s 5.1.3 Bode Plot for ( p + 1) and ( z + 1) .
    [Show full text]
  • Frequency Response and Bode Plots
    1 Frequency Response and Bode Plots 1.1 Preliminaries The steady-state sinusoidal frequency-response of a circuit is described by the phasor transfer function Hj( ) . A Bode plot is a graph of the magnitude (in dB) or phase of the transfer function versus frequency. Of course we can easily program the transfer function into a computer to make such plots, and for very complicated transfer functions this may be our only recourse. But in many cases the key features of the plot can be quickly sketched by hand using some simple rules that identify the impact of the poles and zeroes in shaping the frequency response. The advantage of this approach is the insight it provides on how the circuit elements influence the frequency response. This is especially important in the design of frequency-selective circuits. We will first consider how to generate Bode plots for simple poles, and then discuss how to handle the general second-order response. Before doing this, however, it may be helpful to review some properties of transfer functions, the decibel scale, and properties of the log function. Poles, Zeroes, and Stability The s-domain transfer function is always a rational polynomial function of the form Ns() smm as12 a s m asa Hs() K K mm12 10 (1.1) nn12 n Ds() s bsnn12 b s bsb 10 As we have seen already, the polynomials in the numerator and denominator are factored to find the poles and zeroes; these are the values of s that make the numerator or denominator zero. If we write the zeroes as zz123,, zetc., and similarly write the poles as pp123,, p , then Hs( ) can be written in factored form as ()()()s zsz sz Hs() K 12 m (1.2) ()()()s psp12 sp n 1 © Bob York 2009 2 Frequency Response and Bode Plots The pole and zero locations can be real or complex.
    [Show full text]
  • Evaluation of Audio Test Methods and Measurements for End-Of-Line Loudspeaker Quality Control
    Evaluation of audio test methods and measurements for end-of-line loudspeaker quality control Steve Temme1 and Viktor Dobos2 (1. Listen, Inc., Boston, MA, 02118, USA. [email protected]; 2. Harman/Becker Automotive Systems Kft., H-8000 Székesfehérvár, Hungary) ABSTRACT In order to minimize costly warranty repairs, loudspeaker OEMS impose tight specifications and a “total quality” requirement on their part suppliers. At the same time, they also require low prices. This makes it important for driver manufacturers and contract manufacturers to work with their OEM customers to define reasonable specifications and tolerances. They must understand both how the loudspeaker OEMS are testing as part of their incoming QC and also how to implement their own end-of-line measurements to ensure correlation between the two. Specifying and testing loudspeakers can be tricky since loudspeakers are inherently nonlinear, time-variant and effected by their working conditions & environment. This paper examines the loudspeaker characteristics that can be measured, and discusses common pitfalls and how to avoid them on a loudspeaker production line. Several different audio test methods and measurements for end-of- the-line speaker quality control are evaluated, and the most relevant ones identified. Speed, statistics, and full traceability are also discussed. Keywords: end of line loudspeaker testing, frequency response, distortion, Rub & Buzz, limits INTRODUCTION In order to guarantee quality while keeping testing fast and accurate, it is important for audio manufacturers to perform only those tests which will easily identify out-of-specification products, and omit those which do not provide additional information that directly pertains to the quality of the product or its likelihood of failure.
    [Show full text]
  • Example Problems and Solutions
    EXAMPLE PROBLEMS AND SOLUTIONS A-5-1. In the system of Figure 5-52, x(t) is the input displacement and B(t) is the output angular displacement. Assume that the masses involved are negligibly small and that all motions are restricted to be small; therefore, the system can be considered linear. The initial conditions for x and 0 are zeros, or x(0-) = 0 and H(0-) = 0. Show that this system is a differentiating element. Then obtain the response B(t) when x(t)is a unit-step input. Solution. The equation for the system is b(X - L8) = kLB or The Laplace transform of this last equation, using zero initial conditions, gives And so Thus the system is a differentiating system. For the unit-step input X(s) = l/s,the output O(s)becomes The inverse Laplace transform of O(s)gives Figure 5-52 Mechanical system. Chapter 5 / Transient and Steady-State Response Analyses Figure 5-53 Unit-step input and the response of the mechanical s) stem shown in Figure 5-52. Note that if the value of klb is large the response O(t) approaches a pulse signal as shown in Figure 5-53. A-5-2. Consider the mechanical system shown in Figure 5-54. Suppose that the system is at rest initially [x(o) = 0, i(0) = 01, and at t = 0 it is set into motion by a unit-impulse force. Obtain a mathe- matical model for the system.Then find the motion of the system. Solution. The system is excited by a unit-impulse input.
    [Show full text]
  • Calibration of Radio Receivers to Measure Broadband Interference
    NBSIR 73-335 CALIBRATION OF RADIO RECEIVERS TO MEASORE BROADBAND INTERFERENCE Ezra B. Larsen Electromagnetics Division Institute for Basic Standards National Bureau of Standards Boulder, Colorado 80302 September 1973 Final Report, Phase I Prepared for Calibration Coordination Group Army /Navy /Air Force NBSIR 73-335 CALIBRATION OF RADIO RECEIVERS TO MEASORE BROADBAND INTERFERENCE Ezra B. Larsen Electromagnetics Division Institute for Basic Standards National Bureau of Standards Boulder, Colorado 80302 September 1973 Final Report, Phase I Prepared for Calibration Coordination Group Army/Navy /Air Force u s. DEPARTMENT OF COMMERCE, Frederick B. Dent. Secretary NATIONAL BUREAU OF STANDARDS. Richard W Roberts Director V CONTENTS Page 1. BACKGROUND 2 2. INTRODUCTION 3 3. DEFINITIONS OF RECEIVER BANDWIDTH AND IMPULSE STRENGTH (Or Spectral Intensity) 5 3.1 Random noise bandwidth 5 3.2 Impulse bandwidth in terms of receiver response transient 7 3.3 Voltage-response bandwidth of receiver 8 3.4 Receiver bandwidths related to voltage- response bandwidth 9 3.5 Impulse strength in terms of random-noise bandwidth 10 3.6 Sum-and-dif ference correlation radiometer technique 10 3.7 Impulse strength in terms of Fourier trans- forms 11 3.8 Impulse strength in terms of rectangular DC pulses 12 3.9 Impulse strength and impulse bandwidth in terms of RF pulses 13 4. EXPERIMENTAL PROCEDURE AND DATA 16 4.1 Measurement of receiver input impedance and phase linearity 16 4.2 Calibration of receiver as a tuned RF volt- meter 20 4.3 Stepped- frequency measurements of receiver bandwidth 23 4.4 Calibration of receiver impulse bandwidth with a baseband pulse generator 37 iii CONTENTS [Continued) Page 4.5 Calibration o£ receiver impulse bandwidth with a pulsed-RF source 38 5.
    [Show full text]
  • Control System Design Methods
    Christiansen-Sec.19.qxd 06:08:2004 6:43 PM Page 19.1 The Electronics Engineers' Handbook, 5th Edition McGraw-Hill, Section 19, pp. 19.1-19.30, 2005. SECTION 19 CONTROL SYSTEMS Control is used to modify the behavior of a system so it behaves in a specific desirable way over time. For example, we may want the speed of a car on the highway to remain as close as possible to 60 miles per hour in spite of possible hills or adverse wind; or we may want an aircraft to follow a desired altitude, heading, and velocity profile independent of wind gusts; or we may want the temperature and pressure in a reactor vessel in a chemical process plant to be maintained at desired levels. All these are being accomplished today by control methods and the above are examples of what automatic control systems are designed to do, without human intervention. Control is used whenever quantities such as speed, altitude, temperature, or voltage must be made to behave in some desirable way over time. This section provides an introduction to control system design methods. P.A., Z.G. In This Section: CHAPTER 19.1 CONTROL SYSTEM DESIGN 19.3 INTRODUCTION 19.3 Proportional-Integral-Derivative Control 19.3 The Role of Control Theory 19.4 MATHEMATICAL DESCRIPTIONS 19.4 Linear Differential Equations 19.4 State Variable Descriptions 19.5 Transfer Functions 19.7 Frequency Response 19.9 ANALYSIS OF DYNAMICAL BEHAVIOR 19.10 System Response, Modes and Stability 19.10 Response of First and Second Order Systems 19.11 Transient Response Performance Specifications for a Second Order
    [Show full text]
  • Non-Integer Order Approximation of a PID-Type Controller for Boost Converters
    energies Article Non-Integer Order Approximation of a PID-Type Controller for Boost Converters Allan G. S. Sánchez 1,* , Francisco J. Pérez-Pinal 2 , Martín A. Rodríguez-Licea 1 and Cornelio Posadas-Castillo 3 1 CONACYT-Instituto Tecnológico de Celaya, Guanajuato 38010, Mexico; [email protected] 2 Instituto Tecnológico de Celaya, Guanajuato 38010, Mexico; [email protected] 3 Facultad de Ingeniería Mecánica y Eléctrica, Universidad Autónoma de Nuevo León, Nuevo León 66455, Mexico; [email protected] * Correspondence: [email protected] Abstract: In this work, the voltage regulation of a boost converter is addressed. A non-integer order PID controller is proposed to deal with the closed-loop instability of the system. The average linear model of the converter is obtained through small-signal approximation. The resulting average linear model is considered divided into minimum and normalized non-minimum phase parts. This approach allows us to design a controller for the minimum phase part of the system, excluding tem- porarily the non-minimum phase one. A fractional-order PID controller approximation is suggested for the minimum phase part of the system. The proposal for the realization of the electrical controller is described and its implementation is used to corroborate its effectiveness when regulating the output voltage in the boost converter. The fractional-order PID approximation achieves regulation of the output voltage in the boost converter by exhibiting the iso-damping property and using a single Citation: Sánchez, A.G.S.; Pérez-Pinal, F.J.; Rodríguez-Licea, control loop, which confirmed its effectiveness in terms of controlling non-minimum phase/variable M.A.; Posadas-Castillo, C.
    [Show full text]
  • Frequency Response Analysis
    Frequency Response Analysis Technical Report 10 tech10.pub 26 May 1999 22:05 page 1 Frequency Response Analysis Technical Report 10 N.D. Cogger BSc, PhD, MIOA R.V.Webb BTech, PhD, CEng, MIEE Solartron Instruments Solartron Instruments a division of Solartron Group Ltd Victoria Road, Farnborough Hampshire, GU14 7PW 1997 tech10.pub 26 May 1999 22:05 page 2 Solartron Solartron Overseas Sales Ltd Victoria Road, Farnborough Instruments Division Hampshire GU14 7PW England Block 5012 TECHplace II Tel: +44 (0)1252 376666 Ang Mo Kio Ave. 5, #04-11 Fax: +44 (0)1252 544981 Ang Mo Kio Industrial Park Fax: +44 (0)1252 547384 (Transducers) Singapore 2056 Republic of Singapore Solartron Transducers Tel: +65 482 3500 19408 Park Row, Suite 320 Fax: +65 482 4645 Houston, Texas, 77084 USA Tel: +1 281 398 7890 Solartron Fax: +1 281 398 7891 Beijing Liaison Office Room 327. Ya Mao Building Solartron No. 16 Bei Tu Chen Xi Road 964 Marcon Blvd, Suite 200 Beijing 100101, PR China 91882 MASSY, Cedex Tel: +86 10 2381199 ext 2327 France Fax: +86 10 2028617 Tel: +33 (0)1 69 53 63 53 Fax: +33 (0)1 60 13 37 06 Email: [email protected] Web: http://www.solartron.com For details of our agents in other countries, please contact our Farnborough, UK office. Solartron Instruments pursue a policy of continuous development and product improvement. The specification in this document may therefore be changed without notice. tech10.pub 26 May 1999 22:05 page 3 Frequency Response Analysis P E Wellstead B.Sc. M.Sc.
    [Show full text]
  • Nyquist Stability Criteria
    NPTEL >> Mechanical Engineering >> Modeling and Control of Dynamic electro-Mechanical System Module 2- Lecture 14 Nyquist Stability Criteria Dr. Bis ha kh Bhatt ac harya Professor, Department of Mechanical Engineering IIT Kanpur Joint Initiative of IITs and IISc - Funded by MHRD NPTEL >> Mechanical Engineering >> Modeling and Control of Dynamic electro-Mechanical System Module 2- Lecture 14 This Lecture Contains Introduction to Geometric Technique for Stability Analysis Frequency response of two second order systems Nyquist Criteria Gain and Phase Margin of a system Joint Initiative of IITs and IISc - Funded by MHRD NPTEL >> Mechanical Engineering >> Modeling and Control of Dynamic electro-Mechanical System Module 2- Lecture 14 Introduction In the last two lectures we have considered the evaluation of stability by mathema tica l eval uati on of th e ch aract eri sti c equati on. Rth’Routh’s tttest an d Kharitonov’s polynomials are used for this purpose. There are several geometric procedures to find out the stability of a system. These are based on: Nyquist Plot Root Locus Plot and Bode plot The advantage of these geometric techniques is that they not only help in checking the stability of a system, they also help in designing controller for the systems. Joint Initiative of IITs and IISc ‐ Funded by 3 MHRD NPTEL >> Mechanical Engineering >> Modeling and Control of Dynamic electro-Mechanical System Module 2- Lecture 14 NitNyquist Plo t is bdbased on Frequency Response of a TfTransfer FtiFunction. CidConsider two transfer functions as follows: s 5 s 5 T (s) ; T (s) 1 s2 3s 2 2 s2 s 2 The two functions have identical zero.
    [Show full text]
  • Licensed Devices General Technical Requirements
    Licensed Devices General Technical Requirements (Detailed Update October 2005) Steven Dayhoff Federal Communications Commission Office of Engineering & Technology October, 2005 ¾TCB Workshop 1 Sessions for licensed devices intended to give an overview of FCC Processes & Rules, not to show limits for every type of device. The information covered is mainly related to equipment authorization of the transmitting equipment and not the licensing of the station. 1 Overview General Information How to find information at the FCC Creating a Grant Organizing a Report Licensed Device Checklist October, 2005 ¾TCB Workshop 2 This session will cover general information related to the FCC rules and technical requirements for licensed devices. Assumption is that everyone is familiar with testing equipment so test setup and equipment settings will not covered. The approval process for these types of equipment was previously called Type Acceptance or Notification. Now all methods of equipment approval are called Certification. This information generally applies to all Radio Service Rules for scopes B1 through B4. 2 General Information Understanding how FCC rules for licensed equipment are written and how FCC operates The FCC rules are Title 47 of the Code of Federal Regulations Part 2 of the FCC Rules covers general regulations & Filing procedures which apply to all other rule parts Technical standards for licensed equipment are found in the various radio service rule parts (e.g. Part 22, Part 24, Part 25, Part 80, and Part 90, etc.) All material covered in this training is either in these rules or based on these rules October, 2005 ¾TCB Workshop 3 There are about 15 different radio service rule Parts which require equipment to be authorized before an operators license can be obtained.
    [Show full text]