LMIs in Control/pages/TDSIC

From testwiki
Jump to navigation Jump to search

The System

The problem is to check the stability of the following linear time-delay system

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

where

A,Adn×nAn×r are the system coefficient matrices,


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

The Data

The matrices A,Ad are known

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

From the given pieces of information, it is clear that the optimization problem only has a solution if there exists two symmetric matrices P,S𝕊n such that

P>0

[ATP+PA+SPAdAdTPS]<0

This LMI has been derived from the Lyapunov function for the system. By Schur Complement we can see that the above matrix inequality is equivalent to the Riccati inequality
ATP+PA+PAdS1AdTP+S<0

Conclusion:

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

Implementation

The implementation of the above LMI can be seen here

https://github.com/yashgvd/LMI_wikibooks

Time Delay systems (Delay Dependent Condition)

Return to Main Page:

Template:BookCat