粒子滤波器 Resources

Showing items tagged with "粒子滤波器"

Particle filters utilize Monte Carlo simulation to achieve recursive Bayesian filtering, eliminating the need for linearity or Gaussian noise assumptions. This makes them suitable for any nonlinear system representable by state-space models, offering broader applicability than Kalman filters. The provided MATLAB examples demonstrate practical implementations including target tracking, parameter identification, and robotic SLAM applications with detailed code structure explanations.

MATLAB 183 views Tagged

This algorithm is adapted from the seminal paper by Gordon, Salmond, and Smith, focusing on iterative particle propagation with systematic resampling techniques and state estimation methods.

MATLAB 176 views Tagged