扩展卡尔曼滤波 Resources

Showing items tagged with "扩展卡尔曼滤波"

This document contains MATLAB implementations of five key algorithms: Extended Kalman Filter (EKF) for nonlinear estimation, Converted Measurement Kalman Filter (CMKF) with bias removal, Least Squares fitting method, comparative analysis of these three filtering approaches, and an outlier rejection algorithm for data preprocessing.

MATLAB 250 views Tagged

This ZIP file contains fundamental principles and concise documentation for both Extended Kalman Filter (EKF) and Global Positioning System (GPS) algorithms. The primary objective is to provide a relatively straightforward EKF implementation that processes input functions directly rather than handling complex symbolic expressions. It serves as an introductory guide to Kalman filtering algorithms for GPS applications, facilitating deeper understanding of their underlying concepts. The EKF demonstration includes source materials comparing positioning solutions using both Extended Kalman Filter and Least Squares methods. The package comprises four MATLAB M-files and two data files, where Extended_KF.m contains the core EKF function implementation alongside supplementary functions and GPS sample data files.

MATLAB 240 views Tagged

This program implements the Extended Kalman Particle Filter (EKPF), which utilizes the Extended Kalman Filter (EKF) to generate the proposal distribution, followed by particle filtering sampling from this distribution to perform state estimation.

MATLAB 258 views Tagged