You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
This code is a demo that implements multiple target tracking in 2 and 3 dimensions. It is inspired by work of Y. Bar-Shalom related to Probabilistic Data Association Filters (PDAF).
Main file "Structure_PDAF_Tracking_Demo.m" does the following:
1. Generates number of points moving on different trajectories.
2. Adds clutter and noisy points.
3. Initializes the tracking structures.
4. Implements multiple target tracking over the time.
5. The tracking supports multiple target initiation, occlusion and loss.
This code could be extended to multiple dimensions, target moving profiles and noise. The tracking algorithm tries to follow the original PDAF algorithm. However, some shortcuts are made. Several parameters control the behavior of the tracking.
You are invited to try and comment me on this code.
Cite As
Uri Dubin (2026). Probabilistic Data Association Filters (PDAF) - a tracking demo (https://www.mathworks.com/matlabcentral/fileexchange/34146-probabilistic-data-association-filters-pdaf-a-tracking-demo), MATLAB Central File Exchange. Retrieved .
General Information
- Version 2.0.0.0 (14.1 KB)
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
| Version | Published | Release Notes | Action |
|---|---|---|---|
| 2.0.0.0 | New version is extended to 3D
|
||
| 1.0.0.0 |
