Geometry Module

File

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

Responsibility

This module converts between physical values and internal radar variables.

Main Conversions

  1. delay to bistatic range excess,
  2. range to delay,
  3. Doppler to velocity,
  4. velocity to Doppler,
  5. range axis construction,
  6. Doppler axis construction,
  7. velocity axis construction.

Why This Module Is Critical

This is the module that keeps the plots physically interpretable.

If these conversions are wrong, the system may still produce peaks, but their reported physical meaning will be wrong.

Linked Notes

Built with LogoFlowershow