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

From testwiki
Jump to navigation Jump to search
imported>1234qwer1234qwer4
m โ†’'''References''': {{BookCat}} using AWB
ย 
(No difference)

Latest revision as of 23:26, 6 November 2020

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, ๐’ข:โ„’2eโ„’2e, 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