Lecture Bode
Lecture Bode
1
where A is called the amplitude and ω is called the frequency of oscilla-
tion (whose unit is rad/sec) and φ is called the phase angle. We dene the
frequency response of a system as the steady-state response of the system to a
sinusoidal input. When a system is subject to a sinusoidal input of frequency ω,
the response of the system is also sinusoidal at the same frequency. The output
sinusoid diers from the input sinusoid only in amplitude and phase angle.
The frequency response of a system G(s) is simply the transfer function's val-
ues on the imaginary axis: G(jω) for ω ∈ [0, ∞). G(jω) is a complex function
of the real variable ω. The real functions |G(jω)| and ∠G(jω) are called the
magnitude response and phase response, respectively, of the transfer func-
tion G(s). The sinusoidal response result is important because it shows that a
sinusoidal input essentially pass through a stable system without any
change in frequency, only the amplitude and phase changes. Moreover,
the amplitude changes by a factor that is precisely equal to the the system's
magnitude response at the frequency of the input, and the phase shifts by an
amount exactly equal to the phase response of the system at the frequency of
the input.
2
20
Example: Let G (s) = s2 +2s+8 and u (t) = sin (2t), what is y (t) at steady
state?
20 20 5
G (j2) = 2 = = = 3.53∠ − 0.7854
(j2) + 2 × j2 + 8 4 + j4 1+j
Therefore,
20
Example: Let G (s) = s2 +2s+8 and u (t) = sin (10t), what is y (t) at steady
state?
20
G (j10) = 2 = 0.21∠ − 2.93
(j10) + 2 × j10 + 8
Therefore,
3
Interesting Notes:
• For a linear dynamic system, if the input consists of a sum of signals, the
output is the sum of outputs in response to each component of the input.
4
Graphical representation of frequency response
The magnitude and phase response can be plotted against ω. The plot of
the magnitude response|G(jω)| vs. ω is the slice of the surface plot of |G(s)|
along the imaginary axis. Similarly, the plot of the phase response ∠G(jω) vs.
ω is the slice of the surface plot of ∠G(s) along the imaginary axis.
5
100
Consider the system is G (s) = s2 +2s+100 and the input signal u(t) is such
that
0.1 ω < 10
2 10 ≤ ω ≤ 20
|U (jω)| =
0.1 20 ≤ ω ≤ 60
0 ω > 60
(
π
− 0.01ω ω ≤ 60
∠U (jω) = 2
0 ω > 60
• The output has high energy in frequency near 10 since the plant has high
gain at that frequency. That is, sinusoidal components of the input at
frequency near 10 rad/s will be amplied at the output.
• Notice also that the input is band limited to [10, 20] rad/s.
• Its energy in that band is 22 × (20 − 10) = 40 while its energy in the rest
of the frequencies is 0.01 × (10 + 40) = 5 × 10−3 , which is negligible
2
compared to 40.
6
Bode plot
The Bode plot of G(s) is a plot of magnitude response and phase response
as a function of frequency ω. It consists of the following two plots, where the
magnitude is expressed in dB and phase in degrees.
Let consider a typical transfer function can be given as
(s + a) (s + b)
H (s) = K
sn (s + c) (s + d) (s + e)
where a, b, c, d, e, K are real positive numbers. Let s = jω , the following expres-
sion can be obtained as
(jω + a) (jω + b)
H (jω) = K n
(jω) (jω + c) (jω + d) (jω + e)
The normalized transfer function H (jω) can be found as
jω
+ 1 b jω jω jω
a a b +1 ab a +1 b +1
H (jω) = K n =K
jω
+ 1 d jω jω cde (jω)n jω jω
jω
(jω) c c d +1 e e +1 c +1 d +1 e +1
jω
jω
ab a +1 b +1
H (jω) = K
cde (jω)n jω
jω jω
c +1 d +1 e +1
Magnitude Plot Rule
7
Example
s+a
Calculate the initial angle and nal angle of G (s) = s+c
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31