extended Kalman Filter(EKF) for GPS

An easy-to-implement function of the Extended Kalman Filtering with a GPS positioning example
14,6K download
Aggiornato 13 mag 2013

Visualizza la licenza

This zip file contains a brief illustration of principles and algorithms of both the Extended Kalman Filtering (EKF) and the Global Position System (GPS). It is designed to provide a relatively easy-to-implement EKF. It also serves as a brief introduction to the Kalman Filtering algorithms for GPS. In the example for the EKF, we provide the raw data and solution for GPS positioning using both EKF and the Least Square method.
See readme.txt for more details.

Cita come

You Chong (2024). extended Kalman Filter(EKF) for GPS (https://www.mathworks.com/matlabcentral/fileexchange/31487-extended-kalman-filter-ekf-for-gps), MATLAB Central File Exchange. Recuperato .

Compatibilità della release di MATLAB
Creato con R2010b
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Versione Pubblicato Note della release
1.5.0.0

Forgot to upload the new code in the last update.

1.3.0.0

Rewrote EKF using function handle.

1.2.0.0

The scale of Y-axis is changed to make it clearer

1.0.0.0