LMIs in Control/Click here to continue/LMIs in system and stability Theory/Continuous-time Detectability

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

Detectability LMI[edit | edit source]

Detectability is a weaker version of observability. A system is detectable if all unstable modes of the system are observable, whereas observability requires all modes to be observable. This implies that if a system is observable it will also be detectable. The LMI condition to determine detectability of the pair is shown below.

The System[edit | edit source]

where , , at any .

The Data[edit | edit source]

The matrices necessary for this LMI are and . There is no restriction on the stability of .

The LMI: Detectability LMI[edit | edit source]

is detectable if and only if there exists such that

.

Conclusion:[edit | edit source]

If we are able to find such that the above LMI holds it means the matrix pair is detectable. In words, a system pair is detectable if the unobservable states asymptotically approach the origin. This is a weaker condition than observability since observability requires that all initial states must be able to be uniquely determined in a finite time interval given knowledge of the input and output .

Implementation[edit | edit source]

This implementation requires Yalmip and Sedumi.

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

Related LMIs[edit | edit source]

Stabilizability LMI

Hurwitz Stability LMI

Controllability Grammian LMI

Observability Grammian LMI

External Links[edit | edit source]

A list of references documenting and validating the LMI.


Return to Main Page:[edit | edit source]