Full state feedback

From testwiki
Revision as of 06:57, 27 December 2024 by imported>Patar knight (Adding short description: "Method in feedback control system theory")
(diff) ← Older revision | Latest revision (diff) | Newer revision β†’ (diff)
Jump to navigation Jump to search

Template:Short description 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.

Principle

System in open-loop

If the closed-loop dynamics can be represented by the state space equation (see State space (controls))

x_Λ™=𝐀x_+𝐁u_,

with output equation

y_=𝐂x_+𝐃u_,

then the poles of the system transfer function are the roots of the characteristic equation given by

|sIA|=0.

Full state feedback is utilized by commanding the input vector u_. Consider an input proportional (in the matrix sense) to the state vector,

System with state feedback (closed-loop)
u_=𝐊x_.

Substituting into the state space equations above, we have

x_Λ™=(π€ππŠ)x_
y_=(π‚πƒπŠ)x_.

The poles of the FSF system are given by the characteristic equation of the matrix π€ππŠ, det[sI(ABK)]=0. Comparing the terms of this equation with those of the desired characteristic equation yields the values of the feedback matrix K which force the closed-loop eigenvalues to the pole locations specified by the desired characteristic equation.[2]

Example of FSF

Consider a system given by the following state space equations:

x_Λ™=[0123]x_+[01]u_.

The uncontrolled system has open-loop poles at s=1 and s=2. These poles are the eigenvalues of the 𝐀 matrix and they are the roots of |sπˆπ€|. Suppose, for considerations of the response, we wish the controlled system eigenvalues to be located at s=1 and s=5, which are not the poles we currently have. The desired characteristic equation is then s2+6s+5=0, from (s+1)(s+5).

Following the procedure given above, the FSF controlled system characteristic equation is

|s𝐈(π€ππŠ)|=det[s12+k1s+3+k2]=s2+(3+k2)s+(2+k1),

where

𝐊=[k1k2].

Upon setting this characteristic equation equal to the desired characteristic equation, we find

𝐊=[33].

Therefore, setting u_=𝐊x_ forces the closed-loop poles to the desired locations, affecting the response as desired.

This only works for Single-Input systems. Multiple input systems will have a K matrix that is not unique. Choosing, therefore, the best K values is not trivial. A linear-quadratic regulator might be used for such applicationsTemplate:Citation needed.

See also

References

Template:Reflist