Detection Module

File

  • ~/dev/python/HDDS2/Project v1/src/radar_sim/detection.py

Responsibility

This module applies CA-CFAR to the range-Doppler output and extracts detections.

Current Logic

  1. compute power map,
  2. build CA-CFAR kernel,
  3. estimate local noise,
  4. compute adaptive threshold,
  5. produce detection mask,
  6. label connected regions,
  7. extract peak detections.

Why It Matters

This is the first line of false-alarm control in the radar branch.

The next major reliability upgrade should happen after this module:

  1. temporal confirmation,
  2. tracking,
  3. modality fusion.

Linked Notes

Built with LogoFlowershow