MATLAB Implementation of Particle Filter Algorithm
This is a particle filter implementation that realizes the basic particle filtering algorithm, specifically the SIR (Sequential Importance Resampling) method programmed in MATLAB, featuring importance sampling and resampling procedures.