LMIs in Control/pages/SSFP

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

LMIs in Control/pages/SSFP
We are attempting to stabilizing The Static State-Feedback Problem

The System[edit | edit source]

Consider a continuous time Linear Time invariant system

The Data[edit | edit source]

are known matrices

The Optimization Problem[edit | edit source]

The Problem's main aim is to find a feedback matrix such that the system

and


is stable Initially we find the matrix such that is Hurwitz.

The LMI: Static State Feedback Problem[edit | edit source]

This problem can now be formulated into an LMI as Problem 1:

From the above equation and we have to find K

The problem as we can see is bilinear in

  • The bilinear in X and K is a common paradigm
  • Bilinear optimization is not Convex. To Convexify the problem, we use a change of variables.

Problem 2:

where and we find

The Problem 1 is equivalent to Problem 2

Conclusion[edit | edit source]

If the (A,B) are controllable, We can obtain a controller matrix that stabilizes the system.

Implementation[edit | edit source]

A link to the Matlab code for a simple implementation of this problem in the Github repository:

https://github.com/yashgvd/ygovada

Related LMIs [edit | edit source]

Hurwitz Stability

External Links[edit | edit source]

Return to Main Page:[edit | edit source]