LMIs in Control/Controller Synthesis/Continuous Time/LQ Regulation via H2 control

From testwiki
Revision as of 07:57, 10 December 2020 by imported>Tpati1994 (Created page with "=='''LQ Regulation via <math>H_{2}</math> Control'''== The LQR design problem is to build an optimal state feedback controller <math> u=Kx </math> for the system <math> \dot...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

LQ Regulation via H2 Control

The LQR design problem is to build an optimal state feedback controller u=Kx for the system x˙=Ax+Bu,x(0)=x0 such that the following quadratic performance index.

J(x,u)=0(xTQx+uTRu)dt

is minimized, where

Q=QT0,R=RT>0

The following assumptions should hold for a traditional solution.

𝑨1.(A,B) is stabilizable.
𝑨2.(A,L) is observable, with L=Q1/2.

Relation to H2 performance

For the system given above an auxiliary system is constructed

x˙=Ax+Bu+x0ω,y=Cx+Du

where

C=[Q1/20],D=[0R1/2]

Where ω represents an impulse disturbance. Then with state feedback controller u=Kx the closed loop transfer function from disturbance ω to output y is

Gyω(s)=(C+DK)[sI(A+BK)]1x0

Then the LQ problem and the H2 norm of Gyω are related as

J(x,u)=||Gyω(s)||22

Then H2 norm minimization leads minimization of J.

Data

The state-representation of the system is given and matrices Q,R are chosen for the optimal LQ problem.

The Problem Formulation:

Let assumptions A1 and A2 hold, then the state feedback control of the form u=Kx exists such that J(x,u)<γ if and only if there exist X𝕊n, Y𝕊r and Wrxn. Then K can be obtained by the following LMI.

The LMI:

minγ::

(AX+BW)+(AX+BW)T+x0x0T<0
trace(Q1/2X(Q1/2))+trace(Y)<γ
[YR1/2W(R1/2W)TX]<0

Conclusion:

In this case, a feedback control law is given as K=WX1.


  • LMIs in Control Systems Analysis, Design and Applications - Duan and Yu
  • A course on LMIs in Control by Matthew Peet.
  • LMIs in Systems and Control Theory - A downloadable book on LMIs by Stephen Boyd.

Template:Bookcat


Template:BookCat