LMIs in Control/pages/Discrete Time H2 Optimal Dynamic Output Feedback Control

From Wikibooks, open books for an open world
Jump to navigation Jump to search

Discrete-Time H2-Optimal Dynamic Output Feedback Control

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.

A Dynamic Output feedback controller is designed for a Discrete Time system, to minimize the H2 norm of the closed loop system with exogenous input and performance output .

The System[edit | edit source]

Discrete-Time LTI System with state space realization

The Data[edit | edit source]

The matrices: System

Controller

The Optimization Problem[edit | edit source]

The following feasibility problem should be optimized:

is minimized while obeying the LMI constraints.

The LMI:[edit | edit source]

Discrete-Time H2-Optimal Full-State Feedback Control

The LMI formulation

H2 norm <

The controller is recovered by


where,
and the matrixes and satisfies

Given and , the matrices and can be found using a matrix decomposition, such as a LU decomposition or a Cholesky decomposition.

If , ≠ 0, and ≠ 0, then it is often simplest to choose in order to satisfy the equality constraint

Conclusion:[edit | edit source]

The Discrete-Time H2-Optimal Dynamic Output feedback controller is the system

Implementation[edit | edit source]

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

Related LMIs[edit | edit source]

[1] - Continuous Time H2 Optimal Dynamic Output Feedback Control

External Links[edit | edit source]

A list of references documenting and validating the LMI.

Return to Main Page:[edit | edit source]