LMIs in Control/pages/Stability of Lure systems

From testwiki
Jump to navigation Jump to search

The System

x˙(t)=Ax(t)+Bpp(t)+Bww(t),z(t)=Czx(t)pi(t)=ϕi(qi(t)),i=1,,npq=Cqx,0σϕi(σ)σ2 σ

The Data

The matrices A,Bp,Bw,Cq,Cz.


The LMI: The Lure's System's Stability

The following feasibility problem should be solved as sufficient condition for the stability of the above Lur'e system.

FindP>0,Λ=diag(λ1,,λnp)0,T=diag(τ1,,τnp)0:[AP+PAPBp+ACqΛ+CqTBpP+ΛCqA+TCqΛCqBp+BpCqΛ2T]0

Implementation

https://codeocean.com/capsule/0232754/tree

Conclusion

If the feasibility problem with LMI constraints has solution, then the Lure's system is stable.

Remark

The LMI is only a sufficient condition for the existence of a Lur’e Lyapunov function that proves stability of Lur'e system . It is also necessary when there is only one nonlinearity, i.e., when np=1.

Return to Main Page:

Template:BookCat