LMIs in Control/pages/Lin Sys Time Delay Stability LMI

From testwiki
Jump to navigation Jump to search

LMI Condition For Exponential Stability of Linear Systems With Interval Time-Varying Delays

For systems experiencing time-varying delays where the delays are bounded, the feasibility LMI in this section can be used to determine if the system is α-exponentially stable.


The System

x˙(t)=Ax(t)+Dx(th(t)),t+,x(t)=ϕ(t),t[h2,0],

where x(t)n is the state, A,Dn×n are the matrices of delay dynamics, and ϕ(t)n is the initial function with norm ϕ=suph¯t0{ϕ(t),ϕ˙(t)} and it is continuously differentiable function on [h2,0]. The tyime-varying delay function h(t) satisfies:

0h1h(t)h2,t+,

The Data

The matrices (A,D) are known, as well as the bounds (h1,h2) of the time-varying delay.

The Optimization Problem

For a given α>0, the zero solution of the system described above is α-exponentially stable if there exists a positive number N>0 such that every solution x(t,ϕ) satisfies the following condition:

x(t,ϕ)Neαtϕ,t+

The LMI: α-Stability Condition

The following feasibility LMI can be used to check if the system is α-exponentially stable or not for a given α>0:

FindP,Q,R,U,Si, where i=1,2,...,5:[M11M12M13M14M15*M220M24S2**M33M34S3***M44S4S5D****M55]<0where:M11=AP+PA+2αP(e2αh1+e2αh2)R+0.5S1(IA)+0.5(IA)S1+2Q,M12=e2αh1RS2A,M13=e2αh2RS3A,M14=PDS1DS4A,M15=S1S5A,M22=e2αh1(Q+R),M24=S2D+e2αh2U,M33=e2αh1(Q+R+U),M34=S3D+e2αh2U,M44=0.5(S4D+DS4)e2αh2U,M55=S5+S5+(h12+h22)R+(h2h1)2U,

The above LMI can be combined with the bisection method to find α.

Conclusion:

For systems with time-varying delays with intervals, the LMI in this section can be used to check if the system is exponentially stable with a certain α. The bisection algorithm can be additionally used to compute α.

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/Intervaled_Delay_Sys_Stability_example.m

A list of references documenting and validating the LMI.

Return to Main Page:

Template:BookCat