LMIs in Control/pages/Modified Exterior Conic Sector Lemma

From testwiki
Revision as of 23:26, 6 November 2020 by imported>1234qwer1234qwer4 ('''References''': {{BookCat}} using AWB)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

The Concept

The conic sector theorem is a powerful input-output stability analysis tool, providing a fine balance between generality and simplicity of system characterisations that is conducive to practical stability analysis and robust controller synthesis.

The System

Consider a square, contiuous-time linear time-invariant (LTI) system, 𝒢:2e2e, with minimal state-space relization (A, B, C, D), where ,𝒜n×n,n×m,𝒞p×n, and 𝒟p×m.

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

The Data

The matrices The matrices A,B,C and D

LMI : Modified Exterior Conic Sector Lemma

The system 𝒢 is in the exterior cone of radius r centered at c (i.e. 𝒢exconer(c)), where r>0 and , under either of the following sufficient conditions.

1. There exists P 𝒮n, where P 0, such that
[PA+ATPPBCT(DCI)(PBCT(DCI))Tr2I(DcI)T(DcI)]0.
Proof. The term CTC in the Actual Exterior Conic Sector Lemma makes the matrix inequality more neagtive definite.

Therefore,

[PA+ATPCTCPBCT(DCI)(PBCT(DCI))Tr2I(DcI)T(DcI)][PA+ATPPBCT(DCI)(PBCT(DCI))Tr2I(DcI)T(DcI)]
2. There exists P 𝒮n, where P 0, such that
[PA+ATPPBCT(DCI)0(PBCT(DCI))T(DcI)T(DcI)rI0(rI)TI]0.
Proof. Applying the Schur complement lemma to the r2I terms in (1) gives (2).

Conclusion:

If there exist a positive definite P matrix satisfying above LMIs then the system 𝒢 is in the exterior cone of radius r centered at c.

Implementation

Code for implementation of this LMI using MATLAB. https://github.com/VJanand25/LMI

KYP Lemma
State Space Stability
Exterior Conic Sector Lemma

References

1. J. C. Willems, “Dissipative dynamical systems - part I: General theory,” Archive Rational Mechanics and Analysis, vol. 45, no. 5, pp. 321–351, 1972.
2. D. J. Hill and P. J. Moylan, “The stability of nonlinear dissipative systems,” IEEE Transac- tions on Automatic Control, vol. 21, no. 5, pp. 708–711, 1976.
3. LMI Properties and Applications in Systems, Stability, and Control Theory, by Ryan James Caverly1 and James Richard Forbes2
4. Bridgeman, Leila Jasmine, and James Richard Forbes. "The exterior conic sector lemma." International Journal of Control 88.11 (2015): 2250-2263.

Template:BookCat