LMIs in Control/Matrix and LMI Properties and Tools/Generalized H2 Norm

From testwiki
Jump to navigation Jump to search

Generalized H2 Norm

The H2 norm characterizes the average frequency response of a system. To find the H2 norm, the system must be strictly proper, meaning the state space represented D matrix must equal zero. The H2 norm is frequently used in optimal control to design a stabilizing controller which minimizes the average value of the transfer function, G as much as possible. This optimal control problem is also called the Linear Quadratic Gaussian.

The System

Consider a continuous-time, linear, time-invariant system G:L2eL2e with state space realization (A,B,C,0) where An×n, Bn×m, Cp×n, amd A is Hurwitz. The generalized H2 norm of G is:

G2,=supuL2,uzero Gu u2

The Data

The transfer function G, and system matrices A, B, C are known and A is Hurwitz.

The LMI: Generalized H2 Norm LMIs

The inequality G2,<μ holds under the following conditions:

1. There exists P𝕊n and μ>0 where P>0 such that:

[ATP+PAPB*μ1]<0.
[PCT*μ1]>0.


2. There exists Q𝕊n and μ>0 where Q>0 such that:

[QAT+AQB*μ1]<0.
[QQCT*μ1]>0.


3. There exists P𝕊n,Vn×n and μ>0 where P>0 such that:

[(V+VT)VTA+PVTBVT*P00***μ10***P]<0.
[PCT*μ1]>0.

Conclusion:

The generalized H2 norm of G is the minimum value of μ>0 that satisfies the LMIs presented in this page.

Implementation

This implementation requires Yalmip and Sedumi.

Generalized H2 Norm - MATLAB code for Generalized H2 Norm.

LMI for System H_{2} Norm


Return to Main Page:

LMIs in Control: https://en.wikibooks.org/wiki/LMIs_in_Control Template:BookCat