����PRESENTATION ON �FEEDBACK SYSTEM
A Typical Feedback System
Feed Forward
Feedback
EE 3512: Lecture 30, Slide 1
Motivating Example
EE 3512: Lecture 30, Slide 2
System Function For A Closed-Loop System
Forward Gain: total gain of the forward path from the input�to the output, where the gain of a summer is 1.
Loop Gain: total gain along the closed loop shared by all systems.
Loop
EE 3512: Lecture 30, Slide 3
The Use Of Feedback As Compensation
⮘ Independent of P(s)
EE 3512: Lecture 30, Slide 4
Stabilization of an Unstable System
EE 3512: Lecture 30, Slide 5
Second-Order Unstable System
One of the poles is at
Unstable for all values of K.
EE 3512: Lecture 30, Slide 6
The Concept of a Root Locus
Closed-loop poles are the same.
EE 3512: Lecture 30, Slide 7
Example: First-Order System
Becomes more stable
Becomes less stable
EE 3512: Lecture 30, Slide 8
Example: Second-Order System With Proportional Control
EE 3512: Lecture 30, Slide 9
How Do The Poles Move?
Desired Response
num = [1];
den = [1 101 101]; (assuming K = 1)
P = tf(num, den);
rlocus(P);
EE 3512: Lecture 30, Slide 10
Example
EE 3512: Lecture 30, Slide 11
Feedback System – Implementation
EE 3512: Lecture 30, Slide 12
THANK YOU
EE 3512: Lecture 30, Slide 13