LMIs in Control/pages/Unsat Inp Stabilization: Difference between revisions

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

Latest revision as of 23:29, 27 April 2022

LMI For Stabilization Condition for Systems With Unsymmetrical Saturated Control


The LMI in this page gives the feasibility conditions which, if satisfied, imply that the correstponding system can be stabilized.


The System

x˙(t)=Ax(t)+BSat(u(t)),x(0)=x0,Sat(u)i=,

where xRn is the state, uRm is the control input.

For the system given as above, its symmetrical saturated control form can be derived by following the procedure in the original article. The new system will have the form:

x˙(t)=Ax(t)+B~sat(z(t))+Ew

where wi=uiαiβi2,zi=wi2αi+βi

The Data

The system matrices (A,B~,E), the saturation bounds (αi,βi) of the control inputs. Positive scalars ρ,η.

The LMI: The Stabilization Feasibility Condition

FindX,Y,Z:subj. to: X>0,[AX+B~(DsY+D^sZ)]+[AX+B~(DsY+D^sZ)]+ηρX+1ηEE<0,[μZi*X]>0,i=1,...,m¯

Here Ds is a diagonal matrix with a component either 0 or 1, and Ds+Ds=Λ+T2 and D^s=efm×Ds

Conclusion:

The feasibility of the given LMI implies that the system is stabilizable with control gains K=YX1,H=ZX1.

Implementation

A link to CodeOcean or other online implementation of the LMI


Return to Main Page:

Template:BookCat