LMIs in Control/pages/Insensitive Strip Region Design

From testwiki
Revision as of 18:31, 8 December 2019 by imported>Aramani3 (Related LMIs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Insensitive Strip Region Design


Suppose if one were interested in robust stabilization where closed-loop eigenvalues are placed in particular regions of the complex plane where the said regions has an inner boundary that is insensitive to perturbations of the system parameter matrices. This would be accomplished with the help of 2 design problems: the insensitive strip region design and insensitive disk region design (see link below for the latter).


The System

Suppose we consider the following continuous-time linear system that needs to be controlled:

{x˙=Ax+Bu,y=Cx

where xn, ym, and ur are the state, output and input vectors respectively. Then the steps to obtain the LMI for insensitive strip region design would be obtained as follows.

The Data

Prior to obtaining the LMI, we need the following matrices: A, B, and C.

The Optimization Problem

Consider the above linear system as well as 2 scalars γ1 and γ2. Then the output feedback control law u=Ky would be such that γ1<λi(Acs)<γ1, where:

Acs12Acs=(A+BKC)T+(A+BKC)2

Letting K being the solution to the above problem, then

γ1<α1Re(λi(A+BKC))α2<γ2,i=1,2,...,n

where

{α1=λmin(Acs)α2=λmax(Acs)

The LMI: Insensitive Strip Region Design

Using the above info, we can simplify the problem by setting γ1 to for all practical applications. This then simplifies our problem and results in the following LMI:

{min γs.t. (A+BKC)T+(A+BKC)<γI

Conclusion:

If the resulting solution from the LMI above produces a negative γ, then the output feedback controller K is Hurwitz-stable. Hoewever, if γ is a really small positive number, then α2=λmax(Acs) must be negative for the controller to be Hurwitz-stable.

Implementation

  • Example Code - A GitHub link that contains code (titled "InsensitiveStripRegion.m") that demonstrates how this LMI can be implemented using MATLAB-YALMIP.

A list of references documenting and validating the LMI.

Return to Main Page:

Template:BookCat