extended Kalman Filter(EKF) for GPS

An easy-to-implement function of the Extended Kalman Filtering with a GPS positioning example
14.6K Downloads
Updated 13 May 2013

View License

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.

Cite As

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. Retrieved .

MATLAB Release Compatibility
Created with R2010b
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
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