Radar Sim Package

Path

  • ~/dev/python/HDDS2/Project v1/src/radar_sim

Current Files

  1. constants.py
  2. waveform.py
  3. channel.py
  4. geometry.py
  5. processing.py
  6. detection.py
  7. metrics.py
  8. plotting.py
  9. runner.py
  10. scenarios.py
  11. tui.py
  12. __init__.py

Design Philosophy

The package separates the radar baseline into small modules:

  1. configuration and schemas,
  2. waveform generation,
  3. physical conversions,
  4. channel simulation,
  5. DSP processing,
  6. detection,
  7. metrics/reporting,
  8. user-facing execution.

Linked Notes

Built with LogoFlowershow