LMIs in Control/pages/reduced order state estimation: Difference between revisions

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

Latest revision as of 20:33, 10 December 2019

WIP, Description in progress

In this page, we investigate an LMI approach for the design of the problem of reduced-order observer design for the linear system.

System Setting

x˙=Ax+Bu

y=Cx

where xn, ur, and ym are the state vector, the input vector, and the output vector, respectively. Without loss of generality, it is assumed that rank(C)=mn.

In the design of reduced-order state observers for linear systems, the following lemma performs a fundamental role.

Lemma

Given the linear system, and let R(nm)×n be an arbitrarily chosen matrix which makes the matrix

T=[CR]

nonsingular, then

CT1=[Im0].

Furthermore, let

TAT1=[A11A12A21A22], A11m×m,

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

Let

Tx=[x1x2], TB=[B1B2],

then it follows from the relations in previous 3 equations that system is equivalent to

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

y=x1

In the equivalent system, the substate vector x1 is directly equal to the output y of the original system. Thus to reconstruct the state of the original system, we suffice to get an estimate of the substate vector x2, namely, x^2, from the earlier equivalent system. Once an estimate x^2 is obtained, an estimate of x(t), that is, the state vector of original system, can be obtained as

x^(t)=T1[y(t)x^2(t)].

Problem Formulation

For the equivalent continuous-time linear system, design a reduced-order state observer in the form of

z˙=Fz+Gy+Hu

x^2=Mz+Ny

such that for arbitrary control input u(t), and arbitrary initial system values x1(0), x2(0), and z(0), there holds

limt(x2(t)x^2(t)=0.

Solution/Theorem

Problem has a solution if and only if one of the following two conditions holds:

1. There exist a symmetric positive definite matrix P and a matrix W satisfying

PA22+A22TP+WA12+A12TWT<0

2. There exists a symmetric positive definite matrix P satisfying

PA22+A22TPA12A12T<0

In this case, a reduced-order state observer can be obtained as in problem with

F=A22+LA12, G=(A21+LA11)(A22+LA12)L,

H=B2+LB1, M=I, N=L,

where

L=P1W with W and P>0 being a pair of feasible solutions to the first inequality condition or L=12P1A12T with P>0 being a solution to the second inequality condition.

WIP, additional references to be added

A list of references documenting and validating the LMI.

  • [1] - LMI in Control Systems Analysis, Design and Applications

Return to Main Page:

Template:Bookcat