statefeedback
Statefeedback, also referred to as state feedback, is a feedback control strategy in which the actuator input is a function of the system state. For a continuous-time linear system described by x_dot = Ax + Bu, the state feedback law u = -Kx yields the closed-loop dynamics x_dot = (A - BK)x. In discrete time, with x_{k+1} = Ax_k + Bu_k and u_k = -Kx_k, the closed-loop map is x_{k+1} = (A - BK)x_k. The matrices A, B (and optionally C for outputs) define the system, while K is the feedback gain chosen to achieve desired behavior.
Key objectives include stabilizing the system and shaping response by placing the closed-loop poles (eigenvalues of
In practice, full state information may not be available. When only outputs y = Cx are measurable,
Limitations include sensitivity to model errors, measurement noise, and actuator saturation. Extensions address these issues with