LMIs in Control/pages/Discrete Time QSR: Difference between revisions

From testwiki
Jump to navigation Jump to search
imported>1234qwer1234qwer4
m '''References''': {{BookCat}} using AWB
 
(No difference)

Latest revision as of 23:26, 6 November 2020

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 𝒜dn×n,dn×m,𝒞dp×n, and 𝒟dp×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,Sp×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