LMIs in Control/pages/D-Stabilization of Switched Systems: Difference between revisions

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

Latest revision as of 18:41, 13 December 2021

D-Stability Controller for Switched Systems

This LMI lets you specify desired performance metrics like rising time, settling time and percent overshoot. Note that arbitrarily switching between stable systems can lead to instability whilst switching can be done between individually unstable systems to achieve stability.



The System

Suppose we were given the switched system such that

x˙(t)=Aix(t)+Biu(t)y(t)=Cix(t)+Diu(t)

where Aimxm, Bimxn, Cipxm, and Diqxn for any t.

i1,...,k modes of operation

The Data

In order to properly define the acceptable region of the poles in the complex plane, we need the following pieces of data:

  • matrices Ai, Bi
  • rise time (tr)
  • settling time (ts)
  • percent overshoot (Mp)

Having these pieces of information will now help us in formulating the optimization problem.

The Optimization Problem

Using the data given above, we can now define our optimization problem. We first have to define the acceptable region in the complex plane that the poles can lie on using the following inequality constraints:

Rise Time: ωn1.8tr

Settling Time: σ4.6ts

Percent Overshoot: σln(Mp)π|ωd|

Assume that z is the complex pole location, then:

ωn2=z2=z*zωd=Imz=(zz*)2σ=Rez=(z+z*)2

This then allows us to modify our inequality constraints as:

Rise Time: z*z1.82tr20

Settling Time: (z+z*)2+4.6ts0

Percent Overshoot: zz*+πln(Mp)|z+z*|0

which not only allows us to map the relationship between complex pole locations and inequality constraints but it also now allows us to easily formulate our LMIs for this problem.

The LMI: An LMI for Quadratic D-Stabilization

Suppose there exists P>0 and Z such that


[rPAiP+BiZ(AiP+BiZ)TrP]<0AiP+BiZ+(AiP+BiZ)T+2αP<0,and
[AiP+BiZ+(AiP+BiZ)Tc(AiP+BiZ(AiP+BiZ)T)c((AiP+BiZ)T(AiP+BiZ))AiP+BiZ+(AiP+BiZ)T]<0

for i=1,...,k

Conclusion:

The resulting controller can be recovered by

K=ZP1.

Implementation

The implementation of this LMI requires Yalmip and Sedumi /MOSEK[1]

A list of references documenting and validating the LMI.



Return to Main Page:

Template:BookCat