Processing Module
Processing Module
File
~/dev/python/HDDS2/Project v1/src/radar_sim/processing.py
Responsibility
This module turns reference and surveillance signals into the main radar sensing product.
Current DSP Chain
- remove cyclic prefix,
- FFT reference and surveillance,
- divide surveillance by reference,
- IFFT to form range profiles,
- subtract mean across pulses for stationary suppression,
- FFT across slow time to form the range-Doppler map.
Output
The module returns a ProcessingResult that includes:
- range profiles,
- filtered profiles,
- range-Doppler map,
- range axis,
- Doppler axis,
- velocity axis.