LMIs in Control/pages/Mixed H2 HInf Optimal Observer

From testwiki
Jump to navigation Jump to search

The goal of mixed H2H-optimal state estimation is to design an observer that minimizes the H2 norm of the closed-loop transfer matrix from w1 to z1, while ensuring that the H norm of the closed-loop transfer matrix from w2 to z2 is below a specified bound.

The System

Consider the continuous-time generalized plant P with state-space realization

x˙=Ax+B1,1w1+B1,2w2,y=C2x+D21,1w1+D21,1w2

where it is assumed that (A,C2) is detectable.

The Data

The matrices needed as input are A,B1,B2,C2,D21,D11.

The Optimization Problem

The observer gain L is to be designed to minimize the H2 norm of the closed-loop transfer matrix T11(s) from the exogenous input w1 to the performance output z1 while ensuring the H norm of the closed-loop transfer matrix T22(s) from the exogenous input w2 to the performance output z2 is less than γd, where

T11(s)=C1,1(s1(ALC2))1(B1,1LD21,1)T22(s)=C1,2(s1(ALC2))1(B1,2LD21,2)+D11,22

is minimized. The form of the observer would be:

x^˙=Ax^+L(yy^),y^=C2x^

is to be designed, where Lnx×ny is the observer gain.

The LMI: H Optimal Observer

The mixed H2H-optimal observer gain is synthesized by solving for P𝕊nx,Gnx×ny, and ν>0 that minimize ζ(ν)=ν subject to P>0,Z>0,

[PA+ATPGC2C2TGTPB1GD211]<0[PA+ATPGC2C2TGTPB1GD21C1γ1D11Tγ1]<0[PC1,1TZ]>0trZ<ν


Conclusion:

The mixed H2H -optimal observer gain is recovered by L=P1G , the H2 norm of T11(s) is less than μ=ν and the H norm of T(s) is less than γd.

Implementation

Link to the MATLAB code designing H2H- Optimal Observer

Code H2H Optimal Observer



Return to Main Page:

Template:BookCat