Extended Kalman Filter (EKF) and Global Positioning System (GPS) Algorithms
- Login to Download
- 1 Credits
Resource Overview
Detailed Documentation
This documentation accompanies a ZIP file containing fundamental principles and concise explanations for both Extended Kalman Filter (EKF) and Global Positioning System (GPS) algorithms. These algorithms are designed to provide a relatively accessible EKF implementation that processes input functions directly, avoiding the complexity of symbolic expression handling. Additionally, this documentation serves as a brief introduction to Kalman filtering algorithms and GPS technology, enabling better comprehension of their theoretical foundations and practical implications.
For the EKF demonstration, we provide source materials that compare positioning solutions using both Extended Kalman Filter and Least Squares methods. Specifically, the package includes four MATLAB M-files and two data files. The Extended_KF.m file contains the main EKF function body implementing the prediction and correction steps, while other files contain auxiliary functions and GPS sample data sets. This documentation aims to enhance understanding of these algorithms and provide valuable reference materials for further study and implementation.
- Login to Download
- 1 Credits