LMIs in Control/pages/Reachable set diagonalNB: Difference between revisions

From testwiki
Jump to navigation Jump to search
imported>Talitsky
No edit summary
 
(No difference)

Latest revision as of 09:46, 4 December 2020

Reachable sets with unit-energy inputs; Diagonal Norm-bound 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 ERS - reachable set.

The System

x˙=Ax+Bww+Buu+Bqpq=Cqx+Dqww+Dquu+Dqppu=Kx

Where:

xRnwRmuRk

In case of Diagonal Norm-bound uncertainty, we have:

pi=δi(t)qi|δi(t)|1;for i=1,...,Nq

The Data

Np=Nq

The matrices ARn×n;BwRn×m;BuRn×k;BpRn×Np;KRk×n.

CqRNq×n;DquRNq×kDqwRNq×mDqpRNq×Np.

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}RS


The Optimization Problem

The following optimization problem should be solved:

FindM>0:Y[QAT+AQ+BuY+YTBuT+BwBwT+BpMBpT(CqQ+DquY)TCqQ+DquYMI]<0K=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

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: