LMIs in Control/pages/Deduced LMI Conditions for H-infinity Index

From testwiki
Revision as of 23:01, 27 April 2022 by imported>ShakespeareFan00
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

H-infinity Index Deduced LMI

Although the KYP Lemma, also known as the Bounded Real Lemma, is a basic condition to evaluate an upper bound on the H, the verification of the bound on the H-gain of the system can be done via the deduced condition.

The System

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

x˙(t)=Ax(t)+Bw(t)y(t)=Cx(t)+Dw(t)

where x(t)n, y(t)m and w(t)r are the system state, output, and the disturbance vector respectively. The transfer function of such a system can be evaluated as:

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

The Data

Number of states n, number of outputs m and number of external noise channels r need to be known. Moreover, the system matrices A,B,C,D are also required to be known.

The Feasibility LMI

For an arbitrary γ, the transfer function G(s) satisfies

G(s)<γ

if and only if there exists a symmetric matrix X > 0 and a matrix Ω. such that:

FindX,Ω:Θ+ΦΩΨ+ΨΩΦ<0

where:

Θ=[0X000XX00000γIm00000X00000γIr]Φ=[InACIn00BD0γIr]Ψ=[In00000000Ir]

The above LMI can be combined with the bisection method to find minimum γ to find the minimum upper bound on the H gain of G(s).

Conclusion:

If there is a feasible solution to the aforementioned LMI, then the γ upper bounds the infinity norm of the system G(s).

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

Bounded Real Lemma

A list of references documenting and validating the LMI.


Return to Main Page:

Template:BookCat