- #1
RichardJ
- 4
- 0
Homework Statement
Hello everyone, I have to implement a probabilistic data association filter with a particle filter.
I have already implemented a PDAF based on the Kalman filter.
The assignment considers a radar (range,angle) tracker. With the state s containing the x, y position and the x and y velocity. $$s = [x,y,v_x,v_y]^T$$. The object is flying in a straight line and in some measurements false alarms occur.
Homework Equations
How does one integrate the particle filter in the probabilistic data association method?
How can you compute the association probability for each measurements and how to relate this to the particles.
The Attempt at a Solution
The current approach involves trying to compute the likelihood for each measurement (false measurements as well) and then trying to do a weighted average of the likelihoods with the association probabilities. However I am not able to get an expression for the association probabilities.
Last edited: