LMIs in Control/pages/Dissipativity of Systems
Dissipativity of Systems
The dissipativity of systems is associated with their supply function. In general, a linear system is dissipative if the accumulated sum (integration) of the supply function is non-negative over all the duration of .
The System
editA state-space representation of a linear system as given below:
where , and are the system state, output, and the input vector respectively. A, B, C and D are system coefficient matrices of appropriate dimensions. The control input u is restricted to be a piece-wise continuous vector function defined of .
The transfer function of such a system can be evaluated as:
For such a system, a general quadratic supply function is defined as:
where Q is a real symmetric matrix of (m+r) dimensions. Q need not be either symmetric positive or negative definite.
The Data
editNumber of states n, number of outputs m and number of control inputs r need to be known. Moreover, the system matrices A,B,C,D are also required to be known. The system should also be controllable.
The Feasibility LMI
editThe system defined can be evaluated to be dissipative with respect to a supply function iff there exist and a (defining ) such that the following is feasible:
Conclusion:
editIf there is a feasible solution to the aforementioned LMI, then there exists a supply function for which the system is dissipative. Since the assumption of the system being controllable is required for it to be dissipative, this check can be used of as a sufficient condition to check the controllability of the linear system, just like the feasibility for Lyapunov stability.
Implementation
editTo solve the feasibility LMI, YALMIP toolbox is required for setting up the feasibility problem, and SeDuMi is required to solve the problem. The following link showcases an example of the feasibility problem:
https://github.com/smhassaan/LMI-Examples/blob/master/Dissipativity_example.m
Related LMIs
editExternal Links
editA list of references documenting and validating the LMI.
- LMIs in Control Systems: Analysis, Design and Applications - by Guang-Ren Duan and Hai-Hua Yu, CRC Press, Taylor & amp; Francis Group, 2013, Section 6.3 pp. 178–184.