Lesson 2 - Control Systems Review
Lesson 2 - Control Systems Review
There are virtually infinite many input signals but any of them can be
considered as a linear combination of following
Unit Impulse
𝑅 𝑠 =1
Unit Step
1
𝑅 𝑠 =
𝑠
Unit Ramp
1
𝑅 𝑠 = 2
𝑠
Sinusoidal Input
𝜔
𝑅 𝑠 = 2
𝑠 + 𝜔2
Δ𝜃 𝑠 𝐴𝜃 𝑠 2 + 𝐵𝜃 𝑠 + 𝐶𝜃
=
Δ𝛿(𝑠) 𝐴𝑠 4 + 𝐵𝑠 3 + 𝐶𝑠 2 + 𝐷𝑠 + 𝐸
Consider an example of F-104
𝑓 ∞ = lim 𝑠𝐹(𝑠)
𝑠→0
𝑓 0 = lim 𝑠𝐹(𝑠)
𝑠→∞
LEARJET 24
α(𝒔) 𝑵α
η (𝒔) −7.8184𝑠3− 492.02𝑠2 −25.83s − 34.69
= =
η(𝒔) Δ(𝒔) 170.62𝑠4 + 305.72𝑠3 + 435.07𝑠2+ 29.87s + 23.14
𝒖(𝒔) 𝑵𝒖
η (𝒔) −88.634𝑠2+ 10,112.17 s + 9,166.64
= =
η(𝒔) Δ(𝒔) 170.62𝑠4+ 305.72𝑠3 + 435.07𝑠2 + 29.87s + 23.14
θ(𝒔) 𝑵θ
η (𝒔) −489.33𝑠2 − 316.90s − 32.001
= =
η(𝒔) Δ(𝒔) 170.62𝑠4+ 305.72𝑠3+ 435.07𝑠2+ 29.87s + 23.14
What will be final value of these quantities for +1 deg Step in elevator.
𝟏
F(𝒔) =
𝑻𝒔+𝟏
𝟏
c(𝒔) = 𝒖(𝒔)
𝑻𝒔+𝟏
1
𝐹(𝑠) =
𝑇𝑠 + 1
1
C (𝑠) = 𝑇𝑠+1 ∗ 1
1 −𝑡
𝑐 𝑡 = 𝑒 𝑇 ,𝑡 ≥ 0
𝑇
𝜔𝑛 𝑡 (𝑟𝑎𝑑)
4.6, 4 𝑜𝑟 3 ζ
1.8 𝑀𝑝 ≅ 1 − 0 ≤ ζ ≤ 0.6
𝑡𝑟 ≅ 𝑡𝑠 ≅ 0.6
𝜔𝑛 𝜎
Remember: 𝜎 = ζ𝜔𝑛
➢ In general ….
▪ Fast response Large percent overshoot
▪ Large percent overshoot Small stability margin
1.8 ζ 4.6, 4 𝑜𝑟 3
𝑡𝑟 ≅ 𝑀𝑝 ≅ 1 − 𝑡𝑠 ≅
𝜔𝑛 0.6 𝜎
0 ≤ ζ ≤ 0.6
1.8 1.8
𝑡𝑟 ≅ 𝜔𝑛 ≥ = 3.0 𝑟𝑎𝑑/𝑠𝑒𝑐
𝜔𝑛 𝑡𝑟
Graph ζ ≥ 0.6
4.6 4.6
𝑡𝑠 ≅ 𝜎≥ = 1.5 𝑠𝑒𝑐 −1
𝜎 𝑡𝑠
1.5
0.5
≫ a=0.25; Imaginary Axis
≫ den=conv([1/a 1],[1/4 1/2 1]); 0
≫ roots(den)
-0.5
ans =
-1
-1.0000 + 1.7321i
-1.0000 - 1.7321i -1.5
-0.2500
-2
-4.5 -4 -3.5 -3 -2.5 -2 -1.5 -1 -0.5 0 0.5
Real Axis
≫ T=0:0.2:10;
≫ a=0.25
≫ sys=tf([1],conv([1/a 1],[1/4 1/2 1]));
≫ plot(step(sys,T));hold on;
≫ for a=1:4
≫ sys=tf([1],conv([1/a 1],[1/4 1/2 1]));
≫ plot(step(sys,T));hold on;
≫ end
3.5
3
Full fifth-order system
Amplitude
2.5
1.5
0.5
0
0 2 4 6 8 10 12 14
Time (sec)
𝑎𝑠 + 1
𝐺 𝑠 =
25𝑠 2 + 5𝑠 + 1
𝑑𝑥(𝑡)
𝑣(𝑡) = 𝑥 𝑡 + 𝑎
𝑑𝑡
ℎ(𝑠) 30 𝑠 − 6
= 2 𝑓𝑡Τ𝑑𝑒𝑔
𝛿𝑒 (𝑠) 𝑠 𝑠 + 4𝑠 + 13
For the system to be stable and the transient to decay all poles must
be located in the left half of the s-plane.
The response of a stable system will generally be dominated by the
pole(s) closest to the s-plane origin.
The contribution of poles and zeros in the left half of the s-plane can
generally be neglected if they are at greater than three times the
radius of the dominant poles.
The dominance of a pole will be reduced by the existence of a close
zero.
𝑢(𝑠) 𝑦(𝑠)
𝐺(𝑠)
𝑦(𝑠) 𝐾𝐺(𝑠)
= −
𝑢(𝑠) 1 + 𝐾𝐺(𝑠)
𝐾
𝑦(𝑠) 𝐺(𝑠)
=
𝑢(𝑠) 1 + 𝐾𝐺(𝑠)
1
𝐺 𝑠 =
𝑠 𝑠 2 + 8𝑠 + 32
x
Characteristic x
Equation:
1 + 𝐾𝐺 𝑠 = 0
x
𝑠 𝑠 2 + 8𝑠 + 32 + 𝐾 = 0
≫ numG = [1];
≫ denG = [1 8 32 0];
≫ sysG = tf(numG,denG);
≫ rlocus(sysG)
0.15
𝑠+1+𝐾 =0 0.1
System: sysL
Gain: 1
0.05 Pole: -2
Damping: 1
≫ numL = [1];
Overshoot (%): 0
Imaginary Axis
Frequency (rad/sec): 2
0
≫ denL = [1 1];
≫ sysL = tf(numL,denL); -0.05
≫ rlocus(sysL) -0.1
-0.15
-0.2
-4 -3.5 -3 -2.5 -2 -1.5 -1 -0.5 0 0.5
Real Axis
Transfer Function: 𝐾
1
𝐺 𝑠 =
𝑠+1
1 1
𝐾 𝐾 𝑠 + 1 1
𝐺 𝑠 = 𝑠+1 = 𝐺 𝑠 = =
1 1 𝑠+1+𝐾
1+𝐾 𝑠+1+𝐾 1+𝐾
𝑠+1 𝑠+1
𝐾 1
𝑦 𝑠 = 𝑢(𝑠) 𝑦 𝑠 = 𝑢(𝑠)
𝑠+1+𝐾 𝑠+1+𝐾
0.8 0.8
K=3
0.7 0.7
0.6 0.6
Amplitude
K=2
Amplitude
0.5
0.5
K=1
0.4
0.4
K=1
K=2
0.3
0.3
0.2 K=3
0.2
0.1
0.1 K=4
0
0 0 0.5 1 1.5 2 2.5 3
0 0.5 1 1.5 2 2.5 3
Time (sec)
Time (sec)
𝐸(𝑠) 𝑎 𝛿𝑒 (𝑠)
𝑠+𝑎
𝜔 𝑇 (𝑟𝑎𝑑)
𝜔/𝜔𝑛
AAE – 342 Flight Control Systems
Example
Find gain and phase when 𝜔 = 3 𝑟𝑎𝑑/𝑠.
15(𝑠 + 2)
𝐺 𝑠 =
𝑠 2 + 2𝑠 + 5 𝑠 + 4
Washout Filters
• Low-pass Filters
• High-pass Filters
• Band-pass Filters
• etc…