LMIs in Control/pages/TDSDC

From testwiki
Jump to navigation Jump to search

The System

The problem is to check the stability of the following linear time-delay system on a delay dependent condition

{x˙(t)=Ax(t)+Adx(td)x(t)=ϕ(t),t[d,0],0<dd¯,

where

A,Adn×n,An×r are the system coefficient matrices,


ϕ(t) is the initial condition
d represents the time-delay
d¯ is a known upper-bound of d

For the purpose of the delay dependent system we rewrite the system as

{x˙(t)=Ax(t)+Adx(td)x˙(t)=(A+Ad)x(t)Ad(x(t)x(td)

The Data

The matrices A,Ad are known

The LMI: The Time-Delay systems (Delay Dependent Condition)

From the given pieces of information, it is clear that the optimization problem only has a solution if there exists a symmetric positive definite matrix
X and a scalar 0<β<1 such that

[Φ(X)d¯XATd¯XAdTd¯AXdβI0d¯AdX0d¯(1β)I]<0


Here Φ(X)=X)A+Ad)T+(A+Ad)X+d¯AdAdT<0

This LMI has been derived from the Lyapunov function for the system. It follows that the system is asymptotically stable if


P(A+Ad)+(A+Ad)TP+d¯PAdAdTP+d¯βATA+d¯1βAdTAd<0
This is obtained by replacing X with P1

Conclusion:

We can now implement these LMIs to do stability analysis for a Time delay system on the delay dependent condition

Implementation

The implementation of the above LMI can be seen here

https://github.com/yashgvd/LMI_wikibooks

Time Delay systems (Delay Independent Condition)

Return to Main Page:

Template:BookCat