LMIs in Control/pages/Discrete Time QSR

From testwiki
Jump to navigation Jump to search

The Concept

In systems theory the concept of dissipativity was first introduced by Willems which describes dynamical systems by input-output properties. Considering a dynamical system described by its state x(t), its input u(t) and its output y(t), the input-output correlation is given a supply rate w(u(t),y(t)). A system is said to be dissipative with respect to a supply rate if there exists a continuously differentiable storage function V(x(t)) such that V(0)=0, V(x(t))0 and

Vห™(x(t))w(u(t),y(t))

As a special case of dissipativity, a system is said to be passive if the above dissipativity inequality holds with respect to the passivity supply rate w(u(t),y(t))=u(t)Ty(t).

The physical interpretation is that V(x) is the energy stored in the system, whereas w(u(t),y(t)) is the energy that is supplied to the system.

This notion has a strong connection with Lyapunov stability, where the storage functions may play, under certain conditions of controllability and observability of the dynamical system, the role of Lyapunov functions.

Roughly speaking, dissipativity theory is useful for the design of feedback control laws for linear and nonlinear systems. Dissipative systems theory has been discussed by Vasile M. Popov, Jan Camiel Willems, D.J. Hill, and P. Moylan. In the case of linear invariant systems, this is known as positive real transfer functions, and a fundamental tool is the so-called Kalmanโ€“Yakubovichโ€“Popov lemma which relates the state space and the frequency domain properties of positive real systems.Dissipative systems are still an active field of research in systems and control, due to their important applications.

The System

Consider a discrete-time LTI system, ๐’ข:๐“2e๐“2e, with minimal state-space relization (๐’œd,โ„ฌd,๐’žd,๐’Ÿd), where ๐’œdโ„›n×n,โ„ฌdโ„›n×m,๐’ždโ„›p×n, and ๐’Ÿdโ„›p×m.

x(k+1)=๐’œdx(k)+โ„ฌdu(k)
y(k)=๐’ždx(k)+๐’Ÿdu(k),k=0,1...

The Data

The matrices ๐’œd,โ„ฌd,๐’žd and ๐’Ÿd

The Optimization Problem

The system ๐’ข is QSR disipative if

i=0K(๐“ŽiTQ๐“Ži+2๐“ŽiTS๐“Ši+๐“ŠiTR๐“Ši)dt0,u๐“2e,k๐’ต0

where ๐“Šk is the input to ๐’ข,๐“Žk is the output of ๐’ข,Q๐’ฎp,Sโ„›p×m, and โ„›๐’ฎm.


LMI : Discrete-Time KYP Lemma for QSR Dissipative Systems

The system ๐’ข is also QSR dissipative if and only if there exists P๐’ฎn, where P>0, such that

[AdTPAdPCdTQCdAdTPBdCdTSCdTQDd(AdTPBdCdTSCdTQDd)TBdTPBdDdTQDd(DdTS+STDd)R]0.

Conclusion:

If there exist a positive definite P for the the selected Q,S and R matrices then the system ๐’ข is QSR dissipative.

Implementation

Code for implementation of this LMI using MATLAB. https://github.com/VJanand25/LMI

KYP Lemma
KYP Lemma for continous Time QSR Dissipative system

References

1. J. C. Willems, โ€œDissipative dynamical systems - part I: General theory,โ€ Archive Rational Mechanics and Analysis, vol. 45, no. 5, pp. 321โ€“351, 1972.
2. D. J. Hill and P. J. Moylan, โ€œThe stability of nonlinear dissipative systems,โ€ IEEE Transac- tions on Automatic Control, vol. 21, no. 5, pp. 708โ€“711, 1976.
3. LMI Properties and Applications in Systems, Stability, and Control Theory, by Ryan James Caverly1 and James Richard Forbes2

Template:BookCat