LMIs in Control/pages/Exterior Conic Sector Lemma: Difference between revisions

From testwiki
Jump to navigation Jump to search
imported>Mmpeet
No edit summary
 
(No difference)

Latest revision as of 09:47, 13 October 2021

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 : 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 equivalent necessary and sufficient conditions.

1. There exists P 𝒮n, where P 0, such that
[PA+ATPCTCPBCT(DCI)(PBCT(DCI))Tr2I(DcI)T(DcI)]0.
2. There exists P 𝒮n, where P 0, such that
[PA+ATPCTCPBCT(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

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 Transactions 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