LMIs in Control/Click here to continue/Fundamentals of Matrix and LMIs/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 edit

A 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 edit

Number 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 edit

The 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: edit

If 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 edit

To 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 edit

Continuous_Time_Lyapunov_Inequality

External Links edit

A list of references documenting and validating the LMI.


Return to Main Page: edit