LMIs in Control/Stability Analysis/Discrete Time/Transient Impulse Response Bound

From testwiki
Jump to navigation Jump to search

The System

Consider the single-input multi-output discrete-time LTI system with state-space realization
𝐱k+1=𝐀d𝐱k+𝐁duk,
𝐲k=𝐂d𝐱k

The Data

𝐀dℝn×n, 𝐁dℝn×1, and 𝐂dℝp×n, and it is assumed that 𝐀d is invertible. Let 𝐳k=𝐂dAdk1Bd. be the unit impulse response of the system. The Euclidian Norm of the impulse response satisfies the following LMI.

The LMI

||zk|2γ,kβ„€0

if there exist ππ•Šn and γℝ>0 where 𝐏>0, such that

[𝐏𝐂dT*γ𝟏]0.

[𝐏𝐏Ad1Bd*γ]0.

and AdTPAdP0.


Implementation

This can be implemented in any LMI parser such as YALMIP which can implement a solver like Mosek to return a solution.

Conclusion

By using this LMI the transient state bound can be analyzed for a given autonomous LTI system.

References

Template:Cite book

Template:BookCat