Path: Common/GeneralEstimation
% Demonstrate the continuous discrete iterated Kalman Filter. Models a nonlinear spring. The state equation is: FNLSpring: dx/dt = - k*(x - x0)^3; HNLSpring: z = alpha*x^2 + x; ------------------------------------------------------------------------ See also CDKF., Plot2D, RK4, JD2000 ------------------------------------------------------------------------ % ------------------------------------------------------------------------------- Copyright 1999 Princeton Satellite Systems, Inc. All rights reserved. Since version 9. -------------------------------------------------------------------------------
Common: CommonData/SwooshWatermark Common: Estimation/CDKF Common: General/CellToMat Common: General/MatToCell Common: General/Watermark Common: Graphics/NewFig Common: Graphics/Plot2D Common: Graphics/PltStyle Common: Time/DTSToDTA Common: Time/Date2JD Common: Time/JD2000 Math: Analysis/Jacobian Math: Integration/RK4
Back to the Common Module page