LMIs in Control/Bounded Real Lemma

From testwiki
Jump to navigation Jump to search

LMIs in Control/Bounded Real Lemma


The System:

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


The Optimization Problem: Given a state space system of

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

with A being stable and An*n, Bn*p,Cp*n and Dp*p and (A,B,C) being minimal there exists a P=P^Tn*n that can be used to solve the bounded real lemma problem using the LMI mentioned below.

The LMI: The Bounded Real Lemma

[ATP+PA+CTCPB+CTDBTP+DTCDTDI]<0P>0

The LMI is feasible if and only if the state space is non expansive. 0Ty(t)Ty(t)dt<0Tu(t)Tu(t)dt for all solutions of the state space with x(0) = 0, This condition can also be expressed in terms of the transfer matrix H. Nonexpansivity is equivalent to the transfer matrix H satisfying the bounded-real condition, H(s)*H(s)<=I for all Res>0


Conclusion:

The LMI is feasible, if and only if the Hamiltonian Matrix M has no imaginary eigenvalues.


Related LMIs:

1. KYP Lemma. https://en.wikibooks.org/wiki/LMIs_in_Control/KYP_Lemmas/KYP_Lemma_(Bounded_Real_Lemma)

Implementation

A link to CodeOcean or other online implementation of the LMI (in progress)

References

1. Linear Matrix Inequalities in System and Control Theory by Stephen Boyd, Laurent El Ghaoui, Eric Feron, and Venkataramanan Balakrishnan Section 2.7.3
* LMIs in Systems and Control Theory


Template:BookCat