LMIs in Control/pages/Generalized KYP Lemma Conic Sector

From testwiki
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)

Also consider πc(a,b)𝒮m, which is defined as

πc(a,b)=[1bI12(1+ab)I(12(1+ab)I)TaI],

where a,b>0 and a<b.

The Data

The matrices The matrices A,B,C and D. The values of a and b

LMI : Generalized KYP (GKYP) Lemma for Conic Sectors

The following generalized KYP Lemmas give conditions for 𝒢 to be inside the cone [a,b] within finite frequency bandwidths.

1. (Low Frequency Range) The system 𝒢 is inside the cone [a,b] for all ωω||ω|<ω1,det(jωIA)0, where ω1>0,a,b>0 and a<b, if there exist P,Q𝒮n and ω1>0, where Q0, such that
[ABI0]T[QPPT(ω1ω1)2Q][ABI0][CD0I]Tπc(a,b)[CD0I]<0.
If ω1,P>0. and Q = 0, then the traditional Conic Sector Lemma is recovered. The parameter ω1 is incuded in the above LMI to effectively transform |ω|(ω1ω1) into the strict inequality |ω|<ω1
2. (Intermediate Frequency Range) The system 𝒢 is inside the cone [a,b] for all ωω|ω1|ω|<ω2,det(jωIA)0, where ω1,ω2>0,a,b>0 and a<b, if there exist P,Q𝒞n and ω2>0 and ω^2=(ω1+(ω2ω^2)2), where PH=P,QH=Q and Q0, such that
[ABI0]T[QP+𝒿ω^2QP𝒿ω^2Qω1(ω2ω^2)Q][ABI0][CD0I]Tπc(a,b)[CD0I]<0.
The parameter ω2 is incuded in the above LMI to effectively transform ω1|ω|(ω2ω2) into the strict inequality ω1|ω|<ω2.
3. (High Frequency Range) The system 𝒢 is inside the cone [a,b] for all ωω|ω2<|ω|,det(jωIA)0, where ω2>0,a,b>0 and a<b, if there exist P,Q𝒮n, where Q0, such that
[ABI0]T[QPPTω22Q][ABI0][CD0I]Tπc(a,b)[CD0I]<0.

If (A, B, C, D) is a minimal realization, then the matrix inequalities in all of the above LMI, then it can be nostrict.

Conclusion:

If there exist a positive definite q matrix satisfying above LMIs for the given frequency bandwidths then the system 𝒢 is inside the cone [a,b].

Implementation

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

KYP Lemma
State Space Stability
Exterior Conic Sector Lemma
Modified 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