Path: SpacecraftEstimation/AttitudeEstimation
% Estimates roll and yaw given a roll measurement and body rates. -------------------------------------------------------------------------- Form: xEst = RollYawEstimator( x, omega, roll, rollNoise, dT ) -------------------------------------------------------------------------- ------ Inputs ------ x (2,1) Initial [roll;yaw] omega (3,:) Body Rates roll (1,:) Roll angle (rad) rollNoise (1,1) 1 sigma roll noise dT (1,1) Time step ------- Outputs ------- xEst (2,:) [roll;yaw] --------------------------------------------------------------------------
Common: CommonData/SwooshWatermark Common: Control/C2DZOH Common: Control/DQCE Common: Control/DRiccati Common: General/CellToMat Common: General/MatToCell Common: General/Watermark Common: Graphics/NewFig Common: Graphics/Plot2D Common: Graphics/PltStyle Math: MathUtils/Odd
Back to the SpacecraftEstimation Module page