extended kalman filter
File list:
SUAS_Code
........\AHRS_EKF_Euler
........\..............\compute_xdot_and_F__ahrs_ekf_euler.m
........\..............\compute_zhat_and_H__ahrs_ekf_euler.m
........\..............\perform_state_estimation__ahrs_ekf_euler.m
........\AHRS_EKF_Quaternion
........\...................\compute_xdot_and_F__ahrs_ekf_quaternion.m
........\...................\compute_zhat_and_H__ahrs_ekf_quaternion.m
........\...................\perform_state_estimation__ahrs_ekf_quaternion.m
........\AHRS_Feedback
........\.............\perform_state_estimation__ahrs_feedback.m
........\INS_EKF_Euler
........\.............\compute_xdot_and_F__ins_ekf_euler.m
........\.............\compute_zhat_and_H__ins_ekf_euler.m
........\.............\perform_state_estimation__ins_ekf_euler.m
........\INS_EKF_Quaternion
........\..................\compute_xdot_and_F__ins_ekf_quaternion.m
........\..................\compute_zhat_and_H__ins_ekf_quaternion.m
........\..................\perform_state_estimation__ins_ekf_quaternion.m
........\UavData
........\.......\UavData_LetterE.mat
........\.......\UavData_LetterE_withGusting.mat
........\.......\UavData_Loiter.mat
........\.......\UavData_Loiter_withGusting.mat
........\.......\UavData_SquareSpiral.mat
........\.......\UavData_SquareSpiral_withGusting.mat
........\contents.m
........\display_uav_estimate_results.m
........\generate_uav_sensors_structure.m
........\perform_ekf.m
........\rotation_examples.m
........\uav_state_estimation.m