LMIs in Control/pages/Continuous Time D-Stability Observer

From Wikibooks, open books for an open world
Jump to navigation Jump to search

Continuous-Time D-Stability Observer

Similar to the D-stability controller, there are also control problems where people desire to design a D-stability observer whose poles are in specific regions of a complex plane while simultaneously ensuring its stability.


The System[edit | edit source]

Suppose we were given the continuous-time system

whose stability was not known, and where , , , and for any . 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 .

The Data[edit | edit source]

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

  • matrices and
  • rise time ()
  • settling time ()
  • percent overshoot ()

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

The Optimization Problem[edit | edit source]

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:

Settling Time:

Percent Overshoot:

Assume that is the complex pole location, then:

This then allows us to modify our inequality constraints as:

Rise Time:

Settling Time:

Percent Overshoot:

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: The Continuous-Time Observer D-Stability[edit | edit source]

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

Suppose there now exists a symmetric matrix and matrix , we can now determine the observer the following LMIs:

Conclusion:[edit | edit source]

Given the resulting observer , we can now determine that the pole locations of satisfies the inequality constraints , and .

Implementation[edit | edit source]

  • Example Code - A GitHub link that contains code (titled "ObserverDStability.m") that demonstrates how this LMI can be implemented using MATLAB-YALMIP.

Related LMIs[edit | edit source]

External Links[edit | edit source]

Return to Main Page:[edit | edit source]