Probabilistic Data Association Filters (PDAF) - a tracking demo
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 (2025). Probabilistic Data Association Filters (PDAF) - a tracking demo (/matlabcentral/fileexchange/34146-probabilistic-data-association-filters-pdaf-a-tracking-demo), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Platform Compatibility
Windows macOS LinuxCategories
- Robotics and Autonomous Systems > Automated Driving Toolbox > Detection and Tracking > Lidar Processing >
- Automotive > Automated Driving Toolbox > Detection and Tracking > Lidar Processing >
Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
PDAF_2D3D/
Version | Published | Release Notes | |
---|---|---|---|
2.0.0.0 | New version is extended to 3D
|
||
1.0.0.0 |