LMIs in Control/Observer Synthesis/Continuous Time/Full-Order H-infinity State Observer

From testwiki
Jump to navigation Jump to search

In this section, we design full order H- state observer.

The System

Given a state-space representation of a linear system

 x˙(t)=Ax(t)+B1u(t)+B2w(t),x(0)=x0 y(t)=C1x(t)+D1u(t)+D2w(t) z(t)=C2x(t)
  • xn,yl,zinm are the state vector, measured output vector and output vectors of interest.
  • wp,ur, are the disturbance vector and control vector respectively.


The Data

A,B1,B2,C1,C2,D1,D2 are system matrices

Definition

For the system , a full order state observer of the form of equation (1) is introduced and the estimate of interested output is given by . Template:NumBlk

The estimate of interested output is Template:NumBlk

Given the system and a positive scalar γ , L is found such that Template:NumBlk

LMI Condition

The H state observers problem has a solution if and only if there exists a symmetric positive definite matrix P and a matrix W satisfying the below LMI

Template:NumBlk

When such a pair of matrics is found, the solution is Template:NumBlk

Implementation

This implementation requires Yalmip and Mosek.

Conclusion

Thus, an H state observer is designed such that the output vectors of interest are accurately estimated.

Template:BookCat