LMIs in Control/Click here to continue/LMIs in system and stability Theory/Interval Quadratic Stability

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

An LMI to determine the quadratic stability of a system with parametric, interval uncertainties.

The System[edit | edit source]

Consider the system with Affine Time-Varying uncertainty

where

where lies in the intervals

where and .

The Data[edit | edit source]

The matrices A and are known.

The Optimization[edit | edit source]

This optimization problem ensures quadratic stability of the system with k interval uncertainties using LMI constraints.

lies in the hypercube. The vertices of the hypercube define the vertices of the uncertainty set


is quadratically stable over if and only if there exists a P > 0 such that

The LMI[edit | edit source]

Conclusion[edit | edit source]

Quadratic Stability Implies Stability of trajectories for any with for all
Quadratic stability is conservative.
Stability does not imply quadratic stability.
Interval uncertainty is a special case of polytopic uncertainty.

Implementation[edit | edit source]

Example of implementation of the LMI
https://github.com/MichaelDobos/LMI/blob/main/intervalquadraticstability.m

Related LMIs[edit | edit source]

External Links[edit | edit source]

Return to Main Page[edit | edit source]