Tool/software:
I’m working with the TI IWR1843BOOST mmWave radar without the DCA1000EVM. All processing will be done solely in MATLAB—no CCS, it has to be comprehensive
Application goal
Detect and track vehicles, pedestrians, and miscellaneous objects, including those that become stationary for extended periods.
Scenario parameters
- Object count (n): 1 – 20 vehicles moving on an irregularly shaped roadway.
- Speeds: 30 km/h – 70 km/h before stopping.
- Stationary period: 5 – 15 minutes at zero velocity.
- Detection range: 50 m – 150 m.
- Zones of interest: Rectangular regions, 8 – 12 m long × 8 – 10 m wide for atleast 10-15 zones.
Algorithmic needs
- Clustering & stationary detection
- Identify and cluster objects.
- Confirm objects that remain motionless for at least 10–15 minutes.
- Directional tracking
- Track direction and motion history of each object.
- Zone monitoring
- Define multiple 8 × 10 m (approx.) zones and determine object presence and dwell time inside each zone.
Could you recommend MATLAB-friendly algorithms (or toolboxes) that meet these requirements, or at least serve as a solid starting point for testing and implementation?