extended Kalman Filter(EKF) for GPS

버전 1.5.0.0 (16 KB) 작성자: You Chong
An easy-to-implement function of the Extended Kalman Filtering with a GPS positioning example
다운로드 수: 15K
업데이트 날짜: 2013/5/13

라이선스 보기

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.

인용 양식

You Chong (2025). extended Kalman Filter(EKF) for GPS (https://kr.mathworks.com/matlabcentral/fileexchange/31487-extended-kalman-filter-ekf-for-gps), MATLAB Central File Exchange. 검색 날짜: .

MATLAB 릴리스 호환 정보
개발 환경: R2010b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
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