LMIs in Control/pages/Discrete-Time Quadratic Stability

From testwiki
Jump to navigation Jump to search

Discrete-Time Quadratic Stability

Stability is an important property, stability analysis is necessary for control theory. For robust control, this criterion is applicable for the uncertain discrete-time linear system. It is based on the Discrete Time Lyapunov Stability.

The System

xk+1=Ad(α)xkWhere:Ad(α)=Ad+ΔAd(δ(t))ΔAd(δ(t))=k=1nδk(t)Ad;kRn×nδ(t)=[δ1(t),...δn(t)]The set of perturbation parametersδ(t)RAd;iRn×n


The Data

The matrices ARn×nAd;iRn×n.


The Optimization Problem

The following feasibility problem should be solved:

FindP>0:(Ad;0+ΔAd(δ(t)))TP(Ad;0+ΔAd(δ(t)))P<0 for all δ

Where PRn,n.

In case of polytopic uncertainty:

FindP>0:(Ad;0+Ad;i)TP(Ad;0+Ad;i)P<0 for all i=1,...n


Conclusion:

This LMI allows us to investigate stability for the robust control problem in the case of polytopic uncertainty and gives on the controller for this case

Template:BookCat

Implementation:

  • [1] - Matlab implementation using the YALMIP framework and Mosek solver

A list of references documenting and validating the LMI.


Return to Main Page: