LMIs in Control/pages/DCGain: Difference between revisions

From testwiki
Jump to navigation Jump to search
imported>ShakespeareFan00
mNo edit summary
 
(No difference)

Latest revision as of 23:25, 27 April 2022

The continuous-time DC gain is the transfer function value at the frequency s = 0.

The System

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

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

The Data

An×n,Bn×m,Cp×n,Dp×m

The LMI: LMI for DC Gain of a Transfer Matrix

The transfer matrix is given byG(s)=C(sIA)1B+D
The DC Gain of the system is strictly less than γ if the following LMIs are satisfied.

[γICA1B+D(CA1B+D)γI]>0


OR

[γIBTATCT+DT(BTATCT+DT)γI]>0

Conclusion

The DC Gain of the continuous-time LTI system, whose state space realization is give by (A,B,C,D), is
K=DCA1B

  • Upon implementation we can see that the value of γ obtained from the LMI approach and the value of K obtained from the above formula are the same

Implementation

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

https://github.com/yashgvd/LMI_wikibooks


Template:BookCat