LMIs in Control/pages/Discrete Time H2 Optimal Full State Feedback Control

From testwiki
Jump to navigation Jump to search

Discrete-Time H2-Optimal Full-State Feedback Control

A discrete time system operates on a discrete time signal input and produces a discrete time signal output. They are used in digital signal processing, such as digital filters for images or sound. The class of discrete time systems that are both linear and time invariant, known as discrete time LTI systems.

A full state feedback controller design for a Discrete Time system, to minimize the H2 norm of the closed loop system with exogenous input wk and performance output zk.

The System

Discrete-Time LTI System with state space realization (Ad,Bd,Cd,Dd)
xk+1=Adxk+Bd1wk+Bd2ukzk=Cd1xk+Dd12ukyk=xk

The Data

The matrices: System (Ad,Bd1,Bd2,Cd1,Dd12),P,Z,Fd.

The Optimization Problem

The following feasibility problem should be optimized:

μ is minimized while obeying the LMI constraints.

The LMI:

Discrete-Time H2-Optimal Full-State Feedback Control

The LMI formulation

H2 norm < μ

PSnx;ZSnz;FdRnu*nx;μR>0P>0Z>0[PAdP+Bd2FdBd1*P0**I]>0,[ZCd1P+Dd12Fd*P]>0,trZ<μ2

Conclusion:

The H2-optimal full-state feedback gain is recovered by Kd=FdP1

Implementation

A link to CodeOcean or other online implementation of the LMI
MATLAB Code

[1] - Continuous Time H2 Optimal Full State Feedback Control

A list of references documenting and validating the LMI.

Return to Main Page:

Template:BookCat