LMIs in Control/pages/Hinf Output Optimal Control

From testwiki
Revision as of 00:07, 28 April 2022 by imported>ShakespeareFan00
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

H Optimal Output Controllability for Systems With Transients


This LMI provides an H optimal output controllability problem to check if such controllers for systems with unknown exogenous disturbances and initial conditions can exist or not.


The System

x˙=Ax+B1v+B2u,x(0)=x0,z=C1x+D11v+D12u,y=C2x+D21v,

where xn is the state, vr is the exogenous input, um is the control input, yp is the measured output and zs is the regulated output.

The Data

System matrices (A,B1,B2,C1,C2,D11,D12,D21,D22) need to be known. It is assumed that vL2[0,). N1,N2 are matrices with their columns forming the bais of kernels of C2D21 and C2D12 respectively.

The Optimization Problem

For a given γ, the following H condition needs to be fulfilled:

γw=supv2+x0Rx00z(v2+x0Rx0)1/2<γw,

The LMI: H Output Feedback Controller for Systems With Transients

minγ,X11,Y11:γsubj. to: X11>0,Y11>0,[N100I][AX11+X11AX11B1C1*γ2ID11**I][N100I]<0,[N200I][AY11+Y11AY11C1B1*ID11**γ2I][N200I]<0,[X11IIY11]0,X11<γ2R,

Conclusion:

Solution of the above LMI gives a check to see if an H optimal output controller for systems with transients can exist or not.

Implementation

A link to CodeOcean or other online implementation of the LMI

Links to other closely-related LMIs


Return to Main Page:

Template:BookCat