Path: SpacecraftEstimation/OrbitEstimation
% UKF/UKS demonstration. This is for a 1 dimensional launch problem with an angle sensor that measures the angle to the launch vehicle. The vehicle is subject to Gaussian random thrust variations. The sensor is subject to Gaussian white noise. The script first runs the simulation and the sensor angle are used for both the forward and backward Unscented Kalman filters. The geometry gets worse as the launch vehicle gets higher. The demo uses UKFUpdate and UKFPredict which are alternatives to UKF. Since version 11. -------------------------------------------------------------------------- See also RHSX, AngleSensor, KFInitialize, UKFWeight, UKFPredict, UKFUpdate, KalmanFilterCombine -------------------------------------------------------------------------- % -------------------------------------------------------------------------- Copyright (c) 2012 Princeton Satellite Systems, Inc. All rights reserved. --------------------------------------------------------------------------
Common: CommonData/SwooshWatermark Common: DemoFuns/RHSX Common: Estimation/AngleSensor Common: Estimation/KFInitialize Common: Estimation/KalmanFilterCombine Common: Estimation/UKFPredict Common: Estimation/UKFUpdate Common: Estimation/UKFWeight Common: General/CellToMat Common: General/MatToCell Common: General/Watermark Common: Graphics/NewFig Common: Graphics/Plot2D Common: Graphics/PltStyle Common: Graphics/TimeLabl Math: Integration/RK4 Math: Linear/DupVect
Back to the SpacecraftEstimation Module page