Path: Math/FDIR
% Normalizes a state space system for use with a detection filter. Since version 9. -------------------------------------------------------------------------- Form: g = NormalizeMatrix( g, xRange, yRange, uRange ) -------------------------------------------------------------------------- ------ Inputs ------ g (:) State space system xRange (:,1) Range of x yRange (:,1) Range of y uRange (:,1) Range of u ------- Outputs ------- g (:) State space system -------------------------------------------------------------------------- References: Meserole, J. S., "Detection Filters for Fault-Tolerant Control of Turbofan Engines." MIT 1981. p. 211. --------------------------------------------------------------------------
Back to the Math Module page