LMIs in Control/pages/Switched Systems Pole Placement

From testwiki
Jump to navigation Jump to search

Pole Placement for Switched Systems

This LMI lets you provide specifications of the switched system closed loop poles. 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
  • desired closed loop pole bound (α)

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. Assume that z is the complex pole location, then:

Re(z)α

The LMI: An LMI for Pole Placement

Suppose there exists P>0 and Z such that


AiP+BiZ+(AiP+BiZ)T+2αP<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