LMIs in Control/pages/Discrete Time H2 Optimal Dynamic Output Feedback Control

From testwiki
Jump to navigation Jump to search

Discrete-Time H2-Optimal Dynamic Output 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 Dynamic Output feedback controller is designed 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+Dd11wk+Dd12ukyk=Cd2xk+Dd21wk+Dd22uk

The Data

The matrices: System (Ad,Bd1,Bd2,Cd1,Cd1,Dd11,Dd12,Dd21,Dd22),X1,Y1,Z,,X2,Y2

Controller (Adc,Bdc,Cdc,Ddc)

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 < μ

X1,Y1Snx;ZSnz;μR>0AdnRnx*nx;BdnRnx*ny;CdnRnu*nx;DdnRnu*ny;X1>0Y1>0Z>0[X11X1Ad+BdnCd2AdnX1Bd1+BdnDd21*Y1Ad+Bd2DdnCd2AdY1+Bd2CdnBd1+Bd2DdnDd21**X110***Y10****1]>0,[ZCd1+Dd12DdnCd2Cd1Y1T+Dd12Cdn*X11**Y1]>0,Dd11+Dd12DdnDd21=0[X11*Y1]>0,trZ<μ2

The controller is recovered by

Adc=AdkBdc(1Dd22Ddc)1Dd22CdcBdc=Bdk(1Dd22Ddc)Cdc=(1DdcDd22)CdkDdc=1+DdkDd22)1Ddk

where, [AdkBdkCdkDdk]=[X2X1Bd201]1([AdnBdnCdnDdn][X1AdY1000])[Y2T0Cd2Y11]1
and the matrixes X2 and Y2 satisfies X2Y2T=1X1Y1

Given X1 and Y1, the matrices X2 and Y2 can be found using a matrix decomposition, such as a LU decomposition or a Cholesky decomposition.

If Dd11=0, Dd12 ≠ 0, and Dd21 ≠ 0, then it is often simplest to choose Ddn=0 in order to satisfy the equality constraint

Conclusion:

The Discrete-Time H2-Optimal Dynamic Output feedback controller is the system (Adc,Bdc,Cdc,Ddc)

Implementation

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

[1] - Continuous Time H2 Optimal Dynamic Output Feedback Control

A list of references documenting and validating the LMI.

Return to Main Page:

Template:BookCat