LMIs in Control/pages/Dissipativity of Systems

From testwiki
Jump to navigation Jump to search

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 T0.

The System

A state-space representation of a linear system as given below:

x˙(t)=Ax(t)+Bu(t)y(t)=Cx(t)+Du(t)

where x(t)n, y(t)m and u(t)r 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 [0,).

The transfer function of such a system can be evaluated as:

G(s)=C(sIA)1B+D

For such a system, a general quadratic supply function is defined as:

s(u,y)=[yu]Q[yu]

where Q is a real symmetric matrix of (m+r) dimensions. Q need not be either symmetric positive or negative definite.

The Data

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

The system G(s) defined can be evaluated to be dissipative with respect to a supply function s(u,y) iff there exist P0 and a Q (defining s(u,y)) such that the following is feasible:

FindP,Q:P0[AP+PAPBBP0][CD0I]Q[CD0I]0.

Conclusion:

If there is a feasible solution to the aforementioned LMI, then there exists a supply function s(u,y) for which the system G(s) 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

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

Continuous_Time_Lyapunov_Inequality

A list of references documenting and validating the LMI.


Return to Main Page:

Template:BookCat