Path: SpacecraftEstimation/OrbitEstimation
% Generate the range/range rate measurement matrix and the estimated measurement. This gives the measurements in the form y = meas0 + H*dX -------------------------------------------------------------------------- Form: [meas0, h] = HRangeMeasurement( x, d ) -------------------------------------------------------------------------- ------ Inputs ------ x (m,:) State estimate [Position;Velocity;clock bias;clock drift;...] d (n) Measurement data structure .rSourceECI (3,1) Position of source (ECI) .vSourceECI (3,1) Velocity of source (ECI) ------- Outputs ------- meas0 (2*n,1) [range;range rate] h (2*n,m) H matrix [Hrange;HRange rate] --------------------------------------------------------------------------
Math: Linear/Dot Math: Linear/Mag
Back to the SpacecraftEstimation Module page