introduction bode plot - my homework...

43
Introduction to Bode Plot Compiled by Jun Jie, Ng Acknowledgement : Contents adapted with courtesy of Prof. Angela Rasmussen The University of UTAH Reprinted with permission of the copyright owner, The University of UTAH. All rights reserved. No further reprints or reproductions may be made without Professor Angela Rasmussen’s written consent.

Upload: buicong

Post on 23-Mar-2018

244 views

Category:

Documents


12 download

TRANSCRIPT

Page 1: Introduction Bode Plot - My Homework Spacengjj.weebly.com/uploads/2/3/5/8/2358979/introduction_to_bode_plot... · Introduction to Bode Plot ... • Main advantage: multiplication

Introduction to Bode Plot Compiled by Jun Jie, Ng 

             

Acknowledgement : Contents adapted with courtesy of  Prof. Angela Rasmussen  The  University of UTAH   Reprinted with permission of the copyright owner, The University of UTAH. All rights reserved. No further reprints or reproductions may be made without Professor Angela Rasmussen’s written consent.  

Page 2: Introduction Bode Plot - My Homework Spacengjj.weebly.com/uploads/2/3/5/8/2358979/introduction_to_bode_plot... · Introduction to Bode Plot ... • Main advantage: multiplication

References • Notes of Reference: http://www.ece.Utah.edu/~ece3110 

 

• K. Ogata, Modern Control Engineering, Prentice Hall, 4th edition, 2002 

 

• Follows closely to Professor Ben Chen’s EE2010E Lecture Notes, Aug 2009 in ‘Maths Derivation’ slides to help make revision easier. 

 

Page 3: Introduction Bode Plot - My Homework Spacengjj.weebly.com/uploads/2/3/5/8/2358979/introduction_to_bode_plot... · Introduction to Bode Plot ... • Main advantage: multiplication

Purpose 

• The plot can be used to interpret how the input affects the output in both magnitude and phase over frequency. 

 

• Main advantage: multiplication of magnitudes can be converted into addition, and, a simple method for sketching an approximate log‐ magnitude curve is available. It is based on asymptotic approximations. 

 

Page 4: Introduction Bode Plot - My Homework Spacengjj.weebly.com/uploads/2/3/5/8/2358979/introduction_to_bode_plot... · Introduction to Bode Plot ... • Main advantage: multiplication

Bode Plot Diagram Lines (1) 

• Normally, we know the transfer function. 

• We need to convert to the standard form. 

Page 5: Introduction Bode Plot - My Homework Spacengjj.weebly.com/uploads/2/3/5/8/2358979/introduction_to_bode_plot... · Introduction to Bode Plot ... • Main advantage: multiplication

Bode Plot Diagram Lines (1) ‐(Steps) 

• Normally, we know the transfer function. 

• We need to convert to the standard form. Q: How do we do this? 

Working:

Page 6: Introduction Bode Plot - My Homework Spacengjj.weebly.com/uploads/2/3/5/8/2358979/introduction_to_bode_plot... · Introduction to Bode Plot ... • Main advantage: multiplication

Bode Plot Diagram Lines (2) 

• Replace s by jw (in this doc, sometime its represented as j?).  

• Then find the magnitude.  

Page 7: Introduction Bode Plot - My Homework Spacengjj.weebly.com/uploads/2/3/5/8/2358979/introduction_to_bode_plot... · Introduction to Bode Plot ... • Main advantage: multiplication

Bode Plot Diagram Lines (3) 

• As you can see, to study bode plots, the following are important: 

Page 8: Introduction Bode Plot - My Homework Spacengjj.weebly.com/uploads/2/3/5/8/2358979/introduction_to_bode_plot... · Introduction to Bode Plot ... • Main advantage: multiplication

Bode Plot Diagram Lines (4) 

• (1) Constant term, K. 

• Straight horizontal line of magnitude: 20 log10 (K)  

Q: Try the following using your calculator: 20 log10 (40), 20 log10 (20)… ? 

Page 9: Introduction Bode Plot - My Homework Spacengjj.weebly.com/uploads/2/3/5/8/2358979/introduction_to_bode_plot... · Introduction to Bode Plot ... • Main advantage: multiplication

Bode Plot Diagram Lines (5) 

• (2) pole term.  

Page 10: Introduction Bode Plot - My Homework Spacengjj.weebly.com/uploads/2/3/5/8/2358979/introduction_to_bode_plot... · Introduction to Bode Plot ... • Main advantage: multiplication

Bode Plot Diagram Lines (6) Maths Derivation 

• (2) pole term.  

-20dB when frequency is increased 10 times.

Take: 20 log (H) 

Page 11: Introduction Bode Plot - My Homework Spacengjj.weebly.com/uploads/2/3/5/8/2358979/introduction_to_bode_plot... · Introduction to Bode Plot ... • Main advantage: multiplication

Bode Plot Diagram Lines (7) 

• (3) zero term.  

Page 12: Introduction Bode Plot - My Homework Spacengjj.weebly.com/uploads/2/3/5/8/2358979/introduction_to_bode_plot... · Introduction to Bode Plot ... • Main advantage: multiplication

Bode Plot Diagram Lines (8) 

• Summarise abit...  

Page 13: Introduction Bode Plot - My Homework Spacengjj.weebly.com/uploads/2/3/5/8/2358979/introduction_to_bode_plot... · Introduction to Bode Plot ... • Main advantage: multiplication

Bode Plot Diagram Lines (9) 

• Zeros and Poles not at the origin:  

To complete the log magnitude vs. frequency plot of a Bode diagram, we superposition all the lines of the different terms on the same plot.

Page 14: Introduction Bode Plot - My Homework Spacengjj.weebly.com/uploads/2/3/5/8/2358979/introduction_to_bode_plot... · Introduction to Bode Plot ... • Main advantage: multiplication

Example 1 ‐ (1) 

Page 15: Introduction Bode Plot - My Homework Spacengjj.weebly.com/uploads/2/3/5/8/2358979/introduction_to_bode_plot... · Introduction to Bode Plot ... • Main advantage: multiplication

Example 1 ‐ (2) 

Page 16: Introduction Bode Plot - My Homework Spacengjj.weebly.com/uploads/2/3/5/8/2358979/introduction_to_bode_plot... · Introduction to Bode Plot ... • Main advantage: multiplication

Example 1 ‐ (3) 

• Using MATLAB.  >> num = [1]; >> den = [2,100]; >> bode(num,den) title ('Bode Plot of Example 1')

Page 17: Introduction Bode Plot - My Homework Spacengjj.weebly.com/uploads/2/3/5/8/2358979/introduction_to_bode_plot... · Introduction to Bode Plot ... • Main advantage: multiplication

Example 2 ‐ (1) 

Page 18: Introduction Bode Plot - My Homework Spacengjj.weebly.com/uploads/2/3/5/8/2358979/introduction_to_bode_plot... · Introduction to Bode Plot ... • Main advantage: multiplication
Page 19: Introduction Bode Plot - My Homework Spacengjj.weebly.com/uploads/2/3/5/8/2358979/introduction_to_bode_plot... · Introduction to Bode Plot ... • Main advantage: multiplication

Example 2 – Verify using MATLAB? 

Page 20: Introduction Bode Plot - My Homework Spacengjj.weebly.com/uploads/2/3/5/8/2358979/introduction_to_bode_plot... · Introduction to Bode Plot ... • Main advantage: multiplication

Example 3 ‐ (1) 

Page 21: Introduction Bode Plot - My Homework Spacengjj.weebly.com/uploads/2/3/5/8/2358979/introduction_to_bode_plot... · Introduction to Bode Plot ... • Main advantage: multiplication
Page 22: Introduction Bode Plot - My Homework Spacengjj.weebly.com/uploads/2/3/5/8/2358979/introduction_to_bode_plot... · Introduction to Bode Plot ... • Main advantage: multiplication

Example 3 – Verify using MATLAB? 

Page 23: Introduction Bode Plot - My Homework Spacengjj.weebly.com/uploads/2/3/5/8/2358979/introduction_to_bode_plot... · Introduction to Bode Plot ... • Main advantage: multiplication

Bode Plot ‐ Phase (1) 

• Our original transfer function. 

• Cumulative phase angle form. 

Page 24: Introduction Bode Plot - My Homework Spacengjj.weebly.com/uploads/2/3/5/8/2358979/introduction_to_bode_plot... · Introduction to Bode Plot ... • Main advantage: multiplication

Bode Plot ‐ Phase (2) 

• Cumulative phase angle form as a function of frequency. 

Page 25: Introduction Bode Plot - My Homework Spacengjj.weebly.com/uploads/2/3/5/8/2358979/introduction_to_bode_plot... · Introduction to Bode Plot ... • Main advantage: multiplication

Bode Plot ‐ Phase (3) 

• Effect of Zeros, s at the origin: 

• Cause +90 degrees shift 

• Effect of constant, K on Phase: no effect. 

• K<0 – will set up a phase shift of + 180 degrees 

Page 26: Introduction Bode Plot - My Homework Spacengjj.weebly.com/uploads/2/3/5/8/2358979/introduction_to_bode_plot... · Introduction to Bode Plot ... • Main advantage: multiplication

Bode Plot ‐ Phase (4) 

• Effect of Poles, 1/s at the origin: 

• Cause ‐90 degrees shift 

Page 27: Introduction Bode Plot - My Homework Spacengjj.weebly.com/uploads/2/3/5/8/2358979/introduction_to_bode_plot... · Introduction to Bode Plot ... • Main advantage: multiplication

Bode Plot ‐ Phase (5) 

• Poles not at the origin: • No phase shift for frequency much lower than p1,  

• ‐45 degree at p1 and  

• ‐90 degree at much higher frequency than p1 

Page 28: Introduction Bode Plot - My Homework Spacengjj.weebly.com/uploads/2/3/5/8/2358979/introduction_to_bode_plot... · Introduction to Bode Plot ... • Main advantage: multiplication

Bode Plot ‐ Phase (6) Maths Derivation 

• Poles not at the origin: 

Page 29: Introduction Bode Plot - My Homework Spacengjj.weebly.com/uploads/2/3/5/8/2358979/introduction_to_bode_plot... · Introduction to Bode Plot ... • Main advantage: multiplication

Bode Plot ‐ Phase (7) 

• Zeros not at the origin: • No phase shift for frequency much lower than z1,  

• +45 degree at z1 and  

• +90 degree at much higher frequency than z1 

Page 30: Introduction Bode Plot - My Homework Spacengjj.weebly.com/uploads/2/3/5/8/2358979/introduction_to_bode_plot... · Introduction to Bode Plot ... • Main advantage: multiplication

Example 4 ‐ (1) 

Page 31: Introduction Bode Plot - My Homework Spacengjj.weebly.com/uploads/2/3/5/8/2358979/introduction_to_bode_plot... · Introduction to Bode Plot ... • Main advantage: multiplication

Example 4 ‐ (2) 

Page 32: Introduction Bode Plot - My Homework Spacengjj.weebly.com/uploads/2/3/5/8/2358979/introduction_to_bode_plot... · Introduction to Bode Plot ... • Main advantage: multiplication

Example 5 ‐ (1) 

Page 33: Introduction Bode Plot - My Homework Spacengjj.weebly.com/uploads/2/3/5/8/2358979/introduction_to_bode_plot... · Introduction to Bode Plot ... • Main advantage: multiplication
Page 34: Introduction Bode Plot - My Homework Spacengjj.weebly.com/uploads/2/3/5/8/2358979/introduction_to_bode_plot... · Introduction to Bode Plot ... • Main advantage: multiplication
Page 35: Introduction Bode Plot - My Homework Spacengjj.weebly.com/uploads/2/3/5/8/2358979/introduction_to_bode_plot... · Introduction to Bode Plot ... • Main advantage: multiplication

Example 6 ‐ (1) 

Page 36: Introduction Bode Plot - My Homework Spacengjj.weebly.com/uploads/2/3/5/8/2358979/introduction_to_bode_plot... · Introduction to Bode Plot ... • Main advantage: multiplication
Page 37: Introduction Bode Plot - My Homework Spacengjj.weebly.com/uploads/2/3/5/8/2358979/introduction_to_bode_plot... · Introduction to Bode Plot ... • Main advantage: multiplication
Page 38: Introduction Bode Plot - My Homework Spacengjj.weebly.com/uploads/2/3/5/8/2358979/introduction_to_bode_plot... · Introduction to Bode Plot ... • Main advantage: multiplication

Additional Practise 

Page 39: Introduction Bode Plot - My Homework Spacengjj.weebly.com/uploads/2/3/5/8/2358979/introduction_to_bode_plot... · Introduction to Bode Plot ... • Main advantage: multiplication

More 

• There are bode plots for even higher orders of Transfer Functions, i.e. First order or Second order etc. 

• In the course, reading the plots to form the Transfer Function or vice‐versa is important. 

• It is strongly recommended to put some information on bode plotting into the cheating chit for exam. 

Page 40: Introduction Bode Plot - My Homework Spacengjj.weebly.com/uploads/2/3/5/8/2358979/introduction_to_bode_plot... · Introduction to Bode Plot ... • Main advantage: multiplication

Second Order TF Bode Plot 

Second Order Transfer Function:

Page 41: Introduction Bode Plot - My Homework Spacengjj.weebly.com/uploads/2/3/5/8/2358979/introduction_to_bode_plot... · Introduction to Bode Plot ... • Main advantage: multiplication

Second Order TF Bode Plot –  Maths Derivation 

Page 42: Introduction Bode Plot - My Homework Spacengjj.weebly.com/uploads/2/3/5/8/2358979/introduction_to_bode_plot... · Introduction to Bode Plot ... • Main advantage: multiplication

MATLAB (for info) 

Page 43: Introduction Bode Plot - My Homework Spacengjj.weebly.com/uploads/2/3/5/8/2358979/introduction_to_bode_plot... · Introduction to Bode Plot ... • Main advantage: multiplication

That’s all I have prepared for you… Hope it helps. 

Have Fun Learning Bode Plot!