LMIs in Control/pages/Discrete-Time Detectability

From testwiki
Revision as of 02:30, 26 December 2020 by imported>Minorax (Minorax moved page LMIs in Control/pages/Discrete Time Detectability to LMIs in Control/pages/Discrete-Time Detectability: per other pages)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Discrete-Time Detectability

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 can be made detectable using observer gain L, which can be found using LMI optimization, such that the close loop system is detectable.

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,W.

The Optimization Problem

The following feasibility problem should be optimized:

Maximize P while obeying the LMI constraints.
Then L is found.

The LMI:

Discrete-Time Detectability

The LMI formulation

PSn;WRm*nP>0[PAdTP+CdTW*P]>0,L=P1W

Conclusion:

The system is detectabe iff there exits a P, such that P>0. The matrix Ad+LCd is Schur with L=P1W

Implementation

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

[1] - Continuous time Detectability

A list of references documenting and validating the LMI.

Return to Main Page:

Template:BookCat