LMIs in Control/pages/FDI Filter Design

From testwiki
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

x˙(t)=Ax(t)+B1w(t)+B2u(t)y(t)=Cx(t)+v(t)

where x(t)n is the state, u(t)m is the control input, w(t)r is the process noise, y(t)p is the output and v(t)q is the measurement noise.

The Data

The state space matrices (A,B1,B2,C) are required to be known.


The Optimization LMI

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

minΦ,Θ,γγ,subj. to: Φ>0,[AΦ+ΦA+CΘ+ΘCΦB1ΘI*γI00**γI0***γI]<0

Then the filter is K=Φ1Θ.

Conclusion:

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

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

H-infinity Optimal Filter

H-infinity Optimal Observer

A list of references documenting and validating the LMI.


Return to Main Page:

Template:BookCat