Outline. Digital Control. Lecture 3

Size: px
Start display at page:

Download "Outline. Digital Control. Lecture 3"

Transcription

1 Outline

2 Outline Outline 1 ler Design 2

3 What have we talked about in MM2? Sampling rate selection Equivalents between continuous & digital Systems

4

5

6

7

8 Outline ler Design Emulation Method for 1 ler Design Emulation Method for 2

9 ler Design ler Design Emulation Method for Digital controller can be obtained using: Emulation, which finds the discrete equivalent of a continuous controller Direct discrete design (next lecture)

10 ler Design Frequency Issues Emulation Method for Continuous Systems For a minimum-phase transfer function, the phase is uniquely determined by the magnitude curve: G(jω) n 9 where n is the slope of G(jω) in units of decade of amplitude Discrete Systems The amplitude and phase relationship is lost! The prediction of stability from the amplitude curve alone for minimum-phase systems is lost It is typically necessary to determine both magnitude and phase for discrete systems

11 ler Design Emulation Method Emulation Method for 1 A continuous controller is designed 2 Sample time is selected 3 Discrete equivalent is computed 4 Evaluation of design

12 Outline ler Design 1 ler Design Emulation Method for 2

13 ler Design Case Study: Antenna Control General System Model: J θ + B θ = T c + T d Discarding the disturbances T d gives the transfer function: where a = B J Design Specifications: Θ(s) U(s) = 1 s ( s a + 1) =.1 and u(t) = Tc(t) B. Overshoot to a step input less than 16% (PM 55) Settling time to 1% in less than 1s Tracking error to ramp of slope.1 rad sec less than.1rad Sampling time to give at least 1 samples in a rise-time

14 ler Design Lead Compensator Design for Antenna (FC pp. 375) Step 1 Design the low frequency gain K with respect to the steady-state error specification Antenna system case: K = 1 Step 2 Determine the needed phase lead sys=tf(1,[1 1 ]); margin(sys) PM=18 at ω =.38

15 ler Design Lead Compensator Design for Antenna (FC pp. 375) Step 3 Using lead contribution of φ max = 45 should result in PM=63 which is 8 more than needed. Step 4 Determine: α = 1 sinφ max 1 + sinφ max = 1 sin sin45 =.1716 Step 5 T = 1 = 1 ω max α ω n = 2 α 2.92 α = Giving a zero in s = 1 T =.19 and a pole in s = 1 αt = 1.11.

16 ler Design Lead Compensator Design for Antenna (FC pp. 375) Step 6 Draw the compensated frequency response, check PM Using the formulation: we use: sysd=tf([5.3 1],[.9 1]) sysc=sys*sysd margin(sysc) step(feedback(sysc,1)) D(s) = Ts + 1 αts + 1

17 ler Design Lead Compensator Design for Antenna (FC pp. 375) 4 Bode Diagram Gm = Inf db (at Inf rad/sec), Pm = 56.3 deg (at.55 rad/sec) 1.4 Step Response System: untitled1 Time (sec): 5.65 Amplitude: 1.16 Magnitude (db) System: untitled1 Time (sec): 13.3 Amplitude: Amplitude.8.6 Phase (deg) Frequency (rad/sec) Time (sec) Figure: Frequency response Figure: Step response

18 ler Design Lead Compensator Design for Antenna (FC pp. 375) Step 7 Step 7: Iterate on the design until all specifications are met sysd=tf([1 1],[1 1]) sysc=sys*sysd margin(sysc) syscl=feedback(sysc,1) step(syscl)

19 ler Design Lead Compensator Design for Antenna (FC pp. 375) Bode Diagram Step Response Magnitude (db) Amplitude System: syscl Time (sec): 3.63 Amplitude: 1.16 System: syscl Time (sec): 8.75 Amplitude: Phase (deg) Frequency (rad/sec) Time (sec) Figure: Frequency response Figure: Step response

20 ler Design Digital Lead Compensator for Antenna - Fast Sampling Continuous lead controller Digitization - Fast Sample Rate D(s) = 1s + 1 s + 1 sysc=tf(1,[1 1 ]); lead=tf([1 1],[1 1]); syslead=sysc*lead; Ts=1/2; leadd1=c2d(lead,ts, zoh ); sysd=c2d(sysc,ts, zoh ); syscld=feedback(sysd*leadd1,1); step(syscld)

21 ler Design Digital Lead Compensator for Antenna - Fast Sampling 1.4 Step Response 1.2 System: syscldfast Time (sec): 3.65 Amplitude: 1.18 Amplitude System: syscldfast Time (sec): 8.75 Amplitude: Time (sec)

22 ler Design Digital Lead Compensator for Antenna - Slow Sampling Continuous lead controller Digitization - Slow Sample Rate D(s) = 1s + 1 s + 1 sysc=tf(1,[1 1 ]); lead=tf([1 1],[1 1]); syslead=sysc*lead; Ts=1/2; leadd1=c2d(lead,ts, zoh ); sysd=c2d(sysc,ts, zoh ); syscld=feedback(sysd*leadd1,1); step(syscld)

23 ler Design Digital Lead Compensator for Antenna - Slow Sampling 1.4 System: syscldslow Time (sec): 3.35 Amplitude: 1.35 Step Response 1.2 Amplitude System: syscldslow Time (sec): 13.5 Amplitude: Time (sec)

24 ler Design Effect of Sample Time on Step Response Step Response Continuous Fast sampling Slow sampling 1 Amplitude Time (sec)

25 ler Design Effect of Sample Time on Frequency Response 5 Bode Diagram Magnitude (db) 5 1 Phase (deg) Continuous Fast sampling Slow sampling Frequency (rad/sec)

26 ler Design Effect of Sample Time on Pole Locations 1 Pole Zero Map System: untitled1 Pole : i Damping:.5 Overshoot (%): 16.3 Frequency (rad/sec): 1 System: syscldslow Pole : i Damping:.3 Overshoot (%): 37.3 Frequency (rad/sec): 1.9 Imaginary Axis.2.2 System: syscldfast Pole : i Damping:.482 Overshoot (%): 17.7 Frequency (rad/sec): Real Axis

27 ler Design Incorporating Sampling Delay in System Continuous System G(s) = 1 s(1s + 1) Continuous System with Delay G d (s) = 2/T 1 s + 2/T s(1s + 1)

28 ler Design Lead Compensator for System using Slow Sampling Rate Inserting T = 1/2 G d (s) = 2/T 1 s + 2/T s(1s + 1) 4 = s(s + 4)(1s + 1)

29 ler Design Lead Compensator Design for Antenna Step 1 Design the low frequency gain K with respect to the steady-state error specification Steady-state unchanged from original system: K = 1 Step 2 Determine the needed phase lead sys=tf(1,[ ]); margin(sys) PM=14 at ω =.38

30 ler Design Lead Compensator Design for Antenna Step 3 Using lead contribution of φ max = 5 should result in PM=64 which is 9 more than needed. Step 4 Determine: α = 1 sinφ max 1 + sinφ max = 1 sin5 1 + sin5 =.1325 Step 5 T = 1 ω max α = 1.4 (.1325) = Giving a zero in s = 1 T =.1456 and a pole in s = 1 αt = 1.99.

31 ler Design Lead Compensator Design for Antenna Step 6 Draw the compensated frequency response, check PM Using the formulation: we use: sysd=tf([6.9 1],[.9 1]) sysc=sys*sysd margin(sysc) step(feedback(sysc,1)) D(s) = Ts + 1 αts + 1

32 ler Design Lead Compensator Design for Antenna 5 Bode Diagram Gm = 16.9 db (at 2.5 rad/sec), Pm = 48.6 deg (at.67 rad/sec) 1.4 System: untitled1 Time (sec): 4.76 Amplitude: 1.21 Step Response Magnitude (db) System: untitled1 Time (sec): 13.6 Amplitude: Amplitude.8.6 Phase (deg) Frequency (rad/sec) Time (sec) Figure: Frequency response Figure: Step response

33 ler Design Lead Compensator Design for Antenna Step 7 Step 7: Iterate on the design until all specifications are met sysd=tf([7.5 1],[.68 1]) sysc=sys*sysd margin(sysc) syscl=feedback(sysc,1) step(syscl)

34 ler Design Lead Compensator Design for Antenna Bode Diagram Step Response Magnitude (db) System: syscl Time (sec): 3.9 Amplitude: 1.16 System: syscl Time (sec): 7 Amplitude: 1.1 System: syscl Time (sec): 11.6 Amplitude: Amplitude.8.6 Phase (deg) Frequency (rad/sec) Time (sec) Figure: Frequency response Figure: Step response

35 ler Design Digital Lead Compensator for Antenna - Slow Sampling Continuous lead controller Digitization - Slow Sample Rate D(s) = 7.5s s + 1 sysc=tf(1,[1 1 ]); lead=tf([7.5 1],[.68 1]); syslead=sysc*lead; Ts=1/2; leadd1=c2d(lead,ts, zoh ); sysd=c2d(sysc,ts, zoh ); syscld=feedback(sysd*leadd1,1); step(syscld)

36 ler Design Digital Lead Compensator for Antenna - Comparison Bode Diagram Step Response Magnitude (db) Continuous Slow sampling Compensated slow sampling Phase (deg) Continuous Slow sampling Compensated slow sampling Amplitude Frequency (rad/sec) Time (sec) Figure: Frequency response Figure: Step response

37 ler Design Discretization in Matlab Matlab sysd=c2d(sys,ts,method) method: zoh : Zero order hold foh : First order hold (academic) tustin : Bilinear approximation (trapezoidal) prewarp : Tustin with a specific frequency used for prewarp matched : Matching continuous poles with discrete

38 ler Design Discretization of Lead Compensator - Fast Sample Rate Bode Diagram Step Response ZOH Tustin Matched Magnitude (db) Phase (deg) ZOH Tustin Matched Amplitude Frequency (rad/sec) Time (sec) Figure: Frequency response Figure: Step response

39 ler Design Discretization of Lead Compensator - Fast Sample Rate Pole Zero Map ZOH Tustin Matched Imaginary Axis Real Axis

40 ler Design Discretization of Lead Compensator - Slow Sample Rate Bode Diagram Step Response Magnitude (db) ZOH Tustin Matched Phase (deg) ZOH Tustin Matched Amplitude Frequency (rad/sec) Time (sec) Figure: Frequency response Figure: Step response

41 ler Design Discretization of Lead Compensator - Slow Sample Rate Pole Zero Map Imaginary Axis π/T.9π/T π/t π/t.7π/t.6π/t.5π/t.4π/t π/t.2π/t ZOH Tustin Matched.1π/T.2.9π/T.1π/T.4.6.8π/T.2π/T.8.7π/T.3π/T.6π/T.4π/T 1.5π/T Real Axis

42 ler Design Some important things to remember Discretization of compensator Use the method suited for implementation in the system Discrete equivalent of plant Use method corresponding to implementation (usually ZOH) Simulink can combine discrete compensator with continuous plant (digitization of plant not necessary)

43 ler Design Book: Problem 7.4 Problem 7.5 Problem 7.7

Readings: FC: p : lead compensation. 9/9/2011 Classical Control 1

Readings: FC: p : lead compensation. 9/9/2011 Classical Control 1 MM0 Frequency Response Design Readings: FC: p389-407: lead compensation 9/9/20 Classical Control What Have We Talked about in MM9? Control design based on Bode plot Stability margins (Gain margin and phase

More information

Course Outline. Time vs. Freq. Domain Analysis. Frequency Response. Amme 3500 : System Dynamics & Control. Design via Frequency Response

Course Outline. Time vs. Freq. Domain Analysis. Frequency Response. Amme 3500 : System Dynamics & Control. Design via Frequency Response Course Outline Amme 35 : System Dynamics & Control Design via Frequency Response Week Date Content Assignment Notes Mar Introduction 2 8 Mar Frequency Domain Modelling 3 5 Mar Transient Performance and

More information

Lecture 7:Examples using compensators

Lecture 7:Examples using compensators Lecture :Examples using compensators Venkata Sonti Department of Mechanical Engineering Indian Institute of Science Bangalore, India, This draft: March, 8 Example :Spring Mass Damper with step input Consider

More information

Frequency Response Analysis and Design Tutorial

Frequency Response Analysis and Design Tutorial 1 of 13 1/11/2011 5:43 PM Frequency Response Analysis and Design Tutorial I. Bode plots [ Gain and phase margin Bandwidth frequency Closed loop response ] II. The Nyquist diagram [ Closed loop stability

More information

EE 461 Experiment #1 Digital Control of DC Servomotor

EE 461 Experiment #1 Digital Control of DC Servomotor EE 461 Experiment #1 Digital Control of DC Servomotor 1 Objectives The objective of this lab is to introduce to the students the design and implementation of digital control. The digital control is implemented

More information

and using the step routine on the closed loop system shows the step response to be less than the maximum allowed 20%.

and using the step routine on the closed loop system shows the step response to be less than the maximum allowed 20%. Phase (deg); Magnitude (db) 385 Bode Diagrams 8 Gm = Inf, Pm=59.479 deg. (at 62.445 rad/sec) 6 4 2-2 -4-6 -8-1 -12-14 -16-18 1-1 1 1 1 1 2 1 3 and using the step routine on the closed loop system shows

More information

Dr Ian R. Manchester

Dr Ian R. Manchester Week Content Notes 1 Introduction 2 Frequency Domain Modelling 3 Transient Performance and the s-plane 4 Block Diagrams 5 Feedback System Characteristics Assign 1 Due 6 Root Locus 7 Root Locus 2 Assign

More information

CDS 101/110: Lecture 9.1 Frequency DomainLoop Shaping

CDS 101/110: Lecture 9.1 Frequency DomainLoop Shaping CDS /: Lecture 9. Frequency DomainLoop Shaping November 3, 6 Goals: Review Basic Loop Shaping Concepts Work through example(s) Reading: Åström and Murray, Feedback Systems -e, Section.,.-.4,.6 I.e., we

More information

PERSONALIZED EXPERIMENTATION IN CLASSICAL CONTROLS WITH MATLAB REAL TIME WINDOWS TARGET AND PORTABLE AEROPENDULUM KIT

PERSONALIZED EXPERIMENTATION IN CLASSICAL CONTROLS WITH MATLAB REAL TIME WINDOWS TARGET AND PORTABLE AEROPENDULUM KIT Eniko T. Enikov, University of Arizona Estelle Eke, California State University Sacramento PERSONALIZED EXPERIMENTATION IN CLASSICAL CONTROLS WITH MATLAB REAL TIME WINDOWS TARGET AND PORTABLE AEROPENDULUM

More information

Implementation and Simulation of Digital Control Compensators from Continuous Compensators Using MATLAB Software

Implementation and Simulation of Digital Control Compensators from Continuous Compensators Using MATLAB Software Implementation and Simulation of Digital Control Compensators from Continuous Compensators Using MATLAB Software MAHMOUD M. EL -FANDI Electrical and Electronic Dept. University of Tripoli/Libya m_elfandi@hotmail.com

More information

ECE317 Homework 7. where

ECE317 Homework 7. where ECE317 Homework 7 Problem 1: Consider a system with loop gain, T(s), given by: where T(s) = 300(1+s)(1+ s 40 ) 1) Determine whether the system is stable by finding the closed loop poles of the system using

More information

ECE317 : Feedback and Control

ECE317 : Feedback and Control ECE317 : Feedback and Control Lecture : Frequency domain specifications Frequency response shaping (Loop shaping) Dr. Richard Tymerski Dept. of Electrical and Computer Engineering Portland State University

More information

CDS 101/110a: Lecture 8-1 Frequency Domain Design

CDS 101/110a: Lecture 8-1 Frequency Domain Design CDS 11/11a: Lecture 8-1 Frequency Domain Design Richard M. Murray 17 November 28 Goals: Describe canonical control design problem and standard performance measures Show how to use loop shaping to achieve

More information

Classical Control Design Guidelines & Tools (L10.2) Transfer Functions

Classical Control Design Guidelines & Tools (L10.2) Transfer Functions Classical Control Design Guidelines & Tools (L10.2) Douglas G. MacMartin Summarize frequency domain control design guidelines and approach Dec 4, 2013 D. G. MacMartin CDS 110a, 2013 1 Transfer Functions

More information

ME 375. HW 7 Solutions. Original Homework Assigned 10/12, Due 10/19.

ME 375. HW 7 Solutions. Original Homework Assigned 10/12, Due 10/19. ME 375. HW 7 Solutions. Original Homework Assigned /2, Due /9. Problem. Palm 8.2 a-b Part (a). T (s) = 5 6s+2 = 5 2 3s+. Here τ = 3 and the multiplicative factor 5/2 shifts the magnitude curve up by 2log5/2

More information

GE420 Laboratory Assignment 8 Positioning Control of a Motor Using PD, PID, and Hybrid Control

GE420 Laboratory Assignment 8 Positioning Control of a Motor Using PD, PID, and Hybrid Control GE420 Laboratory Assignment 8 Positioning Control of a Motor Using PD, PID, and Hybrid Control Goals for this Lab Assignment: 1. Design a PD discrete control algorithm to allow the closed-loop combination

More information

Chapter 5 Frequency-domain design

Chapter 5 Frequency-domain design Chapter 5 Frequency-domain design Control Automático 3º Curso. Ing. Industrial Escuela Técnica Superior de Ingenieros Universidad de Sevilla Outline of the presentation Introduction. Time response analysis

More information

Bode Plots. Hamid Roozbahani

Bode Plots. Hamid Roozbahani Bode Plots Hamid Roozbahani A Bode plot is a graph of the transfer function of a linear, time-invariant system versus frequency, plotted with a logfrequency axis, to show the system's frequency response.

More information

dspace DS1103 Control Workstation Tutorial and DC Motor Speed Control Project Report

dspace DS1103 Control Workstation Tutorial and DC Motor Speed Control Project Report dspace DS1103 Control Workstation Tutorial and DC Motor Speed Control Project Report By Annemarie Thomas Advisor: Dr. Winfred Anakwa May 12, 2009 Abstract The dspace DS1103 software and hardware tools

More information

CDS 101/110: Lecture 8.2 PID Control

CDS 101/110: Lecture 8.2 PID Control CDS 11/11: Lecture 8.2 PID Control November 16, 216 Goals: Nyquist Example Introduce and review PID control. Show how to use loop shaping using PID to achieve a performance specification Discuss the use

More information

UCD3138 Control Theory UCD3138 Digital Controller Control Theory

UCD3138 Control Theory UCD3138 Digital Controller Control Theory User's Guide UCD3138 Digital Controller Control Theory 1 Contents 1.1 Table of Contents 1 Contents... 2 1.1 Table of Contents... 2 1.2 Table of Tables... 2 1.3 Table of Figures... 3 2 Scope... 4 3 Fundamentals

More information

EE Experiment 8 Bode Plots of Frequency Response

EE Experiment 8 Bode Plots of Frequency Response EE16:Exp8-1 EE 16 - Experiment 8 Bode Plots of Frequency Response Objectives: To illustrate the relationship between a system frequency response and the frequency response break frequencies, factor powers,

More information

Bode Plot for Controller Design

Bode Plot for Controller Design Bode Plot for Controller Design Dr. Bishakh Bhattacharya Professor, Department of Mechanical Engineering IIT Kanpur Joint Initiative of IITs and IISc - Funded by This Lecture Contains Bode Plot for Controller

More information

ME 5281 Fall Homework 8 Due: Wed. Nov. 4th; start of class.

ME 5281 Fall Homework 8 Due: Wed. Nov. 4th; start of class. ME 5281 Fall 215 Homework 8 Due: Wed. Nov. 4th; start of class. Reading: Chapter 1 Part A: Warm Up Problems w/ Solutions (graded 4%): A.1 Non-Minimum Phase Consider the following variations of a system:

More information

Module 08 Controller Designs: Compensators and PIDs

Module 08 Controller Designs: Compensators and PIDs Module 08 Controller Designs: Compensators and PIDs Ahmad F. Taha EE 3413: Analysis and Desgin of Control Systems Email: ahmad.taha@utsa.edu Webpage: http://engineering.utsa.edu/ taha March 31, 2016 Ahmad

More information

Outline. Goals Project Description/Requirements. Equipment Implementation Progress Summary References

Outline. Goals Project Description/Requirements. Equipment Implementation Progress Summary References Outline Goals Project Description/Requirements Block Diagram, Functional Description, Requirements Equipment Implementation Progress Summary References Goals Decrease the learning curve for the use of

More information

Introduction to Signals and Systems Lecture #9 - Frequency Response. Guillaume Drion Academic year

Introduction to Signals and Systems Lecture #9 - Frequency Response. Guillaume Drion Academic year Introduction to Signals and Systems Lecture #9 - Frequency Response Guillaume Drion Academic year 2017-2018 1 Transmission of complex exponentials through LTI systems Continuous case: LTI system where

More information

Dr Ian R. Manchester Dr Ian R. Manchester Amme 3500 : Root Locus Design

Dr Ian R. Manchester Dr Ian R. Manchester Amme 3500 : Root Locus Design Week Content Notes 1 Introduction 2 Frequency Domain Modelling 3 Transient Performance and the s-plane 4 Block Diagrams 5 Feedback System Characteristics Assign 1 Due 6 Root Locus 7 Root Locus 2 Assign

More information

ME451: Control Systems. Course roadmap

ME451: Control Systems. Course roadmap ME451: Control Systems Lecture 20 Root locus: Lead compensator design Dr. Jongeun Choi Department of Mechanical Engineering Michigan State University Fall 2008 1 Modeling Course roadmap Analysis Design

More information

EELE 4310: Digital Signal Processing (DSP)

EELE 4310: Digital Signal Processing (DSP) EELE 4310: Digital Signal Processing (DSP) Chapter # 10 : Digital Filter Design (Part One) Spring, 2012/2013 EELE 4310: Digital Signal Processing (DSP) - Ch.10 Dr. Musbah Shaat 1 / 19 Outline 1 Introduction

More information

DSP based Digital Control Design for DC-DC Switch Mode Power Converter. Shamim Choudhury Texas Instruments Inc.

DSP based Digital Control Design for DC-DC Switch Mode Power Converter. Shamim Choudhury Texas Instruments Inc. DSP based Digital Control Design for DC-DC Switch Mode Power Converter Shamim Choudhury Texas Instruments Inc. 1 Digital Control of DC/DC Converter DC/DC Buck Converter Iin Io Vo Vin L C RL Vin = 4V ~

More information

EE152 F13 Midterm 1. Before starting, please check to make sure that you have all 6 pages Total 100. V0.

EE152 F13 Midterm 1. Before starting, please check to make sure that you have all 6 pages Total 100. V0. EE152 F13 Midterm 1 Name: (please print) Solution In recognition of and in the spirit of the Stanford University Honor Code, I certify that I will neither give nor receive unpermitted aid on this exam.

More information

CHASSIS DYNAMOMETER TORQUE CONTROL SYSTEM DESIGN BY DIRECT INVERSE COMPENSATION. C.Matthews, P.Dickinson, A.T.Shenton

CHASSIS DYNAMOMETER TORQUE CONTROL SYSTEM DESIGN BY DIRECT INVERSE COMPENSATION. C.Matthews, P.Dickinson, A.T.Shenton CHASSIS DYNAMOMETER TORQUE CONTROL SYSTEM DESIGN BY DIRECT INVERSE COMPENSATION C.Matthews, P.Dickinson, A.T.Shenton Department of Engineering, The University of Liverpool, Liverpool L69 3GH, UK Abstract:

More information

Bode and Log Magnitude Plots

Bode and Log Magnitude Plots Bode and Log Magnitude Plots Bode Magnitude and Phase Plots System Gain and Phase Margins & Bandwidths Polar Plot and Bode Diagrams Transfer Function from Bode Plots Bode Plots of Open Loop and Closed

More information

Andrea Zanchettin Automatic Control 1 AUTOMATIC CONTROL. Andrea M. Zanchettin, PhD Winter Semester, Linear control systems design Part 1

Andrea Zanchettin Automatic Control 1 AUTOMATIC CONTROL. Andrea M. Zanchettin, PhD Winter Semester, Linear control systems design Part 1 Andrea Zanchettin Automatic Control 1 AUTOMATIC CONTROL Andrea M. Zanchettin, PhD Winter Semester, 2018 Linear control systems design Part 1 Andrea Zanchettin Automatic Control 2 Step responses Assume

More information

Motomatic via Bode by Frank Owen, PhD, PE Mechanical Engineering Department California Polytechnic State University San Luis Obispo

Motomatic via Bode by Frank Owen, PhD, PE Mechanical Engineering Department California Polytechnic State University San Luis Obispo Motomatic via Bode by Frank Owen, PhD, PE Mechanical Engineering Department California Polytechnic State University San Luis Obispo The purpose of this lecture is to show how to design a controller for

More information

MTE 360 Automatic Control Systems University of Waterloo, Department of Mechanical & Mechatronics Engineering

MTE 360 Automatic Control Systems University of Waterloo, Department of Mechanical & Mechatronics Engineering MTE 36 Automatic Control Systems University of Waterloo, Department of Mechanical & Mechatronics Engineering Laboratory #1: Introduction to Control Engineering In this laboratory, you will become familiar

More information

Root Locus Design. by Martin Hagan revised by Trevor Eckert 1 OBJECTIVE

Root Locus Design. by Martin Hagan revised by Trevor Eckert 1 OBJECTIVE TAKE HOME LABS OKLAHOMA STATE UNIVERSITY Root Locus Design by Martin Hagan revised by Trevor Eckert 1 OBJECTIVE The objective of this experiment is to design a feedback control system for a motor positioning

More information

(A) Based on the second-order FRF provided, determine appropriate values for ω n, ζ, and K. ω n =500 rad/s; ζ=0.1; K=0.

(A) Based on the second-order FRF provided, determine appropriate values for ω n, ζ, and K. ω n =500 rad/s; ζ=0.1; K=0. ME35 Homework # Due: 1/1/1 Problem #1 (3%) A co-worker brings you an accelerometer spec sheet with the following frequency response function (FRF):. s G accelerometer = [volt +.1 jω.1 ω m ] (A) Based on

More information

EE 435. Lecture 16. Compensation Systematic Two-Stage Op Amp Design

EE 435. Lecture 16. Compensation Systematic Two-Stage Op Amp Design EE 435 Lecture 16 Compensation Systematic Two-Stage Op Amp Design Review from last lecture Review of Basic Concepts Pole Locations and Stability Theorem: A system is stable iff all closed-loop poles lie

More information

CONTROLLER DESIGN FOR POWER CONVERSION SYSTEMS

CONTROLLER DESIGN FOR POWER CONVERSION SYSTEMS CONTROLLER DESIGN FOR POWER CONVERSION SYSTEMS Introduction A typical feedback system found in power converters Switched-mode power converters generally use PI, pz, or pz feedback compensators to regulate

More information

Modeling and Analysis of Systems Lecture #9 - Frequency Response. Guillaume Drion Academic year

Modeling and Analysis of Systems Lecture #9 - Frequency Response. Guillaume Drion Academic year Modeling and Analysis of Systems Lecture #9 - Frequency Response Guillaume Drion Academic year 2015-2016 1 Outline Frequency response of LTI systems Bode plots Bandwidth and time-constant 1st order and

More information

16.30 Learning Objectives and Practice Problems - - Lectures 16 through 20

16.30 Learning Objectives and Practice Problems - - Lectures 16 through 20 16.30 Learning Objectives and Practice Problems - - Lectures 16 through 20 IV. Lectures 16-20 IVA : Sampling, Aliasing, and Reconstruction JVV 9.5, Lecture Notes on Shannon - Understand the mathematical

More information

CDS 101/110: Lecture 10-2 Loop Shaping Design Example. Richard M. Murray 2 December 2015

CDS 101/110: Lecture 10-2 Loop Shaping Design Example. Richard M. Murray 2 December 2015 CDS 101/110: Lecture 10-2 Loop Shaping Design Example Richard M. Murray 2 December 2015 Goals: Work through detailed loop shaping-based design Reading: Åström and Murray, Feedback Systems, Sec 12.6 Loop

More information

DESIGN AND VALIDATION OF A PID AUTO-TUNING ALGORITHM

DESIGN AND VALIDATION OF A PID AUTO-TUNING ALGORITHM DESIGN AND VALIDATION OF A PID AUTO-TUNING ALGORITHM Diego F. Sendoya-Losada and Jesús D. Quintero-Polanco Department of Electronic Engineering, Faculty of Engineering, Surcolombiana University, Neiva,

More information

CDS 101/110a: Lecture 8-1 Frequency Domain Design. Frequency Domain Performance Specifications

CDS 101/110a: Lecture 8-1 Frequency Domain Design. Frequency Domain Performance Specifications CDS /a: Lecture 8- Frequency Domain Design Richard M. Murray 7 November 28 Goals:! Describe canonical control design problem and standard performance measures! Show how to use loop shaping to achieve a

More information

MEM01: DC-Motor Servomechanism

MEM01: DC-Motor Servomechanism MEM01: DC-Motor Servomechanism Interdisciplinary Automatic Controls Laboratory - ME/ECE/CHE 389 February 5, 2016 Contents 1 Introduction and Goals 1 2 Description 2 3 Modeling 2 4 Lab Objective 5 5 Model

More information

EEL2216 Control Theory CT2: Frequency Response Analysis

EEL2216 Control Theory CT2: Frequency Response Analysis EEL2216 Control Theory CT2: Frequency Response Analysis 1. Objectives (i) To analyse the frequency response of a system using Bode plot. (ii) To design a suitable controller to meet frequency domain and

More information

Matlab r and Simulink Use in Response Analysis of Automobile Suspension System in Design

Matlab r and Simulink Use in Response Analysis of Automobile Suspension System in Design International Journal of Traffic and Transportation Engineering 212, 1(2): 19-31 DOI: 1.5923/j.ijtte.21212.3 Matlab r and Simulink Use in Response Analysis of Oluwole O. O Mechanical Engineering Department,

More information

Laboratory Assignment 5 Digital Velocity and Position control of a D.C. motor

Laboratory Assignment 5 Digital Velocity and Position control of a D.C. motor Laboratory Assignment 5 Digital Velocity and Position control of a D.C. motor 2.737 Mechatronics Dept. of Mechanical Engineering Massachusetts Institute of Technology Cambridge, MA0239 Topics Motor modeling

More information

CDS 110 L10.2: Motion Control Systems. Motion Control Systems

CDS 110 L10.2: Motion Control Systems. Motion Control Systems CDS, Lecture.2 4 Dec 2 R. M. Murray, Caltech CDS CDS L.2: Motion Control Systems Richard M. Murray 4 December 22 Announcements Final exam available at 3 pm (during break); due 5 pm, Friday, 3 Dec 2 Outline:

More information

Relay Feedback Tuning of Robust PID Controllers With Iso-Damping Property

Relay Feedback Tuning of Robust PID Controllers With Iso-Damping Property Relay Feedback Tuning of Robust PID Controllers With Iso-Damping Property YangQuan Chen, ChuanHua Hu and Kevin L. Moore Center for Self-Organizing and Intelligent Systems (CSOIS), Dept. of Electrical and

More information

Lecture 10. Lab next week: Agenda: Control design fundamentals. Proportional Control Proportional-Integral Control

Lecture 10. Lab next week: Agenda: Control design fundamentals. Proportional Control Proportional-Integral Control 264 Lab next week: Lecture 10 Lab 17: Proportional Control Lab 18: Proportional-Integral Control (1/2) Agenda: Control design fundamentals Objectives (Tracking, disturbance/noise rejection, robustness)

More information

TUTORIAL 9 OPEN AND CLOSED LOOP LINKS. On completion of this tutorial, you should be able to do the following.

TUTORIAL 9 OPEN AND CLOSED LOOP LINKS. On completion of this tutorial, you should be able to do the following. TUTORIAL 9 OPEN AND CLOSED LOOP LINKS This tutorial is of interest to any student studying control systems and in particular the EC module D7 Control System Engineering. On completion of this tutorial,

More information

EE422G Solution to Homework #8

EE422G Solution to Homework #8 EE4G Solution to Homework #8. MATLAB >> H = tf([ 4],[ 6 6]); >> H = tf([ ],[ - 5 5 4]); >> step(h).7 Step Response.6.5 Amplitude.4... 4 5 6 >> step(h) Time (sec).5 Step Response.5 Amplitude.5.5.5..5..5..5.4.45

More information

R. W. Erickson. Department of Electrical, Computer, and Energy Engineering University of Colorado, Boulder

R. W. Erickson. Department of Electrical, Computer, and Energy Engineering University of Colorado, Boulder R. W. Erickson Department o Electrical, Computer, and Energy Engineering University o Colorado, Boulder Computation ohase! T 60 db 40 db 20 db 0 db 20 db 40 db T T 1 Crossover requency c 1 Hz 10 Hz 100

More information

JUNE 2014 Solved Question Paper

JUNE 2014 Solved Question Paper JUNE 2014 Solved Question Paper 1 a: Explain with examples open loop and closed loop control systems. List merits and demerits of both. Jun. 2014, 10 Marks Open & Closed Loop System - Advantages & Disadvantages

More information

Rotary Motion Servo Plant: SRV02. Rotary Experiment #03: Speed Control. SRV02 Speed Control using QuaRC. Student Manual

Rotary Motion Servo Plant: SRV02. Rotary Experiment #03: Speed Control. SRV02 Speed Control using QuaRC. Student Manual Rotary Motion Servo Plant: SRV02 Rotary Experiment #03: Speed Control SRV02 Speed Control using QuaRC Student Manual Table of Contents 1. INTRODUCTION...1 2. PREREQUISITES...1 3. OVERVIEW OF FILES...2

More information

Design of a Simulink-Based Control Workstation for Mobile Wheeled Vehicles with Variable-Velocity Differential Motor Drives

Design of a Simulink-Based Control Workstation for Mobile Wheeled Vehicles with Variable-Velocity Differential Motor Drives Design of a Simulink-Based Control Workstation for Mobile Wheeled Vehicles with Variable-Velocity Differential Motor Drives Kevin Block, Timothy De Pasion, Benjamin Roos, Alexander Schmidt Gary Dempsey

More information

Välkomna till TSRT15 Reglerteknik Föreläsning 5. Summary of lecture 4 Frequency response Bode plot

Välkomna till TSRT15 Reglerteknik Föreläsning 5. Summary of lecture 4 Frequency response Bode plot Välkomna till TSRT15 Reglerteknik Föreläsning 5 Summary of lecture 4 Frequency response Bode plot Summary of last lecture 2 Given a pole polynomial with a varying parameter P(s)+KQ(s)=0 We draw the location

More information

JNTUWORLD. 6 The unity feedback system whose open loop transfer function is given by G(s)=K/s(s 2 +6s+10) Determine: (i) Angles of asymptotes *****

JNTUWORLD. 6 The unity feedback system whose open loop transfer function is given by G(s)=K/s(s 2 +6s+10) Determine: (i) Angles of asymptotes ***** Code: 9A050 III B. Tech I Semester (R09) Regular Eaminations, November 0 Time: hours Ma Marks: 70 (a) What is a mathematical model of a physical system? Eplain briefly. (b) Write the differential equations

More information

Stabilizing and Robust FOPI Controller Synthesis for First Order Plus Time Delay Systems

Stabilizing and Robust FOPI Controller Synthesis for First Order Plus Time Delay Systems th IEEE Conference on Decision and Control and European Control Conference (CDC-ECC) Orlando, FL, USA, December -, Stabilizing and Robust FOPI Controller Synthesis for First Order Plus Time Delay Systems

More information

Open Loop Frequency Response

Open Loop Frequency Response TAKE HOME LABS OKLAHOMA STATE UNIVERSITY Open Loop Frequency Response by Carion Pelton 1 OBJECTIVE This experiment will reinforce your understanding of the concept of frequency response. As part of the

More information

MIMO-LTI Feedback Controller Design -Status report-

MIMO-LTI Feedback Controller Design -Status report- MIMO-LTI Feedback Controller Design -Status report- Christian Schmidt Deutsches Elektronen Synchrotron Technische Universitaet Hamburg Harburg FLASH Seminar 4/1/28 Outline Current RF Feedback System MIMO

More information

EE 560 Electric Machines and Drives. Autumn 2014 Final Project. Contents

EE 560 Electric Machines and Drives. Autumn 2014 Final Project. Contents EE 560 Electric Machines and Drives. Autumn 2014 Final Project Page 1 of 53 Prof. N. Nagel December 8, 2014 Brian Howard Contents Introduction 2 Induction Motor Simulation 3 Current Regulated Induction

More information

The Matching Coefficients PID Controller

The Matching Coefficients PID Controller American Control Conference on O'Farrell Street, San Francisco, CA, USA June 9 - July, The Matching Coefficients PID Controller Anna Soffía Hauksdóttir, Sven Þ. Sigurðsson University of Iceland Abstract

More information

Sfwr Eng/TRON 3DX4, Lab 4 Introduction to Computer Based Control

Sfwr Eng/TRON 3DX4, Lab 4 Introduction to Computer Based Control Announcements: Sfwr Eng/TRON 3DX4, Lab 4 Introduction to Computer Based Control First lab Week of: Mar. 10, 014 Demo Due Week of: End of Lab Period, Mar. 17, 014 Assignment #4 posted: Tue Mar. 0, 014 This

More information

EE 370/L Feedback and Control Systems Lab Section Post-Lab Report. EE 370L Feedback and Control Systems Lab

EE 370/L Feedback and Control Systems Lab Section Post-Lab Report. EE 370L Feedback and Control Systems Lab EE 370/L Feedback and Control Systems Lab Post-Lab Report EE 370L Feedback and Control Systems Lab LABORATORY 10: LEAD-LAG COMPENSATOR DEPARTMENT OF ELECTRICAL AND COMPUTER ENGINEERING UNIVERSITY OF NEVADA,

More information

Lecture 9. Lab 16 System Identification (2 nd or 2 sessions) Lab 17 Proportional Control

Lecture 9. Lab 16 System Identification (2 nd or 2 sessions) Lab 17 Proportional Control 246 Lecture 9 Coming week labs: Lab 16 System Identification (2 nd or 2 sessions) Lab 17 Proportional Control Today: Systems topics System identification (ala ME4232) Time domain Frequency domain Proportional

More information

Analog Integrated Circuits Fundamental Building Blocks

Analog Integrated Circuits Fundamental Building Blocks Analog Integrated Circuits Fundamental Building Blocks Basic OTA/Opamp architectures Faculty of Electronics Telecommunications and Information Technology Gabor Csipkes Bases of Electronics Department Outline

More information

PYKC 13 Feb 2017 EA2.3 Electronics 2 Lecture 8-1

PYKC 13 Feb 2017 EA2.3 Electronics 2 Lecture 8-1 In this lecture, I will cover amplitude and phase responses of a system in some details. What I will attempt to do is to explain how would one be able to obtain the frequency response from the transfer

More information

Project Advisor: Dr. Gary L. Dempsey

Project Advisor: Dr. Gary L. Dempsey Senior Capstone Project Report for Internal Model Controller Design for a Robot Arm By Vishal Kumar Project Advisor: Dr. Gary L. Dempsey 5/15/8 Project Abstract Senior Capstone Project This project is

More information

4 Experiment 4: DC Motor Voltage to Speed Transfer Function Estimation by Step Response and Frequency Response (Part 2)

4 Experiment 4: DC Motor Voltage to Speed Transfer Function Estimation by Step Response and Frequency Response (Part 2) 4 Experiment 4: DC Motor Voltage to Speed Transfer Function Estimation by Step Response and Frequency Response (Part 2) 4.1 Introduction This lab introduces new methods for estimating the transfer function

More information

ANNA UNIVERSITY :: CHENNAI MODEL QUESTION PAPER(V-SEMESTER) B.E. ELECTRONICS AND COMMUNICATION ENGINEERING EC334 - CONTROL SYSTEMS

ANNA UNIVERSITY :: CHENNAI MODEL QUESTION PAPER(V-SEMESTER) B.E. ELECTRONICS AND COMMUNICATION ENGINEERING EC334 - CONTROL SYSTEMS ANNA UNIVERSITY :: CHENNAI - 600 025 MODEL QUESTION PAPER(V-SEMESTER) B.E. ELECTRONICS AND COMMUNICATION ENGINEERING EC334 - CONTROL SYSTEMS Time: 3hrs Max Marks: 100 Answer all Questions PART - A (10

More information

PROCEEDINGS OF THE SECOND INTERNATIONAL CONFERENCE ON SCIENCE AND ENGINEERING

PROCEEDINGS OF THE SECOND INTERNATIONAL CONFERENCE ON SCIENCE AND ENGINEERING POCEEDINGS OF THE SECOND INTENATIONAL CONFEENCE ON SCIENCE AND ENGINEEING Organized by Ministry of Science and Technology DECEMBE -, SEDONA HOTEL, YANGON, MYANMA Design and Analysis of PID Controller for

More information

EE 4314 Lab 3 Handout Speed Control of the DC Motor System Using a PID Controller Fall Lab Information

EE 4314 Lab 3 Handout Speed Control of the DC Motor System Using a PID Controller Fall Lab Information EE 4314 Lab 3 Handout Speed Control of the DC Motor System Using a PID Controller Fall 2012 IMPORTANT: This handout is common for all workbenches. 1. Lab Information a) Date, Time, Location, and Report

More information

Robust PID Controller Autotuning With An Iso-Damping Property Through A Phase Shaper

Robust PID Controller Autotuning With An Iso-Damping Property Through A Phase Shaper Robust PID Controller Autotuning With An Iso-Damping Property Through A Phase Shaper YangQuan Chen, Kevin L. Moore 2, Blas M. Vinagre 3 and Igor Podlubny 4 Center for Self-Organizing & Intelligent Systems

More information

UAV: Design to Flight Report

UAV: Design to Flight Report UAV: Design to Flight Report Team Members Abhishek Verma, Bin Li, Monique Hladun, Topher Sikorra, and Julio Varesio. Introduction In the start of the course we were to design a situation for our UAV's

More information

Lecture 2, Amplifiers 1. Analog building blocks

Lecture 2, Amplifiers 1. Analog building blocks Lecture 2, Amplifiers 1 Analog building blocks Outline of today's lecture Further work on the analog building blocks Common-source, common-drain, common-gate Active vs passive load Other "simple" analog

More information

LECTURE FOUR Time Domain Analysis Transient and Steady-State Response Analysis

LECTURE FOUR Time Domain Analysis Transient and Steady-State Response Analysis LECTURE FOUR Time Domain Analysis Transient and Steady-State Response Analysis 4.1 Transient Response and Steady-State Response The time response of a control system consists of two parts: the transient

More information

ROBUST PID CONTROLLER AUTOTUNING WITH A PHASE SHAPER 1

ROBUST PID CONTROLLER AUTOTUNING WITH A PHASE SHAPER 1 ROBUST PID CONTROLLER AUTOTUNING WITH A PHASE SHAPER YangQuan Chen, Kevin L. Moore, Blas M. Vinagre, and Igor Podlubny Center for Self-Organizing and Intelligent Systems (CSOIS), Dept. of Electrical and

More information

Comparative Analysis of Controller Tuning Techniques for Dead Time Processes

Comparative Analysis of Controller Tuning Techniques for Dead Time Processes Comparative Analysis of Controller Tuning Techniques for Dead Time Processes Parvesh Saini *, Charu Sharma Department of Electrical Engineering Graphic Era Deemed to be University, Dehradun, Uttarakhand,

More information

Exercise 8: Frequency Response

Exercise 8: Frequency Response Exercise 8: Frequency Response Introduction We can find the frequency response of a system by exciting the system with a sinusoidal signal of amplitude A and frequency ω [rad/s] (Note: ω = 2πf) and observing

More information

Lecture 48 Review of Feedback HW # 4 Erickson Problems Ch. 9 # s 7 &9 and questions in lectures I. Review of Negative Feedback

Lecture 48 Review of Feedback HW # 4 Erickson Problems Ch. 9 # s 7 &9 and questions in lectures I. Review of Negative Feedback Lecture 48 Review of Feedback HW # 4 Erickson Problems Ch. 9 # s 7 &9 and questions in lectures I. Review of Negative Feedback A. General. Overview 2. Summary of Advantages 3. Disadvantages B. Buck Converter

More information

Position Control of DC Motor by Compensating Strategies

Position Control of DC Motor by Compensating Strategies Position Control of DC Motor by Compensating Strategies S Prem Kumar 1 J V Pavan Chand 1 B Pangedaiah 1 1. Assistant professor of Laki Reddy Balireddy College Of Engineering, Mylavaram Abstract - As the

More information

Embedded Control Project -Iterative learning control for

Embedded Control Project -Iterative learning control for Embedded Control Project -Iterative learning control for Author : Axel Andersson Hariprasad Govindharajan Shahrzad Khodayari Project Guide : Alexander Medvedev Program : Embedded Systems and Engineering

More information

, answer the next six questions.

, answer the next six questions. Frequency Response Problems Conceptual Questions 1) T/F Given f(t) = A cos (ωt + θ): The amplitude of the output in sinusoidal steady-state increases as K increases and decreases as ω increases. 2) T/F

More information

DESIGN AND ANALYSIS OF FEEDBACK CONTROLLERS FOR A DC BUCK-BOOST CONVERTER

DESIGN AND ANALYSIS OF FEEDBACK CONTROLLERS FOR A DC BUCK-BOOST CONVERTER DESIGN AND ANALYSIS OF FEEDBACK CONTROLLERS FOR A DC BUCK-BOOST CONVERTER Murdoch University: The Murdoch School of Engineering & Information Technology Author: Jason Chan Supervisors: Martina Calais &

More information

DYNAMIC VOLTAGE RESTORER FOR VOLTAGE SAG MITIGATION IN OIL & GAS INDUSTRY

DYNAMIC VOLTAGE RESTORER FOR VOLTAGE SAG MITIGATION IN OIL & GAS INDUSTRY Department of Electrical Engineering Senior Design Project ELEC 499 DYNAMIC VOLTAGE RESTORER FOR VOLTAGE SAG MITIGATION IN OIL & GAS INDUSTRY Student Names: Chresteen Baraket Marina Messiha Supervised

More information

(1) Identify individual entries in a Control Loop Diagram. (2) Sketch Bode Plots by hand (when we could have used a computer

(1) Identify individual entries in a Control Loop Diagram. (2) Sketch Bode Plots by hand (when we could have used a computer Last day: (1) Identify individual entries in a Control Loop Diagram (2) Sketch Bode Plots by hand (when we could have used a computer program to generate sketches). How might this be useful? Can more clearly

More information

Magnetic Levitation System

Magnetic Levitation System Magnetic Levitation System Electromagnet Infrared LED Phototransistor Levitated Ball Magnetic Levitation System K. Craig 1 Magnetic Levitation System Electromagnet Emitter Infrared LED i Detector Phototransistor

More information

Designing PID controllers with Matlab using frequency response methodology

Designing PID controllers with Matlab using frequency response methodology Designing PID controllers with Matlab using frequency response methodology by Frank Owen, PhD, PE polyxengineering, Inc. San Luis Obispo, California 16 March 2017 (www.polyxengineering.com) This paper

More information

( ) = V s ( jω ) = 2 kω, a = 4, R s. = 500 nf Draw a Bode diagram of the magnitude and phase of the frequency. Let R p. response H jω. V in.

( ) = V s ( jω ) = 2 kω, a = 4, R s. = 500 nf Draw a Bode diagram of the magnitude and phase of the frequency. Let R p. response H jω. V in. Let R p = 2 kω, a = 4, = 6 kω, = 500 nf Draw a Bode diagram of the magnitude and phase of the frequency response H jω = V s ( jω ) ( jω ). V in The secondary impedance is Z s ( jω ) = R / jω s = +/ jω

More information

EE 482 : CONTROL SYSTEMS Lab Manual

EE 482 : CONTROL SYSTEMS Lab Manual University of Bahrain College of Engineering Dept. of Electrical and Electronics Engineering EE 482 : CONTROL SYSTEMS Lab Manual Dr. Ebrahim Al-Gallaf Assistance Professor of Intelligent Control and Robotics

More information

Lab 4: First/Second Order DT Systems and a Communications Example (Second Draft)

Lab 4: First/Second Order DT Systems and a Communications Example (Second Draft) ECEN 33 Linear Systems Spring 3-- P. Mathys Lab 4: First/Second Order DT Systems and a Communications Example (Second Draft Introduction The main components from which linear and time-invariant discrete-time

More information

Graphical User Interface Based Controller Design for Switching Converters

Graphical User Interface Based Controller Design for Switching Converters Proceeding of the IEEE International Conference on Information and Automation Hailar, China, July 2014 Graphical User Interface Based Controller Design for Switching Converters Ghulam Abbas 1, Umar Farooq

More information

即時控制系統設計 Design of Real-Time Control Systems

即時控制系統設計 Design of Real-Time Control Systems SPRING 2010 即時控制系統設計 Design of Real-Time Control Systems Outline Design of Digital Control Systems Transfer Function Design Methods NTUEE-RTCS24-DTDesign-2 Lecture 24 Controller Design of Digital Control

More information

SECTION 6: ROOT LOCUS DESIGN

SECTION 6: ROOT LOCUS DESIGN SECTION 6: ROOT LOCUS DESIGN MAE 4421 Control of Aerospace & Mechanical Systems 2 Introduction Introduction 3 Consider the following unity feedback system 3 433 Assume A proportional controller Design

More information

Andrea Zanchettin Automatic Control 1 AUTOMATIC CONTROL. Andrea M. Zanchettin, PhD Spring Semester, Linear control systems design

Andrea Zanchettin Automatic Control 1 AUTOMATIC CONTROL. Andrea M. Zanchettin, PhD Spring Semester, Linear control systems design Andrea Zanchettin Automatic Control 1 AUTOMATIC CONTROL Andrea M. Zanchettin, PhD Spring Semester, 2018 Linear control systems design Andrea Zanchettin Automatic Control 2 The control problem Let s introduce

More information

Bode plot, named after Hendrik Wade Bode, is usually a combination of a Bode magnitude plot and Bode phase plot:

Bode plot, named after Hendrik Wade Bode, is usually a combination of a Bode magnitude plot and Bode phase plot: Bode plot From Wikipedia, the free encyclopedia A The Bode plot for a first-order (one-pole) lowpass filter Bode plot, named after Hendrik Wade Bode, is usually a combination of a Bode magnitude plot and

More information