LMIs in Control/D-Stability/Controller D-Stability

From testwiki
Revision as of 23:08, 13 November 2019 by imported>Aramani3 (Implementation)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

LMIs in Control/D-Stability/Controller D-Stability

In some control problems, people are still interested in designing a controller whose poles are located in specific regions of a complex plane, also known as D-stability.


The System

Suppose we were given the continuous-time system

x˙(t)=Ax(t)+Bu(t)y(t)=Cx(t)+Du(t)

whose stability was not known. Then the controller that simultaneously stabilizes the above system while ensuring that the poles are at their desired location can be achieved by the controller u(t)=Kx(t).

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 A, B, C, D
  • 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. In order to do that, we have to first 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

The LMI: The Continuous-Time Controller D-Stability

Keeping the above inequalities in mind, we observe the following:

Suppose there now exists a symmetric matrix X>0 and matrix Z, we can now determine the controller the following LMIs:

[rPAP+BZ(AP+BZ)TrP]<0AP+BZ+(AP+BZ)T+2αP<0,and[AP+BZ+(AP+BZ)Tc(AP+BZ(AP+BZ)T)c((AP+BZ)T(AP+BZ))AP+BZ+(AP+BZ)T]<0

where the resulting controller matrix is K=ZP1.

Conclusion:

Given the resulting controller K, we can now determine that the pole locations z of A+BK satisfies the inequality constraints |x|r, Re(x)α and z+z*c|zz*|.

Implementation

  • [[../Observer D-Stability/]] - Equivalent D-stability LMI for a continuous-time observer.

Return to Main Page:

Template:BookCat