LMIs in Control/pages/Reachable set polytopic

From testwiki
Jump to navigation Jump to search

Reachable sets with unit-energy inputs; Polytopic uncertainty

A Reachable set is a set of system States reached under the condition u=Kx. On this page we will look at the problem of finding an controller K, that E contains RS - reachable set.

The System

x˙=Ax+Bww+Buuu=Kx

Where:

xRnwRmuRk

In case of polytopic uncertainty, we have:

A(t)Bw(t)Bu(t)Co{[A1Bw,1Bu;1],...,[ALBw;LBu;L]}

Reachable set

The reachable set can be defined:

RS={x(T)|u=Kx;x(0)=0;T0;0TwTwdt<1}

The elipsoid E={εRn|εTQε1} contains RS

The Data

The matrices A,AiRn×n;Bw,Bw;iRn×m;Bu,Bu;iRn×k;QRn×n. And

The Optimization Problem

The following optimization problem should be solved:

FindY>0:QAiT+AiQ+Bu;iY+YTBu;iT+Bw;iBw;iT<0 for all i=1,...nK=YQ1

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

Implementation:

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

A list of references documenting and validating the LMI.


Return to Main Page:

Template:BookCat