LMIs in Control/pages/Discrete-Time H2 Norm: Difference between revisions

From testwiki
Jump to navigation Jump to search
imported>Dirk HΓΌnniger
No edit summary
Β 
(No difference)

Latest revision as of 13:42, 29 August 2021

Discrete-Time H2 Norm

A discrete time system operates on a discrete time signal input and produces a discrete time signal output. They are used in digital signal processing, such as digital filters for images or sound. The class of discrete time systems that are both linear and time invariant, known as discrete time LTI systems.

Discrete-Time LTI systems' H2 norm can be found by solving a LMI.

The System

Discrete-Time LTI System with state space realization (Ad,Bd,Cd,Dd)
Ad𝐑𝐧*𝐧,Bd𝐑𝐧*𝐦,Cd𝐑𝐩*𝐧,Dd𝐑𝐩*𝐦

The Data

The matrices: System (Ad,Bd,Cd,Dd),P,Z.

The Optimization Problem

The following feasibility problem should be optimized:

μ is minimized while obeying the LMI constraints.

The LMI:

Discrete-Time Bounded Real Lemma

The LMI formulation

H2 norm < μ

PSn;ZSp;μR>0P>0,Z>0[PAdPBd*P0**I]>0,[ZCdP*P]>0,trZ<μ2

Conclusion:

The H2 norm is the minimum value of μR>0that satisfies the LMI condition.

Implementation

A link to CodeOcean or other online implementation of the LMI
MATLAB Code

[1] - Continuous time H2 norm.

A list of references documenting and validating the LMI.

Return to Main Page:

Template:BookCat