0% found this document useful (0 votes)
32 views102 pages

L10 Frequency Response

The document discusses frequency response methods in control systems, including definitions, advantages, disadvantages, and various types of frequency response plots such as Bode and Nyquist diagrams. It emphasizes the importance of gain and phase margins in determining system stability and provides examples and exercises for practical application. Additionally, it includes references to MATLAB for visualizing frequency response and stability criteria.

Uploaded by

Ahsan Habib
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
32 views102 pages

L10 Frequency Response

The document discusses frequency response methods in control systems, including definitions, advantages, disadvantages, and various types of frequency response plots such as Bode and Nyquist diagrams. It emphasizes the importance of gain and phase margins in determining system stability and provides examples and exercises for practical application. Additionally, it includes references to MATLAB for visualizing frequency response and stability criteria.

Uploaded by

Ahsan Habib
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 102

Frequency Response Analysis

1
Chapter 8: Frequency Response Methods
Modern Control Systems by Richard C Dorf & Robert H Bishop 12th Edition

2
Preview

3
Definition

4
Remember???

5
Advantage and Disadvantage

6
Frequency Response Plots

7
Example 8.1 Frequency Response of an RC filter

8
Example 8.2 Polar plot of a transfer function

9
10
Example 8.3 Bode diagram of an RC filter

11
12
Concepts
of decade
and
octave

13
14
15
16
17
18
19
20
21
Now we do an exercise Bode Plot

22
23
24
Mathematical Derivation of Resonant
Frequency and Resonant Peak
8.4 Performance Specifications in the Frequency Domain

25
Chapter 9: Stability in Frequency Domain
Modern Control Systems by Richard C Dorf & Robert H Bishop 12th Edition

26
The Nyquist Stability Criterion 9.2 Mapping Contours in the s-plane

27
The Nyquist Stability Criterion 9.2 Mapping Contours in the s-plane

28
The Nyquist Stability Criterion

29
The Nyquist Stability Criterion

30
The Nyquist Stability Criterion

31
The Nyquist Stability Criterion

32
The Nyquist Stability Criterion

33
Ref. N. Nise P561
34
35
36
37
Nyquist Criterion Video Demo

38
39
• Put s=jw
• Put values of w from
the table 9.2
• Use calculator to get
magnitude and phase
40
In MATLAB
clc
clear all
close all
theta = [0 -5.7 -41.5 -50.7 -
74.7 -129.3 -150.5 -173.7 -180];
rho = [100 96 79.6 70.7 50.2 6.8
2.24 0.1 0];
theta = theta*pi/180;
polarplot(theta,rho)

41
42
43
44
45
46
47
48
49
50
51
52
Ref. K. Ogata
53
Ref. K. Ogata
54
9.8
RELATIVE STABILITY AND
NYQUIST CRITERION

55
56
57
58
59
60
𝑘
What will be the Gain Margins of these systems? recall the polar plot of Fig 8.4
𝑠(𝜏𝑠+1)

sys1 =
tf(1,[0.5,1,0]);
sys2 =
tf(3,[0.5,1,0]);
sys3 =
tf(5,[0.5,1,0]);

nyquist(sys1,sys2,
sys3)
legend('Location',
'southwest')

61
Bode plots of the same systems (The GM is infinity but has PMs)

62
63
64
Ref. K. Ogata 65
Damping Ratio From Phase Margin

Ref. N. Nise

66
Damping Ratio From Phase Margin
Ref. N. Nise

67
68
69
70
71
Ref. N. Nise
72
73
Ref. N. Nise

74
How to draw the frequency response using M and N Circles

Ref. K. Ogata

75
76
Nichols Chart: In dealing with
design problems, we find it
convenient to construct the M and
N loci in the log-magnitude-versus-
phase plane. The chart consisting of
the M and N loci in the log-
magnitude-versus-phase diagram is
called the Nichols chart. The G(jw)
locus drawn on the Nichols chart
gives both the gain characteristics
and phase characteristics of the
closed-loop transfer function at the
same time. The Nichols chart is
shown in Figure 7–84, for phase
angles between 0° and –240°
Ref. K. Ogata 77
Ref. K. Ogata 78
Ref. K. Ogata 79
Mathematical Derivation Of
Bandwidth

80
81
82
Ref. K. Ogata

83
Find the values for both systems:
• Natural Frequencies
• Damping Ratio
• Overshoot
• Peak Time
• Settling Time
84
Important Comments (Ogata, Ch: Control Systems Analysis and Design by the
Frequency-Response Method)
A Few Comments on Phase and Gain Margins. The phase and gain margins of a control system are a measure of the
closeness of the polar plot to the –1+j0 point. Therefore, these margins may be used as design criteria. It should be noted that
either the gain margin alone or the phase margin alone does not give a sufficient indication of the relative stability. Both should
be given in the determination of relative stability. For a minimum-phase system, both the phase and gain margins must be
positive for the system to be stable. Negative margins indicate instability. Proper phase and gain margins ensure us against
variations in the system components and are specified for definite positive values. The two values bound the behavior of the
closed-loop system near the resonant frequency. For satisfactory performance, the phase margin should be between 30° and
60°, and the gain margin should be greater than 6 db. With these values, a minimum-phase system has guaranteed stability,
even if the open loop gain and time constants of the components vary to a certain extent. Although the phase and gain margins
give only rough estimates of the effective damping ratio of the closed-loop system, they do offer a convenient means for
designing control systems or adjusting the gain constants of systems. For minimum-phase systems, the magnitude and phase
characteristics of the open loop transfer function are definitely related. The requirement that the phase margin be between 30°
and 60° means that in a Bode diagram the slope of the log-magnitude curve at the gain crossover frequency should be more
gradual than –40 dB/decade. In most practical cases, a slope of –20 dB/decade is desirable at the gain crossover frequency for
stability. If it is –40 dB/decade, the system could be either stable or unstable. (Even if the system is stable, however, the phase
margin is small.) If the slope at the gain crossover frequency is –60 dB/decade or steeper, the system is most likely unstable. For
nonminimum-phase systems, the correct interpretation of stability margins requires careful study. The best way to determine
the stability of nonminimum-phase systems is to use the Nyquist diagram approach rather than Bode diagram approach.

85
-1
-180

Ref. K. Ogata
86
87
Note that the angle is in radians

88
Ref. N. Nise
89
Advantage
• Although RH table gives idea about absolute stability, But it does
not share the idea about marginal stability, margin of stability etc.

90
• Example 5.3: Determine the closed loop Bandwidth
and Peak Magnitude for the following system with
unity feedback.

4
G(S)=
𝑠(𝑠+1)

91
4
Given G(S) =
𝑠(𝑠+1)
𝐺(𝑆) 4
T(S) = = 2
1+𝐺(𝑠) 𝑠 +𝑠+4

Hence wn=2 and ξ=0.25

Bandwidth=wn[(1-2ξ2)+(4ξ4-4ξ2+2)1/2]1/2 = 2.969 rad/sec

1
𝑃𝑒𝑎𝑘 𝑀𝑎𝑔𝑛𝑖𝑡𝑢𝑑𝑒 = = 2.06559
2𝜉 1−𝜉 2

92
Example 5.5
• The specifications on a second order unity feedback control system with the
closed loop transfer function
𝑤𝑛
𝑇 𝑆 = 2
𝑠 + 2𝜉𝑤𝑛 𝑠 + 𝑤𝑛2
are that the maximum overshoot must not exceed 30% and Rise time must less than
0.2 sec. Find limiting values of Maximum Peak and Bandwidth.

93
We know
−𝜋𝜉

1−𝜉2
%𝑂𝑆 = 𝑒 =30Τ100
Hence ξ = 0.3568

Rise Time = 0.2 sec


1 − 𝜉2
𝜋 − 𝑡𝑎𝑛−1
𝜉
= 0.2
𝑤𝑛 1 − 𝜉 2
So, wn=9.04

94
Using the values of ξ = 0.3568 wn=9.04
1
• 𝑃𝑒𝑎𝑘 𝑀𝑎𝑔𝑛𝑖𝑡𝑢𝑑𝑒 = = 1.5
2𝜉 1−𝜉 2

• Bandwidth = wn[(1-2ξ2)+(4ξ4-4ξ2+2)1/2]1/2 = 12.16


rad/sec

95
THERE ARE SOME DESIGN
96
EXAMPLES IN SECTION 9.8
OF DORF
Exercises
• Follow exercises of all reference books

97
LET’S WATCH A VIDEO
ON FREQUENCY
RESPONSE

98
99
Useful Links
• System Identification Methods
• Nichols Chart, Nyquist Plot, and Bode Plot | Control Systems in
Practice
• Bode Plots Explained
• Nyquist Stability Criterion, Part 1
• Nyquist Stability Criterion, Part 2
• Control Systems Lecture 18: The Nyquist stability criterion
• Gain and Phase Margins Explained!
• How do complex numbers actually apply to control systems?
• polar plot in control system Find GM and PM in a polar plot.
(Important for exam)
100
Practice some Nyquist Plots from here
• Nyquist Plot: Steps, Drawing Procedure, and Solved Example 1
• Nyquist Plot: Steps, Drawing Procedure, and Solved Example 2

101
THANK YOU

102

You might also like