Introduction - If you have any usage issues, please Google them yourself
MATLAB implementation of particle filter,By looking for a set of random samples which are propagated in the state space to approximate the probability density function, the process of the minimum variance estimation of the system state is obtained by replacing the integral operation with the mean of the sample. These samples are called "particles", so they are called particle filtering.