LMIs in Control/pages/FDI Filter Design

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

 

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

The Data edit

The state space matrices   are required to be known.


The Optimization LMI edit

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

 

Then the filter is  .

Conclusion: edit

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

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

H-infinity Optimal Filter

H-infinity Optimal Observer

External Links edit

A list of references documenting and validating the LMI.


Return to Main Page: edit