LMIs in Control/pages/LMI for System H2 Norm: Difference between revisions

From testwiki
Jump to navigation Jump to search
imported>ShakespeareFan00
mNo edit summary
 
(No difference)

Latest revision as of 23:14, 27 April 2022

H2-norm of System

The H2-norm is conceptually identical to the Frobenius (aka Euclidean) norm on a matrix. It can be used to determine whether the system representation can be reduced to its simplest form, thereby allowing its use in performing effective block-diagram algebra.


The System

Suppose we define the state-space systemG:L2L2 by y=Gu if:

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

where Amxm, Bmxn, Cpxm, and Dqxn for any t. Then the H2-norm of the system can be determined as described below.

The Data

In order to determine the H2-norm of the system, we need the matrices A, B, and C.

The Optimization Problem

Suppose we wanted to to infer properties of the system behaviour (which is represented in the form (A,B,C,D)). Then it becomes necessary to ensure that the overall system forms an algebra, as the standard use of block-diagram algebra would otherwise be invalid. The only way this is possible is by calculating H2 and/or H-norms - both of which are signal norms that (in a certain sense) measure the size of the transfer function.

The LMI: The H2 Norm

Assuming that P^(s)=C(sIA)1B, this means that the following are equivalent:

1)A is Hurwitz and ||P^||H22<γ
2){trace(CXCT)<γAX+XAT+BBT<0X>0

Conclusion:

The LMI can be used to minimize the H2-norm of the system. It is worth noting that a finite H2-norm does not guarantee finite H-norm, and that in order for the block diagram algebra to be valid, H-norm must be finite.

Implementation

  • Example Code - A GitHub link that contains code (titled "H2Norm.m") that demonstrates how this LMI can be implemented using MATLAB-YALMIP.

A list of references documenting and validating the LMI.


Return to Main Page:

Template:BookCat