LMIs in Control/pages/hinfinityoptimalobserver

From testwiki
Jump to navigation Jump to search

H-Optimal observers yield robust estimates of some or all internal plant states by processing measurement data. Robust observers are increasingly demanded in industry as they may provide state and parameter estimates for monitoring and diagnosis purposes even in the presence of large disturbances such as noise etc. It is there where Kalman filters may tend to fail. State observer is a system that provides estimates of internal states of a given real system, from measurements of the inputs and outputs of the real system. The goal of H -optimal state estimation is to design an observer that minimizes the H norm of the closed-loop transfer matrix from w to z.

The System

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

x˙=Ax+B1w,y=C2x+D21w

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 such that the H of the transfer matrix from w to z, given by

T(s)=C1(s1(ALC2))1(B1LD21)+D11

is minimized. The form of the observer would be:

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

The LMI: H Optimal Observer

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

[PA+ATPGC2C2TGTPB1GD21C1γ1D11Tγ1]<0


Conclusion:

The H -optimal observer gain is recovered by L=P1G and the H norm of T(s) is γ.

Implementation

Link to the MATLAB code designing H- Optimal Observer

https://github.com/Ricky-10/coding107/blob/master/HinfinityOptimalobserver


External Links

Return to Main Page:

Template:BookCat