LMIs in Control/pages/Hurwitz detectability

From testwiki
Revision as of 10:32, 11 December 2019 by imported>Jalpeshbhadra1 (Implementation)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

LMIs in Control/pages/Hurwitz detectability


Hurwitz Detectability

Hurwitz detectability is a dual concept of Hurwitz stabilizability and is defined as the matrix pair (A,C), is said to be Hurwitz detectable if there exists a real matrix L such that A+LC is Hurwitz stable.

The System

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

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

The Data

  • The matrices A,B,C,D are system matrices of appropriate dimensions and are known.

The Optimization Problem

There exist a symmetric positive definite matrix P and a matrix W satisfying
ATP+PA+WTC+CTW<0
There exists a symmetric positive definite matrix P satisfying
NcT(ATP+PA)Nc<0
with Nc being the right orthogonal complement of C.
There exists a symmetric positive definite matrix P such that
ATP+PA<γCTC
for some scalar γ>0

The LMI:

Matrix pair (A,C), is Hurwitz detectable if and only if following LMI holds

  • ATP+PA+WTC+CTW<0.
  • NcT(ATP+PA)Nc<0
  • ATP+PAγCTC<0

Conclusion:

Thus by proving the above conditions we prove that the matrix pair (A,C) is Hurwitz Detectable.

Implementation

Find the MATLAB implementation at this link below
Hurwitz detectability

Links to other closely-related LMIs
LMI for Hurwitz stability
LMI for Schur stability
Schur Detectability

A list of references documenting and validating the LMI.

  • LMI Methods in Optimal and Robust Control - A course on LMIs in Control by Matthew Peet.
  • LMI Properties and Applications in Systems, Stability, and Control Theory - A List of LMIs by Ryan Caverly and James Forbes.
  • LMIs in Systems and Control Theory - A downloadable book on LMIs by Stephen Boyd.

Return to Main Page:

Template:BookCat