扩展卡尔曼滤波算法 Resources

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

The Extended Kalman Filter (EKF) algorithm serves as one of the most significant methods in the field of filtering. This algorithm represents a typical application of Kalman filtering for handling nonlinear systems, utilizing linearization techniques and state transition matrices for practical implementation.

MATLAB 239 views Tagged

The main function file for target tracking using Extended Kalman Filter is kal_demo.m. The main function file for approximate grid filtering is bayes_demo.m. The grid partitioning method for approximate grid filtering uses the target's previous position as the center point, with each grid cell size of 1 unit and total coverage area of 5x5 units. The improved algorithm's main function file is trackiing_demo.m.

MATLAB 221 views Tagged