------------------------------------------------------------------------------- Normalizes a state space system for use with a detection filter. ------------------------------------------------------------------------------- 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 -------------------------------------------------------------------------------