LMIs in Control/pages/H2SO

From Wikibooks, open books for an open world
Jump to navigation Jump to search

LMIs in Control/pages/H2SO We treat the problem of designing a full-order state observer for the system mentioned below. The aim of it is to mitigate the effect of disturbance to the estimate error is prohibited to a desired level.

The System[edit | edit source]

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

where it is assumed that is detectable. An observer of the form

The Data[edit | edit source]

  • n, l , m are respectively the state vector, the measured

output vector, and the output vector of interests

  • p and r are the disturbance vector and the control vector,

respectively

  • A, B1, B2, C1, C2, D1, and D2 are the system coefficient matrices of

appropriate dimensions

The Optimization Problem[edit | edit source]

For the system we introduce a full state observer in the following form:
are the observation vector and the observer gain.
The transfer function for this case is

and thus the problem of state observer design is to find L such that
||
The error :

The LMI: LMI for H2 State Observer Design[edit | edit source]

The H2 state observer problem has a solution if and only if there exists a matrix , a symmetric matrix and a symmetric matrix such that




and from the solution of the above LMIs we can obtain the observer matrix as

Conclusion[edit | edit source]

Thus by formulation, we have converted the problem of H2 state observer design into an LMI feasibility problem by optimizing the above LMIs. In application we are often concerned with the problem of finding the minimal attenuation level

On implementation and optimization of the above LMI using YALMIP and MOSEK (or) SeDuMi we get 3 matrices as output, and also which is used to calculate which is the H2 norm of the system.



There exists another set of LMIs which holds true for the same optimization problem as above.




When a minimal is obtained, the minimal attenuation level is

Implementation[edit | edit source]

A link to the Matlab code for a simple implementation of this problem in the Github repository:

https://github.com/yashgvd/ygovada

Related LMIs[edit | edit source]

H State Observer Design
Discrete time H2 State Observer Design

External Links[edit | edit source]

Return to Main Page:[edit | edit source]