MEM 255 Introduction to Control Systems: Analyzing Dynamic Response

Size: px
Start display at page:

Download "MEM 255 Introduction to Control Systems: Analyzing Dynamic Response"

Transcription

1 MEM 55 Itroductio to Cotrol Systems: Aalyzig Dyamic Respose Harry G. Kwaty Departmet of Mechaical Egieerig & Mechaics Drexel Uiversity

2 Outlie Time domai ad frequecy domai A secod order system Via partial fractio expasio Usig Matlab Time respose parameters Frequecy respose & Bode plots Example: Suspesio System

3 Time Domai vs Frequecy Domai Aalysis state iput u( t ) xt output y( t) System Time domai: take u t to be a 'simple' fuctio usually a impulse or a step. Characterize the output respose, respose graph. () y t, i terms of the time u() t ωt () = ( ω + φ) ( ω) φ( ω) Frequecy respose: Take to be the siusoidsi. Characterize the output respose, y t Bsi t, i terms of B,.

4 d Order System-Factorig the Deomiator Gs () = Gs = = as + as+ a 1 s + bs 1 + b special case s ω + ρs+ ω ω ( s + ωρ± ω 1+ ρ)

5 Step Respose of d Order System Y = + ρ + ω + ρ + ω ( s) = U( s) c c c = ω ω 1 s s s s s ( + ωρ + ω 1+ ρ)( + ωρ ω 1+ ρ) s s s 1 = + + = ( s+ ωρ + ω 1+ ρ) ( s+ ωρ ω 1+ ρ) s ( s + ωρ + ω 1+ ρ) ω lim s ωρ ω 1+ ρ( s + ωρ + ω 1+ ρ)( s+ ωρ ω 1+ ρ) = lim s s c sω + ρs + ω ω 1 1 =, c = 1+ ρ ρ+ 1+ ρ 1+ ρ ρ 1+ ρ 1 = 1 s c c 3 s

6 Step Respose of d Order System y() t = L Y() s c1l = ( s + ωρ 1 ) + ω + ρ () cl + cl 3 s + ωρ ω 1 ρ s + () tω ρ+ 1+ ρ tω ρ 1+ ρ cu t e c u t e u t = s s s For ρ < 1, the roots are complex tω ρ ρ yt () = 1 e cos tω 1 ρ + si tω 1 ρ 1 ρ ()

7 Step Respose Usig MATLAB >>[Y1,T1]=step(1/(s^+.5*s+1),15); >>[Y,T]=step(1/(s^+.5*s+1),15); >>[Y3,T3]=step(1/(s^+.77*s+1),15); >>[Y4,T4]=step(1/(s^+1.*s+1),15); >>[Y5,T5]=step(1/(s^+1.5*s+1),15); >>plot(t1,y1,'r',t,y,'g',t3,y3,'b',t4,y4,'c',t5,y5,'m')

8 Traditioal Parameters, 1 rise time, T r, usually defied as the time to get from 1% to 9% of its ultimate (i.e., fial) value. settlig time, T s, the time at which the trajectory first eters a ε-tolerace of its ultimate value ad remais there (ε is ofte take as % of the ultimate value). peak time, T p, the time at which the trajectory attais its peak value. peak overshoot, OS, the peak or supreme value of the trajectory ordiarily expressed as a percetage of the ultimate value of the trajectory. A overshoot of more tha 3% is ofte cosidered udesirable. A system without overshoot is overdamped ad may be too slow (as measured by rise time ad settlig time).

9 Traditioal Parameters, y p 1.4 Im 1. α degree of stability, decay rate 1/α 1 ε.8.6 ideal regio for closed loop poles θ dampig ratio θ = si 1 Re ρ t T r T p T s Time respose parameters Ideal pole locatios

10 Frequecy Respose, 1 = cosωt y ( t) u t System Trick: replace cos ωt by e jωt recall e = cosωt+ jsiωt () ω () () () superpositio if cos ωt y t, si t y t the jωt 1 jωt e y1 t + jy t

11 Frequecy Respose, Suppose, 1 G( jω ) ( ω ) ( ω) s 1 s c = L = = + jωt 1 Y s G s e K d s s j ω d s s j s j c1 = lim ( s jω) K = K = G( jω) s jω d s s jω d j ( s) Y() s = + y t = ytras t + yss t d( s) s jω Suppose G s trasiet respose y tras () t s = K d s steady state respose ω () () () () () = ( ω ) j t with time, so y t y t G j e ω ss

12 Frequecy Respose, 3 ( ω) For each specified ω, G is a complex umber, write i polar form: ( ω) jφω jωt () = ρ( ω) = ρ( ω) cos ( ω) ρ( ω) G j G ω = G jω e jφ ω ρ ω e write as y t e e e ss ( ωt+ φ( ω) ) ( t ) j si ( t ) ( t ) ( t ) cos si cosωt ρ ω ω + φ ω siωt ρ ω ω + φ ω G j = ρ ω ω + φ ω + ρ ω ω + φ ω jφω = e is called the frequecy trasfer fuctio j

13 Accelerometer Gss=ss(A,B,C,); G=tf(Gss); bode(g) Bode Diagram Magitude (db) Phase (deg) Frequecy (rad/sec)

14 Accelerometer, Output Itegrator Compesated G1=G*(1/s); bode(g1) Bode Diagram -5 Magitude (db) Phase (deg) Frequecy (rad/sec)

15 Auto Suspesio: quarter car model k k 1 m m 1 y( t) x x 1 mx = c x x + k x x k x y t mx = k x x c x x x 1 1 = v 1 1 ( + ) k k k c c k v = x + x v + v + y t m1 m1 m1 m1 m1 x = v k k c c v = x x + v v 1 1 m m m m ()

16 Suspesio g = 3.; m = 1/g; m1 = 1/g; k = 1; k1 = 1*k; c=*.77*sqrt(k/m) A=[ 1 ;(-k1-k)/m1,- c/m1,k/m1,c/m1;,,,1;k/m,c/m, -k/m,-c/m]; B=[;k1/m1;;]; % payload positio C=[ 1 ]; Gss=ss(A,B,C,) bode(gss,{.1,1}) zpk(gss) % payload velocity pause C=[ 1]; Gss=ss(A,B,C,) bode(gss,{.1,1}) zpk(gss) % payload acceleratio pause C=[k/m c/m -k/m -c/m]; Gss=ss(A,B,C,) bode(gss,{.1,1}) zpk(gss)

17 Suspesio: displacemet respose 5 Bode Diagram Magitude (db) Phase (deg) Frequecy (rad/sec)

18 Suspesio: velocity respose 5 Bode Diagram Magitude (db) Phase (deg) Frequecy (rad/sec)

19 Suspesio: acceleratio respose Bode Diagram Magitude (db) Phase (deg) Frequecy (rad/sec)

20 Suspesio: Effect of Dampig Ratio (velocity) 5 Bode Diagram Magitude (db) Phase (deg) Frequecy (rad/sec)

21 Suspesio: road disturbace x

22 Road Disturbace Calculatios := H8ê 1L vtd,t,sdd := EvaluateA ^H ktsle k= := s,.1, 1D

23 Summary Time Respose Respose to uit step iput Time respose parameters, % overshoot, settlig time Pole locatios Frequecy Respose Respose to siusoidal iput Frequecy trasfer fuctio Bode plot Examples Accelerometer Vehicle suspesio

Dynamic Response of Linear Systems

Dynamic Response of Linear Systems Dyamic Respose of Liear Systems Liear System Respose Superpositio Priciple Resposes to Specific Iputs Dyamic Respose of st Order Systems Characteristic Equatio - Free Respose Stable st Order System Respose

More information

EE Control Systems

EE Control Systems Copyright FL Lewis 7 All rights reserved Updated: Moday, November 1, 7 EE 4314 - Cotrol Systems Bode Plot Performace Specificatios The Bode Plot was developed by Hedrik Wade Bode i 1938 while he worked

More information

Bode Diagrams School of Mechanical Engineering ME375 Frequency Response - 29 Purdue University Example Ex:

Bode Diagrams School of Mechanical Engineering ME375 Frequency Response - 29 Purdue University Example Ex: ME375 Hadouts Bode Diagrams Recall that if m m bs m + bm s + + bs+ b Gs () as + a s + + as+ a The bm( j z)( j z) ( j zm) G( j ) a ( j p )( j p ) ( j p ) bm( s z)( s z) ( s zm) a ( s p )( s p ) ( s p )

More information

Class 07 Time domain analysis Part II 2 nd order systems

Class 07 Time domain analysis Part II 2 nd order systems Class 07 Time domai aalysis Part II d order systems Time domai aalysis d order systems iput S output Secod order systems of the type α G(s) as + bs + c Time domai aalysis d order systems iput S α as +

More information

Mechatronics. Time Response & Frequency Response 2 nd -Order Dynamic System 2-Pole, Low-Pass, Active Filter

Mechatronics. Time Response & Frequency Response 2 nd -Order Dynamic System 2-Pole, Low-Pass, Active Filter Time Respose & Frequecy Respose d -Order Dyamic System -Pole, Low-Pass, Active Filter R 4 R 7 C 5 e i R 1 C R 3 - + R 6 - + e out Assigmet: Perform a Complete Dyamic System Ivestigatio of the Two-Pole,

More information

CDS 101: Lecture 8.2 Tools for PID & Loop Shaping

CDS 101: Lecture 8.2 Tools for PID & Loop Shaping CDS : Lecture 8. Tools for PID & Loop Shapig Richard M. Murray 7 November 4 Goals: Show how to use loop shapig to achieve a performace specificatio Itroduce ew tools for loop shapig desig: Ziegler-Nichols,

More information

Chapter 2 Feedback Control Theory Continued

Chapter 2 Feedback Control Theory Continued Chapter Feedback Cotrol Theor Cotiued. Itroductio I the previous chapter, the respose characteristic of simple first ad secod order trasfer fuctios were studied. It was show that first order trasfer fuctio,

More information

Course Outline. Designing Control Systems. Proportional Controller. Amme 3500 : System Dynamics and Control. Root Locus. Dr. Stefan B.

Course Outline. Designing Control Systems. Proportional Controller. Amme 3500 : System Dynamics and Control. Root Locus. Dr. Stefan B. Amme 3500 : System Dyamics ad Cotrol Root Locus Course Outlie Week Date Cotet Assigmet Notes Mar Itroductio 8 Mar Frequecy Domai Modellig 3 5 Mar Trasiet Performace ad the s-plae 4 Mar Block Diagrams Assig

More information

School of Mechanical Engineering Purdue University. ME375 Frequency Response - 1

School of Mechanical Engineering Purdue University. ME375 Frequency Response - 1 Case Study ME375 Frequecy Respose - Case Study SUPPORT POWER WIRE DROPPERS Electric trai derives power through a patograph, which cotacts the power wire, which is suspeded from a cateary. Durig high-speed

More information

Lab(8) controller design using root locus

Lab(8) controller design using root locus Lab(8) cotroller desig usig root locus I this lab we will lear how to desig a cotroller usig root locus but before this we eed to aswer the followig questios: What is root locus? What is the purpose of

More information

Chapter 4 : Laplace Transform

Chapter 4 : Laplace Transform 4. Itroductio Laplace trasform is a alterative to solve the differetial equatio by the complex frequecy domai ( s = σ + jω), istead of the usual time domai. The DE ca be easily trasformed ito a algebraic

More information

Frequency Response Methods

Frequency Response Methods Frequecy Respose Methods The frequecy respose Nyquist diagram polar plots Bode diagram magitude ad phase Frequecy domai specificatios Frequecy Respose Methods I precedig chapters the respose ad performace

More information

Answer: 1(A); 2(C); 3(A); 4(D); 5(B); 6(A); 7(C); 8(C); 9(A); 10(A); 11(A); 12(C); 13(C)

Answer: 1(A); 2(C); 3(A); 4(D); 5(B); 6(A); 7(C); 8(C); 9(A); 10(A); 11(A); 12(C); 13(C) Aswer: (A); (C); 3(A); 4(D); 5(B); 6(A); 7(C); 8(C); 9(A); 0(A); (A); (C); 3(C). A two loop positio cotrol system is show below R(s) Y(s) + + s(s +) - - s The gai of the Tacho-geerator iflueces maily the

More information

University of California at Berkeley College of Engineering Department of Electrical Engineering and Computer Sciences

University of California at Berkeley College of Engineering Department of Electrical Engineering and Computer Sciences A Uiversity of Califoria at Berkeley College of Egieerig Departmet of Electrical Egieerig ad Computer Scieces U N I V E R S T H E I T Y O F LE T TH E R E B E LI G H T C A L I F O R N 8 6 8 I A EECS : Sigals

More information

1the 1it is said to be overdamped. When 1, the roots of

1the 1it is said to be overdamped. When 1, the roots of Homework 3 AERE573 Fall 08 Due 0/8(M) ame PROBLEM (40pts) Cosider a D order uderdamped system trasfer fuctio H( s) s ratio 0 The deomiator is the system characteristic polyomial P( s) s s (a)(5pts) Use

More information

732 Appendix E: Previous EEE480 Exams. Rules: One sheet permitted, calculators permitted. GWC 352,

732 Appendix E: Previous EEE480 Exams. Rules: One sheet permitted, calculators permitted. GWC 352, 732 Aedix E: Previous EEE0 Exams EEE0 Exam 2, Srig 2008 A.A. Rodriguez Rules: Oe 8. sheet ermitted, calculators ermitted. GWC 32, 9-372 Problem Aalysis of a Feedback System Cosider the feedback system

More information

Signal Processing in Mechatronics. Lecture 3, Convolution, Fourier Series and Fourier Transform

Signal Processing in Mechatronics. Lecture 3, Convolution, Fourier Series and Fourier Transform Sigal Processig i Mechatroics Summer semester, 1 Lecture 3, Covolutio, Fourier Series ad Fourier rasform Dr. Zhu K.P. AIS, UM 1 1. Covolutio Covolutio Descriptio of LI Systems he mai premise is that the

More information

Generalizing the DTFT. The z Transform. Complex Exponential Excitation. The Transfer Function. Systems Described by Difference Equations

Generalizing the DTFT. The z Transform. Complex Exponential Excitation. The Transfer Function. Systems Described by Difference Equations Geeraliig the DTFT The Trasform M. J. Roberts - All Rights Reserved. Edited by Dr. Robert Akl 1 The forward DTFT is defied by X e jω = x e jω i which = Ω is discrete-time radia frequecy, a real variable.

More information

Intro to Frequency Domain Design

Intro to Frequency Domain Design Intro to Frequency Domain Design MEM 355 Performance Enhancement of Dynamical Systems Harry G. Kwatny Department of Mechanical Engineering & Mechanics Drexel University Outline Closed Loop Transfer Functions

More information

ME 375 FINAL EXAM Friday, May 6, 2005

ME 375 FINAL EXAM Friday, May 6, 2005 ME 375 FINAL EXAM Friay, May 6, 005 Divisio: Kig 11:30 / Cuigham :30 (circle oe) Name: Istructios (1) This is a close book examiatio, but you are allowe three 8.5 11 crib sheets. () You have two hours

More information

MEM 355 Performance Enhancement of Dynamical Systems

MEM 355 Performance Enhancement of Dynamical Systems MEM 355 Performance Enhancement of Dynamical Systems Frequency Domain Design Harry G. Kwatny Department of Mechanical Engineering & Mechanics Drexel University 5/8/25 Outline Closed Loop Transfer Functions

More information

2.004 Dynamics and Control II Spring 2008

2.004 Dynamics and Control II Spring 2008 MIT OpeCourseWare http://ocw.mit.edu 2.004 Dyamics ad Cotrol II Sprig 2008 For iformatio about citig these materials or our Terms of Use, visit: http://ocw.mit.edu/terms. Massachusetts Istitute of Techology

More information

Robust Control 3 The Closed Loop

Robust Control 3 The Closed Loop Robust Control 3 The Closed Loop Harry G. Kwatny Department of Mechanical Engineering & Mechanics Drexel University /2/2002 Outline Closed Loop Transfer Functions Traditional Performance Measures Time

More information

Analysis of the No-Load Characteristic of the Moving Coil Linear Compressor

Analysis of the No-Load Characteristic of the Moving Coil Linear Compressor Purdue Uiversity Purdue e-pubs Iteratioal Compressor Egieerig Coferece School of Mechaical Egieerig 008 Aalysis of the No-Load Characteristic of the Movig Coil Liear Compressor Yigbai Xie North Chia Electric

More information

1. Nature of Impulse Response - Pole on Real Axis. z y(n) = r n. z r

1. Nature of Impulse Response - Pole on Real Axis. z y(n) = r n. z r . Nature of Impulse Respose - Pole o Real Axis Causal system trasfer fuctio: Hz) = z yz) = z r z z r y) = r r > : the respose grows mootoically > r > : y decays to zero mootoically r > : oscillatory, decayig

More information

Course Outline. Problem Identification. Engineering as Design. Amme 3500 : System Dynamics and Control. System Response. Dr. Stefan B.

Course Outline. Problem Identification. Engineering as Design. Amme 3500 : System Dynamics and Control. System Response. Dr. Stefan B. Course Outlie Amme 35 : System Dyamics a Cotrol System Respose Week Date Cotet Assigmet Notes Mar Itrouctio 8 Mar Frequecy Domai Moellig 3 5 Mar Trasiet Performace a the s-plae 4 Mar Block Diagrams Assig

More information

Exponential Moving Average Pieter P

Exponential Moving Average Pieter P Expoetial Movig Average Pieter P Differece equatio The Differece equatio of a expoetial movig average lter is very simple: y[] x[] + (1 )y[ 1] I this equatio, y[] is the curret output, y[ 1] is the previous

More information

Dr. Seeler Department of Mechanical Engineering Fall 2009 Lafayette College ME 479: Control Systems and Mechatronics Design and Analysis

Dr. Seeler Department of Mechanical Engineering Fall 2009 Lafayette College ME 479: Control Systems and Mechatronics Design and Analysis Dr. Seeler Departmet of Mechaical Egieerig Fall 009 Lafayette College ME 479: Cotrol Systems ad Mechatroics Desig ad Aalysis Lab 0: Review of the First ad Secod Order Step Resposes The followig remarks

More information

Chapter 7: The z-transform. Chih-Wei Liu

Chapter 7: The z-transform. Chih-Wei Liu Chapter 7: The -Trasform Chih-Wei Liu Outlie Itroductio The -Trasform Properties of the Regio of Covergece Properties of the -Trasform Iversio of the -Trasform The Trasfer Fuctio Causality ad Stability

More information

Stopping oscillations of a simple harmonic oscillator using an impulse force

Stopping oscillations of a simple harmonic oscillator using an impulse force It. J. Adv. Appl. Math. ad Mech. 5() (207) 6 (ISSN: 2347-2529) IJAAMM Joural homepage: www.ijaamm.com Iteratioal Joural of Advaces i Applied Mathematics ad Mechaics Stoppig oscillatios of a simple harmoic

More information

3. Z Transform. Recall that the Fourier transform (FT) of a DT signal xn [ ] is ( ) [ ] = In order for the FT to exist in the finite magnitude sense,

3. Z Transform. Recall that the Fourier transform (FT) of a DT signal xn [ ] is ( ) [ ] = In order for the FT to exist in the finite magnitude sense, 3. Z Trasform Referece: Etire Chapter 3 of text. Recall that the Fourier trasform (FT) of a DT sigal x [ ] is ω ( ) [ ] X e = j jω k = xe I order for the FT to exist i the fiite magitude sese, S = x [

More information

The z-transform. 7.1 Introduction. 7.2 The z-transform Derivation of the z-transform: x[n] = z n LTI system, h[n] z = re j

The z-transform. 7.1 Introduction. 7.2 The z-transform Derivation of the z-transform: x[n] = z n LTI system, h[n] z = re j The -Trasform 7. Itroductio Geeralie the complex siusoidal represetatio offered by DTFT to a represetatio of complex expoetial sigals. Obtai more geeral characteristics for discrete-time LTI systems. 7.

More information

MASSACHUSETTS INSTITUTE OF TECHNOLOGY Department of Mechanical Engineering Dynamics and Control II Fall 2007

MASSACHUSETTS INSTITUTE OF TECHNOLOGY Department of Mechanical Engineering Dynamics and Control II Fall 2007 MASSACHUSETTS INSTITUTE OF TECHNOLOGY Department of Mechanical Engineering.4 Dynamics and Control II Fall 7 Problem Set #9 Solution Posted: Sunday, Dec., 7. The.4 Tower system. The system parameters are

More information

University of California at Berkeley College of Engineering Department of Electrical Engineering and Computer Sciences

University of California at Berkeley College of Engineering Department of Electrical Engineering and Computer Sciences A Uiversity of Califoria at Berkeley College of Egieerig Departmet of Electrical Egieerig ad Computer Scieces U N I V E R S T H E I T Y O F LE T TH E R E B E LI G H T C A L I F O R N 8 6 8 I A EECS : Sigals

More information

CHAPTER NINE. Frequency Response Methods

CHAPTER NINE. Frequency Response Methods CHAPTER NINE 9. Itroductio It as poited earlier that i practice the performace of a feedback cotrol system is more preferably measured by its time - domai respose characteristics. This is i cotrast to

More information

MEM 355 Performance Enhancement of Dynamical Systems

MEM 355 Performance Enhancement of Dynamical Systems MEM 355 Performance Enhancement of Dynamical Systems Frequency Domain Design Intro Harry G. Kwatny Department of Mechanical Engineering & Mechanics Drexel University /5/27 Outline Closed Loop Transfer

More information

Vibratory Motion. Prof. Zheng-yi Feng NCHU SWC. National CHung Hsing University, Department of Soil and Water Conservation

Vibratory Motion. Prof. Zheng-yi Feng NCHU SWC. National CHung Hsing University, Department of Soil and Water Conservation Vibratory Motio Prof. Zheg-yi Feg NCHU SWC 1 Types of vibratory motio Periodic motio Noperiodic motio See Fig. A1, p.58 Harmoic motio Periodic motio Trasiet motio impact Trasiet motio earthquake A powerful

More information

Introduction to Control Systems

Introduction to Control Systems Itroductio to Cotrol Sytem CLASSIFICATION OF MATHEMATICAL MODELS Icreaig Eae of Aalyi Static Icreaig Realim Dyamic Determiitic Stochatic Lumped Parameter Ditributed Parameter Liear Noliear Cotat Coefficiet

More information

Solutions. Number of Problems: 4. None. Use only the prepared sheets for your solutions. Additional paper is available from the supervisors.

Solutions. Number of Problems: 4. None. Use only the prepared sheets for your solutions. Additional paper is available from the supervisors. Quiz November 4th, 23 Sigals & Systems (5-575-) P. Reist & Prof. R. D Adrea Solutios Exam Duratio: 4 miutes Number of Problems: 4 Permitted aids: Noe. Use oly the prepared sheets for your solutios. Additioal

More information

A New Accurate Analytical Expression for Rise Time Intended for Mechatronics Systems Performance Evaluation and Validation

A New Accurate Analytical Expression for Rise Time Intended for Mechatronics Systems Performance Evaluation and Validation Iteratioal Joural of Automatio, Cotrol ad Itelliget Systems Vol., No., 05, pp. 5-60 http://www.aisciece.org/joural/ijacis A New Accurate Aalytical Expressio for Rise Time Iteded for Mechatroics Systems

More information

Problem 1. Problem Engineering Dynamics Problem Set 9--Solution. Find the equation of motion for the system shown with respect to:

Problem 1. Problem Engineering Dynamics Problem Set 9--Solution. Find the equation of motion for the system shown with respect to: 2.003 Egieerig Dyamics Problem Set 9--Solutio Problem 1 Fid the equatio of motio for the system show with respect to: a) Zero sprig force positio. Draw the appropriate free body diagram. b) Static equilibrium

More information

Lecture 13. Graphical representation of the frequency response. Luca Ferrarini - Basic Automatic Control 1

Lecture 13. Graphical representation of the frequency response. Luca Ferrarini - Basic Automatic Control 1 Lecture 3 Graphical represetatio of the frequecy respose Luca Ferrarii - Basic Automatic Cotrol Graphical represetatio of the frequecy respose Polar plot G Bode plot ( j), G Im 3 Re of the magitude G (

More information

The z-transform can be used to obtain compact transform-domain representations of signals and systems. It

The z-transform can be used to obtain compact transform-domain representations of signals and systems. It 3 4 5 6 7 8 9 10 CHAPTER 3 11 THE Z-TRANSFORM 31 INTRODUCTION The z-trasform ca be used to obtai compact trasform-domai represetatios of sigals ad systems It provides ituitio particularly i LTI system

More information

6.003 Homework #3 Solutions

6.003 Homework #3 Solutions 6.00 Homework # Solutios Problems. Complex umbers a. Evaluate the real ad imagiary parts of j j. π/ Real part = Imagiary part = 0 e Euler s formula says that j = e jπ/, so jπ/ j π/ j j = e = e. Thus the

More information

The Z-Transform. (t-t 0 ) Figure 1: Simplified graph of an impulse function. For an impulse, it can be shown that (1)

The Z-Transform. (t-t 0 ) Figure 1: Simplified graph of an impulse function. For an impulse, it can be shown that (1) The Z-Trasform Sampled Data The geeralied fuctio (t) (also kow as the impulse fuctio) is useful i the defiitio ad aalysis of sampled-data sigals. Figure below shows a simplified graph of a impulse. (t-t

More information

EE 4343 Lab#4 PID Control Design of Rigid Bodies

EE 4343 Lab#4 PID Control Design of Rigid Bodies EE 44 Lab#4 PID Cotrol Desig of Rigid Bodies Prepared by: Stacy Caso E-mail: scaso@arri.uta.edu Updated: July 9, 1999 This lab demostrates some key cocepts associated with proportioal plus derivative (PD

More information

Lecture 3. Digital Signal Processing. Chapter 3. z-transforms. Mikael Swartling Nedelko Grbic Bengt Mandersson. rev. 2016

Lecture 3. Digital Signal Processing. Chapter 3. z-transforms. Mikael Swartling Nedelko Grbic Bengt Mandersson. rev. 2016 Lecture 3 Digital Sigal Processig Chapter 3 z-trasforms Mikael Swartlig Nedelko Grbic Begt Madersso rev. 06 Departmet of Electrical ad Iformatio Techology Lud Uiversity z-trasforms We defie the z-trasform

More information

Introduction to Signals and Systems, Part V: Lecture Summary

Introduction to Signals and Systems, Part V: Lecture Summary EEL33: Discrete-Time Sigals ad Systems Itroductio to Sigals ad Systems, Part V: Lecture Summary Itroductio to Sigals ad Systems, Part V: Lecture Summary So far we have oly looked at examples of o-recursive

More information

MASSACHUSETTS INSTITUTE OF TECHNOLOGY Department of Electrical Engineering and Computer Science. BACKGROUND EXAM September 30, 2004.

MASSACHUSETTS INSTITUTE OF TECHNOLOGY Department of Electrical Engineering and Computer Science. BACKGROUND EXAM September 30, 2004. MASSACHUSETTS INSTITUTE OF TECHNOLOGY Departmet of Electrical Egieerig ad Computer Sciece 6.34 Discrete Time Sigal Processig Fall 24 BACKGROUND EXAM September 3, 24. Full Name: Note: This exam is closed

More information

2C09 Design for seismic and climate changes

2C09 Design for seismic and climate changes C9 Desig for seismic ad climate chages Lecture 3: Dyamic respose of sigle-degree-of-freedom systems II Daiel Grecea, Politehica Uiversity of Timisoara 11/3/14 Europea Erasmus Mudus Master Course Sustaiable

More information

EE C128 / ME C134 Fall 2014 HW 6.2 Solutions. HW 6.2 Solutions

EE C128 / ME C134 Fall 2014 HW 6.2 Solutions. HW 6.2 Solutions EE C28 / ME C34 Fall 24 HW 6.2 Solutions. PI Controller For the system G = K (s+)(s+3)(s+8) HW 6.2 Solutions in negative feedback operating at a damping ratio of., we are going to design a PI controller

More information

Systems Analysis and Control

Systems Analysis and Control Systems Analysis and Control Matthew M. Peet Arizona State University Lecture 21: Stability Margins and Closing the Loop Overview In this Lecture, you will learn: Closing the Loop Effect on Bode Plot Effect

More information

Sinusoidal Steady-state Analysis

Sinusoidal Steady-state Analysis Siusoidal Steady-state Aalysis Complex umber reviews Phasors ad ordiary differetial equatios Complete respose ad siusoidal steady-state respose Cocepts of impedace ad admittace Siusoidal steady-state aalysis

More information

EF 152 Exam #2, Spring 2016 Page 1 of 6

EF 152 Exam #2, Spring 2016 Page 1 of 6 EF 152 Exam #2, Sprig 2016 Page 1 of 6 Name: Sectio: Istructios Sit i assiged seat; failure to sit i assiged seat results i a 0 for the exam. Do ot ope the exam util istructed to do so. Do ot leave if

More information

Z - Transform. It offers the techniques for digital filter design and frequency analysis of digital signals.

Z - Transform. It offers the techniques for digital filter design and frequency analysis of digital signals. Z - Trasform The -trasform is a very importat tool i describig ad aalyig digital systems. It offers the techiques for digital filter desig ad frequecy aalysis of digital sigals. Defiitio of -trasform:

More information

Appendix: The Laplace Transform

Appendix: The Laplace Transform Appedix: The Laplace Trasform The Laplace trasform is a powerful method that ca be used to solve differetial equatio, ad other mathematical problems. Its stregth lies i the fact that it allows the trasformatio

More information

FREE VIBRATION RESPONSE OF A SYSTEM WITH COULOMB DAMPING

FREE VIBRATION RESPONSE OF A SYSTEM WITH COULOMB DAMPING Mechaical Vibratios FREE VIBRATION RESPONSE OF A SYSTEM WITH COULOMB DAMPING A commo dampig mechaism occurrig i machies is caused by slidig frictio or dry frictio ad is called Coulomb dampig. Coulomb dampig

More information

Dynamic System Response

Dynamic System Response Solutio of Liear, Costat-Coefficiet, Ordiary Differetial Equatios Classical Operator Method Laplace Trasform Method Laplace Trasform Properties 1 st -Order Dyamic System Time ad Frequecy Respose d -Order

More information

Class 13 Frequency domain analysis

Class 13 Frequency domain analysis Class 13 Frequency domain analysis The frequency response is the output of the system in steady state when the input of the system is sinusoidal Methods of system analysis by the frequency response, as

More information

EE Midterm Test 1 - Solutions

EE Midterm Test 1 - Solutions EE35 - Midterm Test - Solutios Total Poits: 5+ 6 Bous Poits Time: hour. ( poits) Cosider the parallel itercoectio of the two causal systems, System ad System 2, show below. System x[] + y[] System 2 The

More information

Paper-II Chapter- Damped vibration

Paper-II Chapter- Damped vibration Paper-II Chapter- Damped vibratio Free vibratios: Whe a body cotiues to oscillate with its ow characteristics frequecy. Such oscillatios are kow as free or atural vibratios of the body. Ideally, the body

More information

Olli Simula T / Chapter 1 3. Olli Simula T / Chapter 1 5

Olli Simula T / Chapter 1 3. Olli Simula T / Chapter 1 5 Sigals ad Systems Sigals ad Systems Sigals are variables that carry iformatio Systemstake sigals as iputs ad produce sigals as outputs The course deals with the passage of sigals through systems T-6.4

More information

Signal Processing. Lecture 02: Discrete Time Signals and Systems. Ahmet Taha Koru, Ph. D. Yildiz Technical University.

Signal Processing. Lecture 02: Discrete Time Signals and Systems. Ahmet Taha Koru, Ph. D. Yildiz Technical University. Sigal Processig Lecture 02: Discrete Time Sigals ad Systems Ahmet Taha Koru, Ph. D. Yildiz Techical Uiversity 2017-2018 Fall ATK (YTU) Sigal Processig 2017-2018 Fall 1 / 51 Discrete Time Sigals Discrete

More information

Exam. Notes: A single A4 sheet of paper (double sided; hand-written or computer typed)

Exam. Notes: A single A4 sheet of paper (double sided; hand-written or computer typed) Exam February 8th, 8 Sigals & Systems (5-575-) Prof. R. D Adrea Exam Exam Duratio: 5 Mi Number of Problems: 5 Number of Poits: 5 Permitted aids: Importat: Notes: A sigle A sheet of paper (double sided;

More information

Transfer Function Analysis

Transfer Function Analysis Trasfer Fuctio Aalysis Free & Forced Resposes Trasfer Fuctio Syste Stability ME375 Trasfer Fuctios - Free & Forced Resposes Ex: Let s s look at a stable first order syste: τ y + y = Ku Take LT of the I/O

More information

ELEG3503 Introduction to Digital Signal Processing

ELEG3503 Introduction to Digital Signal Processing ELEG3503 Itroductio to Digital Sigal Processig 1 Itroductio 2 Basics of Sigals ad Systems 3 Fourier aalysis 4 Samplig 5 Liear time-ivariat (LTI) systems 6 z-trasform 7 System Aalysis 8 System Realizatio

More information

2C09 Design for seismic and climate changes

2C09 Design for seismic and climate changes 2C09 Desig for seismic ad climate chages Lecture 02: Dyamic respose of sigle-degree-of-freedom systems I Daiel Grecea, Politehica Uiversity of Timisoara 10/03/2014 Europea Erasmus Mudus Master Course Sustaiable

More information

Basics of Dynamics. Amit Prashant. Indian Institute of Technology Gandhinagar. Short Course on. Geotechnical Aspects of Earthquake Engineering

Basics of Dynamics. Amit Prashant. Indian Institute of Technology Gandhinagar. Short Course on. Geotechnical Aspects of Earthquake Engineering Basics of yamics Amit Prashat Idia Istitute of Techology Gadhiagar Short Course o Geotechical Aspects of Earthquake Egieerig 4 8 March, 213 Our ear Pedulum Revisited g.si g l s Force Equilibrium: Cord

More information

Automatic Control Systems

Automatic Control Systems Automatic Cotrol Sytem Lecture-5 Time Domai Aalyi of Orer Sytem Emam Fathy Departmet of Electrical a Cotrol Egieerig email: emfmz@yahoo.com Itrouctio Compare to the implicity of a firt-orer ytem, a eco-orer

More information

Digital Signal Processing, Fall 2006

Digital Signal Processing, Fall 2006 Digital Sigal Processig, Fall 26 Lecture 1: Itroductio, Discrete-time sigals ad systems Zheg-Hua Ta Departmet of Electroic Systems Aalborg Uiversity, Demark zt@kom.aau.dk 1 Part I: Itroductio Itroductio

More information

FIR Filter Design: Part II

FIR Filter Design: Part II EEL335: Discrete-Time Sigals ad Systems. Itroductio I this set of otes, we cosider how we might go about desigig FIR filters with arbitrary frequecy resposes, through compositio of multiple sigle-peak

More information

Ch3 Discrete Time Fourier Transform

Ch3 Discrete Time Fourier Transform Ch3 Discrete Time Fourier Trasform 3. Show that the DTFT of [] is give by ( k). e k 3. Determie the DTFT of the two sided sigal y [ ],. 3.3 Determie the DTFT of the causal sequece x[ ] A cos( 0 ) [ ],

More information

(, ) (, ) (, ) ( ) ( )

(, ) (, ) (, ) ( ) ( ) PROBLEM ANSWER X Y x, x, rect, () X Y, otherwise D Fourier trasform is defied as ad i D case it ca be defied as We ca write give fuctio from Eq. () as It follows usig Eq. (3) it ( ) ( ) F f t e dt () i(

More information

Introduction to Digital Signal Processing

Introduction to Digital Signal Processing Fakultät Iformatik Istitut für Systemarchitektur Professur Recheretze Itroductio to Digital Sigal Processig Walteegus Dargie Walteegus Dargie TU Dresde Chair of Computer Networks I 45 Miutes Refereces

More information

Analog and Digital Signals. Introduction to Digital Signal Processing. Discrete-time Sinusoids. Analog and Digital Signals

Analog and Digital Signals. Introduction to Digital Signal Processing. Discrete-time Sinusoids. Analog and Digital Signals Itroductio to Digital Sigal Processig Chapter : Itroductio Aalog ad Digital Sigals aalog = cotiuous-time cotiuous amplitude digital = discrete-time discrete amplitude cotiuous amplitude discrete amplitude

More information

Chapter 7 z-transform

Chapter 7 z-transform Chapter 7 -Trasform Itroductio Trasform Uilateral Trasform Properties Uilateral Trasform Iversio of Uilateral Trasform Determiig the Frequecy Respose from Poles ad Zeros Itroductio Role i Discrete-Time

More information

6.003: Signals and Systems. Feedback, Poles, and Fundamental Modes

6.003: Signals and Systems. Feedback, Poles, and Fundamental Modes 6.003: Sigals ad Systems Feedback, Poles, ad Fudametal Modes February 9, 2010 Last Time: Multiple Represetatios of DT Systems Verbal descriptios: preserve the ratioale. To reduce the umber of bits eeded

More information

COMM 602: Digital Signal Processing

COMM 602: Digital Signal Processing COMM 60: Digital Sigal Processig Lecture 4 -Properties of LTIS Usig Z-Trasform -Iverse Z-Trasform Properties of LTIS Usig Z-Trasform Properties of LTIS Usig Z-Trasform -ve +ve Properties of LTIS Usig Z-Trasform

More information

Contents Kreatryx. All Rights Reserved.

Contents Kreatryx. All Rights Reserved. Cotets Maual for K-Notes... Basics of Cotrol Systems... 3 Sigal Flow Graphs... 7 Time Respose Aalysis... 0 Cotrol System Stability... 6 Root locus Techique... 8 Frequecy Domai Aalysis... Bode Plots...

More information

6.302 Feedback Systems Recitation 27: Final Recitation and Review Prof. Joel L. Dawson

6.302 Feedback Systems Recitation 27: Final Recitation and Review Prof. Joel L. Dawson 6.302 Feedbac Systems We re going to spend some time in this recitation revisiting some of the very early examples of recitation #1. To aid us in this review, the final class exercise involves exploring

More information

EE / EEE SAMPLE STUDY MATERIAL. GATE, IES & PSUs Signal System. Electrical Engineering. Postal Correspondence Course

EE / EEE SAMPLE STUDY MATERIAL. GATE, IES & PSUs Signal System. Electrical Engineering. Postal Correspondence Course Sigal-EE Postal Correspodece Course 1 SAMPLE STUDY MATERIAL Electrical Egieerig EE / EEE Postal Correspodece Course GATE, IES & PSUs Sigal System Sigal-EE Postal Correspodece Course CONTENTS 1. SIGNAL

More information

Definition of z-transform.

Definition of z-transform. - Trasforms Frequecy domai represetatios of discretetime sigals ad LTI discrete-time systems are made possible with the use of DTFT. However ot all discrete-time sigals e.g. uit step sequece are guarateed

More information

Introduction to Feedback Control

Introduction to Feedback Control Introduction to Feedback Control Control System Design Why Control? Open-Loop vs Closed-Loop (Feedback) Why Use Feedback Control? Closed-Loop Control System Structure Elements of a Feedback Control System

More information

ECE 422/522 Power System Operations & Planning/Power Systems Analysis II : 6 - Small Signal Stability

ECE 422/522 Power System Operations & Planning/Power Systems Analysis II : 6 - Small Signal Stability ECE 4/5 Power System Operatios & Plaig/Power Systems Aalysis II : 6 - Small Sigal Stability Sprig 014 Istructor: Kai Su 1 Refereces Kudur s Chapter 1 Saadat s Chapter 11.4 EPRI Tutorial s Chapter 8 Power

More information

Notes 18 Green s Functions

Notes 18 Green s Functions ECE 638 Fall 017 David R. Jackso Notes 18 Gree s Fuctios Notes are from D. R. Wilto, Dept. of ECE 1 Gree s Fuctios The Gree's fuctio method is a powerful ad systematic method for determiig a solutio to

More information

Overview of Bode Plots Transfer function review Piece-wise linear approximations First-order terms Second-order terms (complex poles & zeros)

Overview of Bode Plots Transfer function review Piece-wise linear approximations First-order terms Second-order terms (complex poles & zeros) Overview of Bode Plots Transfer function review Piece-wise linear approximations First-order terms Second-order terms (complex poles & zeros) J. McNames Portland State University ECE 222 Bode Plots Ver.

More information

THE SYSTEMATIC AND THE RANDOM. ERRORS - DUE TO ELEMENT TOLERANCES OF ELECTRICAL NETWORKS

THE SYSTEMATIC AND THE RANDOM. ERRORS - DUE TO ELEMENT TOLERANCES OF ELECTRICAL NETWORKS R775 Philips Res. Repts 26,414-423, 1971' THE SYSTEMATIC AND THE RANDOM. ERRORS - DUE TO ELEMENT TOLERANCES OF ELECTRICAL NETWORKS by H. W. HANNEMAN Abstract Usig the law of propagatio of errors, approximated

More information

Numerical Methods in Fourier Series Applications

Numerical Methods in Fourier Series Applications Numerical Methods i Fourier Series Applicatios Recall that the basic relatios i usig the Trigoometric Fourier Series represetatio were give by f ( x) a o ( a x cos b x si ) () where the Fourier coefficiets

More information

Wave Phenomena Physics 15c

Wave Phenomena Physics 15c Wave Pheomea Physics 5c Lecture Fourier Aalysis (H&L Sectios 3. 4) (Georgi Chapter ) Admiistravia! Midterm average 68! You did well i geeral! May got the easy parts wrog, e.g. Problem (a) ad 3(a)! erm

More information

STABILITY ANALYSIS TECHNIQUES

STABILITY ANALYSIS TECHNIQUES ECE4540/5540: Digital Control Systems 4 1 STABILITY ANALYSIS TECHNIQUES 41: Bilinear transformation Three main aspects to control-system design: 1 Stability, 2 Steady-state response, 3 Transient response

More information

Outline. Classical Control. Lecture 1

Outline. Classical Control. Lecture 1 Outline Outline Outline 1 Introduction 2 Prerequisites Block diagram for system modeling Modeling Mechanical Electrical Outline Introduction Background Basic Systems Models/Transfers functions 1 Introduction

More information

School of Mechanical Engineering Purdue University. ME375 Transfer Functions - 1

School of Mechanical Engineering Purdue University. ME375 Transfer Functions - 1 Trasfer Fuctio Aalysis Free & Forced Resposes Trasfer Fuctio Syste Stability ME375 Trasfer Fuctios - 1 Free & Forced Resposes Ex: Let s look at a stable first order syste: y y Ku Take LT of the I/O odel

More information

Solution of EECS 315 Final Examination F09

Solution of EECS 315 Final Examination F09 Solutio of EECS 315 Fial Examiatio F9 1. Fid the umerical value of δ ( t + 4ramp( tdt. δ ( t + 4ramp( tdt. Fid the umerical sigal eergy of x E x = x[ ] = δ 3 = 11 = ( = ramp( ( 4 = ramp( 8 = 8 [ ] = (

More information

Nonlinear Vibrations of Aerospace Structures

Nonlinear Vibrations of Aerospace Structures Noliear Vibratios of Aerospace Structures Uiversity of Liège, Belgium L Itroductio Course objectives Review of liear theory Istructors: G. Kersche, J.P. Noel, T. Detroux Cotact details: Space Structures

More information

Written exam Digital Signal Processing for BMT (8E070). Tuesday November 1, 2011, 09:00 12:00.

Written exam Digital Signal Processing for BMT (8E070). Tuesday November 1, 2011, 09:00 12:00. Techische Uiversiteit Eidhove Fac. Biomedical Egieerig Writte exam Digital Sigal Processig for BMT (8E070). Tuesday November, 0, 09:00 :00. (oe page) ( problems) Problem. s Cosider a aalog filter with

More information

UNIVERSITY OF BOLTON SCHOOL OF ENGINEERING BENG (HONS) IN MECHANICAL ENGINEERING SEMESTER 1 EXAMINATION 2016/2017

UNIVERSITY OF BOLTON SCHOOL OF ENGINEERING BENG (HONS) IN MECHANICAL ENGINEERING SEMESTER 1 EXAMINATION 2016/2017 UNIVERSITY OF BOLTON TW30 SCHOOL OF ENGINEERING BENG (HONS) IN MECHANICAL ENGINEERING SEMESTER EXAMINATION 06/07 ADVANCED THERMOFLUIDS & CONTROL SYSTEMS MODULE NO: AME6005 Date: Thursday Jauary 07 Time:

More information

Jitter Transfer Functions For The Reference Clock Jitter In A Serial Link: Theory And Applications

Jitter Transfer Functions For The Reference Clock Jitter In A Serial Link: Theory And Applications Jitter Trasfer Fuctios For The Referece Clock Jitter I A Serial Lik: Theory Ad Applicatios Mike Li, Wavecrest Ady Martwick, Itel Gerry Talbot, AMD Ja Wilstrup, Teradye Purposes Uderstad various jitter

More information

PROPOSING INPUT-DEPENDENT MODE CONTRIBUTION FACTORS FOR SIMPLIFIED SEISMIC RESPONSE ANALYSIS OF BUILDING SYSTEMS

PROPOSING INPUT-DEPENDENT MODE CONTRIBUTION FACTORS FOR SIMPLIFIED SEISMIC RESPONSE ANALYSIS OF BUILDING SYSTEMS he 4 th World Coferece o Earthquake Egieerig October -7, 008, Beiig, Chia PROPOSING INPU-DEPENDEN ODE CONRIBUION FACORS FOR SIPLIFIED SEISIC RESPONSE ANALYSIS OF BUILDING SYSES ahmood Hosseii ad Laya Abbasi

More information

Describing Function: An Approximate Analysis Method

Describing Function: An Approximate Analysis Method Describig Fuctio: A Approximate Aalysis Method his chapter presets a method for approximately aalyzig oliear dyamical systems A closed-form aalytical solutio of a oliear dyamical system (eg, a oliear differetial

More information