LMIs in Control/pages/LMI for the Observability Grammian

LMI for the Observability Grammian

Observability is a system property which says that the state of the system can be reconstructed using the input and output on an interval . This is necessary when knowledge of the full state is not available. If observable, estimators or observers can be created to reconstruct the full state. Observability and controllability are dual concepts. Thus in order to investigate the observability of a system we can study the controllability of the dual system. Although system observability can be determined with multiple methods, one is to compute the rank of the observability grammian.

The System edit

 

where  ,  , at any  .

The Data edit

The matrices necessary for this LMI are   and  .

The LMI:LMI to Determine the Observability Grammian edit

  is observable if and only if   is the unique solution to

 ,

where   is the observability grammian.

Conclusion: edit

The above LMI attempts to find the observability grammian  of the system  . If the problem is feasible and a unique   is found, then the system is also observable. The observability grammian can also be computed as:  . Due to the dual nature of observability and controllability this LMI can be determined by determining the controllability of the dual nature, which results in the above LMI. The Observability and Controllability matricies are written as   and   respectively. They are related as follows:

 
 

Hence   is observable if and only if   is controllable. Please refer to the section on controllability grammians.

Implementation edit

This implementation requires Yalmip and Sedumi.

https://github.com/eoskowro/LMI/blob/master/Observability_Gram_LMI.m

Related LMIs edit

Stabilizability LMI

Hurwitz Stability LMI

Detectability LMI

Controllability Grammian LMI

External Links edit

A list of references documenting and validating the LMI.


Return to Main Page: edit