LMIs in Control/pages/Insensitive Disk Region Design

From testwiki
Jump to navigation Jump to search

Insensitive Disk Region Design


Similar to the insensitive strip region design problem, insensitive disk region design is another way with which robust stabilization can be achieved 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.


The System

Suppose we consider the following 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, and ρ represents the differential operator (in the continuous-time case) or one-step shift forward operator (i.e., ρx(k)=x(k+1)) (in the discrete-time case). 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 positive scalars γ and q. Then the output feedback control law u=Ky would be designed such that:

η=||A+BKC+qI||<γ

Recalling the definition, we have:

𝔻q,η={s|s,|s+q|<η}={x+jy|x,y,(x+q)2+y2<η2}

and

𝔻q,r={s|s,|s+q|<γ}={x+jy|x,y,(x+q)2+y2<γ2}

Letting K being the solution to the above problem, then

λi(A+BKC)𝔻q,η𝔻q,r,i=1,2,...,n

The LMI: Insensitive Strip Region Design

Using the above info, we can convert the given problem into an LMI, which - after using Schur compliment Lemma - results in the following:

{min γs.t. [γI(A+BKC+qI)(A+BKC+qI)TγI]<0

Conclusion:

For Schur stabilization, we can choose to solve the problem with q=0. Schur stability is achieved when γ1. Alternately, if γ is greater than (but very close to) 1, then Schur stability is also achieved when η=||A+BKC+qI||21.

Implementation

  • Example Code - A GitHub link that contains code (titled "InsensitiveDiskRegion.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