LMIs in Control/pages/Mu Analysis

From testwiki
Revision as of 02:18, 26 December 2020 by imported>Minorax (Minorax moved page LMIs in Control/pages/MuAnalysis to LMIs in Control/pages/Mu Analysis: space)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Mu Synthesis. The technique of μ synthesis extends the methods of H synthesis to design a robust controller for an uncertain plant. You can perform μ synthesis on plants with parameter uncertainty, dynamic uncertainty, or both using the "musyn" command in MATLAB. μ analysis is an extremely powerful multivariable technique which has been applied to many problems in the almost every industry including Aerospace, process industry etc.


The System:

Consider the continuous-time generalized LTI plant with minimal states-space realization

x˙=Ax+Buy=Cx+Du

where it is assumed that D is Invertible.

The Data

The matrices needed as inputs are only, A and D.


The LMI: μ- Analysis

The inequality σ(DAD1)<γ holds if and only if there exist X𝕊n and γ>0, where X>0, satisfying:

ATXAγ2X<0

Conclusion:

The inequality σ(DAD1)<γ holds for D=X1/2, where X satisfies the above Inequality.

Implementation

Template:BookCat