LMIs in Control/pages/NI-Lemma

From testwiki
Jump to navigation Jump to search

LMIs in Control/pages/NI-Lemma Positive real systems are often related to systems involving energy dissipation. But the standard Positive real theory will not be helpful in establishing closed-loop stability. However transfer functions of systems with a degree more than one can be satisfied with the negative imaginary conditions for all frequency values and such systems are called "systems with negative imaginary frequency response" or "negative imaginary systems".

The System

Consider a square continuous time Linear Time invariant system, with the state space realization (A,B,C,D)

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

The Data

An×n,Bn×m,Cm×n,D𝕊m

The LMI: LMI for Negative Imaginary Lemma

According to the Lemma, The aforementioned system is negative imaginary under either of the following equivalent necessary and sufficient conditions

  • There exists a P𝕊n,where P0, such that,
[ATP+PAPBATCTBTPCA(CB+BTCT)]0


  • There exists a Q𝕊n,where Q0, such that,
[QAT+AQBQATCTBTCAQ(CB+BTCT)]0


Conclusion

The system is strictly negative if det(A) 0 and either of the above LMIs are feasible with resulting P>0 or Q>0

Implementation

A link to the Matlab code for a simple implementation of this problem in the Github repository:

https://github.com/yashgvd/ygovada

Positive Real Lemma


Return to Main Page:

Template:BookCat