LMIs in Control/Observer Synthesis/Continuous Time/Reduced-Order State Observer

From testwiki
Revision as of 11:30, 27 March 2021 by imported>ShakespeareFan00
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

LMIs in Control/Observer Synthesis/Continuous Time/Reduced-Order State Observer


Reduced Order State Observer

The Reduced Order State Observer design paradigm follows naturally from the design of Full Order State Observer.

The System

x˙(t)=Ax(t)+Bu(t),y(t)=Cx(t)+Du(t)x(0)=x0

where x(t)n, y(t)m, u(t)q, at any t.

The Data

  • The matrices A,B,C,D are system matrices of appropriate dimensions and are known.

The Problem Formulation

Given a State-space representation of a system given as above. First an arbitrary matrix R(nm)xn is chosen such that the vertical augmented matrix given as

T=[CR]

is nonsingular, then

CT1=[Im0]

Furthermore, let

TAT1=[A11A12A21A22],A11mxm

then the matrix pair (A22,A12) is detectable if and only if (A,C) is detectable, then let

Tx=[x1x2],TB=[B1B2]

then a new system of the form given below can be obtained

[x˙1x˙2]=[A11A12A21A22][x˙1x˙2]+[B1B2]u,y=x1

once an estimate of x2 is obtained the the full state estimate can be given as

x^=T1[yx^2]

the the reduced order observer can be obtained in the form.

z˙=Fz+Gy+Hu,x^2=Mz+Ny

Such that for arbitrary control and arbitrary initial system values, There holds

limt(x2x^2)=0

The value for F,G,H,M,N can be obtain by solving the following LMI.

The LMI:

The reduced-order observer exists if and only if one of the two conditions holds.

1) There exist a symmetric positive definite Matrix P and a matrix W that satisfy

  • A22TP+PA22+W12A+A12TW<0.

Then L=P1W
2) There exist a symmetric positive definite Matrix P that satisfies the below Matrix inequality

  • A22TP+PA22A12TA12<0

Then L=12P1A12T.

By using this value of L we can reconstruct the observer state matrices as

F=A22+LA12,G=(A21+LA11)(A22+LA12)L,H=B2+LB1,M=I,N=L,

Conclusion:

Hence, we are able to form a reduced-order observer using which we can back of full state information as per the equation given at the end of the problem formulation given above.


A list of references documenting and validating the LMI.

  • LMIs in Control Systems Analysis, Design and Applications - Duan and Yu
  • LMI Methods in Optimal and Robust Control - A course on LMIs in Control by Matthew Peet.
  • LMI Properties and Applications in Systems, Stability, and Control Theory - A List of LMIs by Ryan Caverly and James Forbes.
  • LMIs in Systems and Control Theory - A downloadable book on LMIs by Stephen Boyd.

Return to Main Page:

Template:BookCat