Full state feedback (FSF), or pole placement, is a method employed in feedback control system theory to place the closed-loop poles of a plant in predetermined locations in the s-plane.[1] Placing poles is desirable because the location of the poles corresponds directly to the eigenvalues of the system, which control the characteristics of the response of the system. The system must be considered controllable in order to implement this method.
If the closed-loop dynamics can be represented by the state space equation (see State space (controls))
\underline{x |
with output equation
\underline{y}=C\underline{x}+D\underline{u},
then the poles of the system transfer function are the roots of the characteristic equation given by
\left|sbf{I}-bf{A}\right|=0.
Full state feedback is utilized by commanding the input vector
\underline{u}
\underline{u}=-K\underline{x}
Substituting into the state space equations above, we have
\underline{x |
\underline{y}=(C-DK)\underline{x}.
The poles of the FSF system are given by the characteristic equation of the matrix
A-BK
\det\left[sbf{I}-\left(bf{A}-bf{B}bf{K}\right)\right]=0
bf{K}
Consider a system given by the following state space equations:
\underline{x |
The uncontrolled system has open-loop poles at
s=-1
s=-2
A
\left|sI-A\right|
s=-1
s=-5
s2+6s+5=0
(s+1)(s+5)
Following the procedure given above, the FSF controlled system characteristic equation is
\left|sI-\left(A-BK\right)\right|=\det\begin{bmatrix}s&-1\ 2+k1&s+3+k2
2+(3+k | |
\end{bmatrix}=s | |
2)s+(2+k |
1),
where
K=\begin{bmatrix}k1&k2\end{bmatrix}.
Upon setting this characteristic equation equal to the desired characteristic equation, we find
K=\begin{bmatrix}3&3\end{bmatrix}
Therefore, setting
\underline{u}=-K\underline{x}
This only works for Single-Input systems. Multiple input systems will have a
bf{K}
bf{K}
. Eduardo D. Sontag . 1998 . Mathematical Control Theory: Deterministic Finite Dimensional Systems. Second Edition . Springer . 0-387-98489-5.