Upload Code
loading-left
loading loading loading
loading-right

Loading

Profile
No self-introduction
codes (1)
Particle Filter Tracking
no vote
In Kalman filtering, density propagation changes from one Gaussian to... Another Gaussian distribution. What changes are mean and variance. This is very good if our system is linear and the noise is Gaussian. But if it's not (i.e., clutter data, etc.) -- Kalman will fail  this is the input of particle filter - at each stage, we create a new probability density function that can take any shape (not limited to being Gaussian). This shape consists of sampled particles, each with a given weight and cumulative density function. This will further illustrate the continuation of this worksheet. All in all - we are still calculating probabilities and a priori probabilities and from the middle to the back (similar to Kalman), but we use more dynamic (non Gaussian) probability functions to model the system.
sionking
2016-08-23
0
1
No more~