卡尔曼滤波 Resources

Showing items tagged with "卡尔曼滤波"

A classic application of Kalman filtering involves predicting an object's position coordinates and velocity from a limited sequence of noisy observations. This algorithm finds extensive applications in various engineering fields including radar systems and computer vision, while also serving as a crucial topic in control theory and control systems engineering. In radar applications, for instance, the primary objective is target tracking where measurements of position, velocity, and acceleration are inherently noisy. Kalman filtering utilizes the target's dynamic information to eliminate noise effects, producing optimal estimates that can represent current position (filtering), future position (prediction), or past position reconstruction.

MATLAB 193 views Tagged

This implements initial alignment for strapdown inertial navigation using Kalman filtering, referenced from a Harbin Engineering University master's thesis with good performance, though the observation vector construction methodology remains unclear. The implementation involves sensor data preprocessing, state initialization, and recursive filtering cycles.

MATLAB 321 views Tagged

Extended Kalman Filter Toolbox containing multiple filtering algorithms with detailed examples and implementation guidance for effective learning

MATLAB 219 views Tagged