LMIs in Control/pages/FDI Filter Design

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

FDI Filter Design For Systems With Sensor Faults: an LMI

Systems with faulty sensors are a very common type of systems. In many cases, redundancy is added in the form of additional sensors, but in certain cases it could be a costly solution. For general linear system models, the LMI in this section can be utilized to design state estimators which can detect and isolate faulty sensor readings in order to mitigate their effects.

The System[edit | edit source]

where is the state, is the control input, is the process noise, is the output and is the measurement noise.

The Data[edit | edit source]

The state space matrices are required to be known.


The Optimization LMI[edit | edit source]

The following LMI is used to design the Fault Detection and Isolation (FDI) filter:

Then the filter is .

Conclusion:[edit | edit source]

The LMI designed in this section is used to design filters that can work on systems that are prone to sensors getting damaged or faulty.

Implementation[edit | edit source]

To solve the feasibility LMI, YALMIP toolbox is required for setting up the feasibility problem, and SeDuMi is required to solve the problem. The following link showcases an example of the feasibility problem:

https://github.com/smhassaan/LMI-Examples/blob/master/FDI_Filter_example.m

Related LMIs[edit | edit source]

H-infinity Optimal Filter

H-infinity Optimal Observer

External Links[edit | edit source]

A list of references documenting and validating the LMI.


Return to Main Page:[edit | edit source]