LMIs in Control/pages/LMI for the Observability Grammian

From testwiki
Jump to navigation Jump to search

LMI for the Observability Grammian

Observability is a system property which says that the state of the system x(T) can be reconstructed using the input u(t) and output y(t) on an interval [0,T]. 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

x˙(t)=Ax(t)+Bu(t),y(t)=Cx(t)+Du(t),x(0)=x0,

where x(t)n, u(t)m, at any t.

The Data

The matrices necessary for this LMI are A and C.

The LMI:LMI to Determine the Observability Grammian

(A,B) is observable if and only if Y>0 is the unique solution to

AY+YAT+CTC<0,

where Y is the observability grammian.

Conclusion:

The above LMI attempts to find the observability grammian Yof the system (A,C). If the problem is feasible and a unique Y is found, then the system is also observable. The observability grammian can also be computed as: Y=0eATsCTCeAsds. 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:

𝒪(C,A)=𝒞(AT,CT)T
𝒞(A,B)=𝒪(BT,AT)T

Hence (C,A) is observable if and only if (AT,CT) is controllable. Please refer to the section on controllability grammians.

Implementation

This implementation requires Yalmip and Sedumi.

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

Stabilizability LMI

Hurwitz Stability LMI

Detectability LMI

Controllability Grammian LMI

A list of references documenting and validating the LMI.


Return to Main Page:

Template:BookCat