LMIs in Control/pages/H2 index

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

H2 Index Deduced LMI

Although there are ways to evaluate an upper bound on the H2, the verification of the bound on the H2-gain of the system can be done via the deduced condition.

The System

We consider the generalized Continuous-Time LTI system with the state space realization of (A,B,C,D)

x˙(t)=Ax(t)+Bu(t)y(t)=Cx(t)

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

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

The Data

The system matrices A,B,C are known.

The Optimization Problem

For an arbitrary γ>0(a given scalar), the transfer function satisfies

C(sIA)1B+D2<γ

The H2-norm condition on Transfer function holds only when the matrix A is stable. And this can be conveniently converted to an LMI problem


if and only if 1. There exists a symmetric matrix X>0 such that:
AX+XAT+BBT<0, trace(CXCT)<γ2

2. There exists a symmetric matrix Y>0 such that:
AY+YAT+CTC<0, trace(BTYB)<γ2

The LMI - Deduced Conditions for H2-norm

These deduced condition can be derived from the above equations. According to this

For an arbitrary γ>0(a given scalar), the transfer function satisfies

G(s)2<γ

if and only if there exists symmetric matrices Z and P; and a matrix V such that
trace(Z)<γ2
[ZBTBP]<0
[(V+VT)VTAT+PVTCTVTAV+PP00CV0I0V00P]<0

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

Conclusion:

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

Implementation

To solve the feasibility LMI, YALMIP toolbox is required for setting up the problem, and SeDuMi or MOSEK is required to solve the problem. The following link showcases an example of the problem:

https://github.com/yashgvd/ygovada

Bounded Real Lemma
Deduced LMIs for H-infinity index

A list of references documenting and validating the LMI.


Return to Main Page:

Template:BookCat