LMIs in Control/H2Optimalobserver

From testwiki
Jump to navigation Jump to search

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 H2 -optimal state estimation is to design an observer that minimizes the H2 norm of the closed-loop transfer matrix from w to z. Kalman filter is a form of Optimal Observer.

The System

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

x˙=Ax+B1w(t),y=C2x+D21w

The Data

The matrices needed as input are A,B,C,D.

The Optimization Problem

The task is to design an observer of the following form:

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

The LMI: H2 Optimal Observer

LMIs in the variables P,G,Z,ν are given by:

[PA+ATPGC2C2TGTPB1GD211]<0trZ<ν

Conclusion:

The H2 -optimal observer gain is recovered by L=P1G and the H2 norm of T(s) is μ=ν

Implementation

https://github.com/Ricky-10/coding107/blob/master/H2%20Optimal%20Observer


External Links

A list of references documenting and validating the LMI.

Return to Main Page:

Template:BookCat