Pole placement
From Wikipedia, the free encyclopedia
This is an excerpt from ControlTheoryPro.com.
[edit] Introduction to Pole Placement (or Polynomial Approach or Polynomial Design) to Controller Design
Pole placement is the most straightforward means of controller design.
-
- The design starts with an assumption of what form the controller must take in order to control the given plant.
- From that assumption a symbolic characteristic equation is formed.
- At this point the desired closed-loop poles must be determined.
- Typically, specifications designate overshoot, rise time, etc. This leads to the formation of a 2nd order equation. Most of the time the final characteristic equation will have more than 2 poles. So additional desired poles must be determined.
- Once the closed loop poles are decided a desired characteristic equation is formed.
- The coefficients for each power of s are equated from the symbolic characteristic equation to the desired.
- Algebra is used to determine the controller coefficients necessary to achieve the desired closed-loop poles with the assumed controller form.
Typically, an integrator is used to drive the steady-state error towards 0. This implies that the final characteristic equation will have at least 1 more pole than the uncontrolled system started with.
The following pole placement examples show you how to decide on the desired closed-loop poles, determine the "extra" closed-loop poles, and create a generic and PID controller to achieve those desired closed-loop poles.
[edit] Generic Control design using Pole Placement
This example is lifted from the hovering helicopter example in which the dynamics of Blackhawk helicopter are defined and controller for pitch attitude is designed. Feedforward commands are generated by integrating gyro measurements.
Let's assume a 2nd order system of with the following form
- where
- K is the system gain
- ωn is the system's natural frequency
- ζ is the system's damping ratio.
Also, we assume a compensator of form
, Eqn. 1
is adequate to control the plant.
The resulting characteristic equation is
.
This can be reduced to
, Eqn. 2a.
In matrix form this is
, Eqn. 2b.
At this point we must decide what closed loop poles we would like. In order to do this we need to consider system overshoot and settling time (or time to peak). The equations for each are
where
- Mp is overshoot,
- τs is settling time, and
- τp is time to peak.
I've never worked on a helicopter but I'm going to guess that minimizing overshoot is desired. Using the Overshoot equation we find that a common value, , provides an overshoot of only 4.3%. Examination of the Time to Peak equation lets you know that a value of provides a peak time of \pi seconds. However, a little over 3 seconds is probably too slow. Let's shoot for 0.5 seconds instead. This requires
.
Recap
However, this leaves us with only 2 roots (poles) in our desired characteristic equation. Since we want the above parameters to dominate the closed loop system dynamics we choose a 3rd pole that is well above the desired natural frequency.
, Eqn. 3
where
-
- a = 10ωdesired is our 3rd pole.
This 3rd pole is a high frequency pole that allows the desired poles to the dominate the closed-loop system response while allowing the desired characteristic equation to have the correct number of poles.
Our desired characteristic equation, Eqn. 3, can be reduced to
This results in
p3 = 1
p2 = 2ζdesiredωdesired + a
From here we go back to our characteristic equation (Eqn. 2a or 2b) to determine
A1 = 1
A0 = 2ζdesiredωdesired + a − 2ζωn