LMIs in Control/pages/Switched Systems Rise time: Difference between revisions

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

Latest revision as of 18:44, 13 December 2021

Rise time Specification for Switched Systems

This LMI lets you specify desired performance (rise time). 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 Aim×m, Bim×n, Cip×m, and Diq×n 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)

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

Assume that z is the complex pole location, then:

ωn2=z2=z*z

This then allows us to modify our inequality constraints as:

Rise Time: z*z1.82tr20


The LMI: An LMI for Rise time Specification

Suppose there exists P>0 and Z such that

[rPAiP+BiZ(AiP+BiZ)TrP]<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