In feedback control, we have some physical system Hp(s) called a plant which we would like to control using a system of our choice Hc(s) in order to follow some reference signal r(t).
Notice how the output signal is subtracted from a reference signal, and we use the difference (a.k.a the error) to determine what input we pass into the plant. Looking at the overall transfer function of the system, we see that
Depending on what control we use for Hc(s), we can shape this transfer function to be what we want.
Types of Control
Constant Gain Control
When Hc(s)=K0, this is known as constant gain control.
H(s)=1+K0Hp(s)K0Hp(s)
The poles of this system are clearly when 1+K0Hp(s)=0.
Lead Control
Lead controllers are of the form
Hc(s)=K0s−αs−β
Their poles are when
1+K0s−αs−βHp(s)=0
Integral Control
Integral controller are of the form
Hc(s)=sK0
Their poles are when
1+sK0Hp(s)=0
Root Locus Analysis
For all forms of control, we need to choose a constant which places our poles where we want. Root Locus Analysis is the technique which helps us determine how our poles will move as K0→∞. Assuming we only have a single gain to choose, we the poles of the new transfer function will be the roots of
1+K0H(s)
where H(s) is some transfer function that results in the denominator (For example, in constant gain control, H(s)=Hp(s) but for lead control, Hs=s−αs−βHp(s)).
Definition 39
The root locus is the set of all points s0∈C such that ∃K0>0 such that 1+K0H(s)=0.
This definition implies that H(s0)=K01 for some K0, meaning the root locus is all points such that ∠H(s0)=−180˚. The first step of RLA is to factor the numerator and denominator of H(s)
H(s)=∏i=0n(s−αi)∏i=0m(s−βi)
As k→0,H(s0)=−K01→∞, so the root locus begins at the poles. As k→∞,H(s0)=−K01→0, so the root locus will end at the open loop zeros. However, if m<n, (i.e there are more poles than 0’s), not all of the poles can converge to a zero. Instead n−m branches will approach ∞ witth asymptotes at
n−m∑inαi−∑imβi
and angles of
n−m180+(i−1)∗360
The final rule of RLA is that parts of the real line left of an odd number of real poles and zeros are on the root locus. RLA tells us that we have to be careful when choosing our gain K0 because we could by mistake cause instability. In particular, high gain will cause instability if
H(s) has zeros in the right half of the plane
if n−m≥3, then the asympototes will cross the imaginary axis.
Feedback Controller Design
When we design systems to use in feedback control, there are certain properties we want besides just basic ones like stability. Because signals can be thought of as a series of step signals, when analyzing these properties, we will assume r(t)=u(t)
Steady State Tracking Accuracy
Definition 40
A system has steady state tracking accurracy if the different between the reference and the output signals tends to 0 as t→∞
ess:=limt→∞e(t)=0
A useful theorem which can help us evaluate this limit is the final value theorem.
Theorem 17 (Final Value Theorem)
limt→∞e(t)=lims→0sE(s)
As long as a limit exists and e(t)=0 for t<0
Looking at the relationship between E(s) and R(s), we see that
Thus as long as Hc(s)Hp(s) has at least one pole at s=0, then ess=0. Notice that integral control gives us a pole at s0, so it is guaranteed that an integral controller will be steady-state accurate.
Disturbance Rejection
Sometimes the output of our controller can be disturbed before it goes into the plant. Ideally, our system should be robust to these disturbances.
Thus as long as Hc has a pole at 0, then the system will reject disturbances. Notice that integral control guarantees disturbance rejection as well.
Noise Insensitivity
In real systems, our measurement of the output y(t) is not always 100% accurate. One way to model this is to add a noise term to the output. Looking at the relationship between the noise and the output signal, we see
H(s)=1+Hc(s)Hp(s)−Hc(s)Hp(s)
In order to reject this noise, we want this term to be close to 0, so ideally Hc(s)Hp(s)<<1 as s→0. However, this conflicts with our desire for Hc(s)Hp(s) to have a pole at 0 to guarantee steady state tracking. Thus it is difficult to make a controler that is both accurate and robust to noise. However, because noise is usually a high frequency signal and the reference is a low frequency signal, we can mitigate this by choosing Hc(s)Hp(s) to be a low-pass filter.