LMIs in Control/pages/Discrete Time Mixed H2-H∞ Optimal Full State Feedback Control

From testwiki
Jump to navigation Jump to search

Discrete-Time Mixed H2-H∞-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 K=KdRnu*nx (i.e., uk=Kdxk) is to be designed to minimize the H2 norm of the closed loop transfer matrix T11(z) from the exogenous input w1,k to the performance output z1,k while ensuring the H∞ norm of the closed-loop transfer matrix T22(z) from the exogenous input w2,k to the performance output z2,k is less than γd.

The System

Discrete-Time LTI System with state space realization

xk+1=Adxk+Bd1,1w1,k+Bd1,2w2,k+Bd2uk,[Z1,kZ2,k]=[Cd1,1Cd1,2]xk+[0Dd11,12Dd11,21Dd11,22][w1,kw2,k]+[Dd12,1Dd12,2]ukyk=xk

The Data

The matrices: System (Ad,Bd1,1,Bd1,2,Bd2,Cd1,1,Cd1,2,Dd11,12,Dd11,21,Dd11,22,,Dd12,1,Dd12,2),P,Fd.

The Optimization Problem

The following feasibility problem should be optimized:

Minimize the H2 norm of the closed loop transfer matrix T11(z), while ensuring the H∞ norm of the closed-loop transfer matrix T22(z) is less than γd, while obeying the LMI constraints.

The LMI:

Discrete-Time Mixed H2-H∞-Optimal Full-State Feedback Controller is synthesized by solving for PSnx,ZSnw,FdRnu*nx, and μR>0 that minimize μ subject to P>0,Z>0

The LMI formulation

H∞ norm < γd

H2 norm < μ

[PAdPBd2FdBd1,1*P0**1]>0[PAdPBd2FdBd1,20*P0PCd1,2TFdTDd12,2T**γdIDd11,22T***γdI]>0[ZCd1,1PDd12,1*P]>0trace(Z)<μ2

Conclusion:

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

Implementation

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

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

A list of references documenting and validating the LMI.

Return to Main Page:

Template:BookCat