mmWave Cascade Radar Utility
Utility scripts for processing mmWave radar recordings, including downloading data, extracting frames, and generating Range-Azimuth spectrograms.
Requirements
- Python 3.9+
- Install dependencies:
pip install -r requirements.txt
Radar Capture
Record radar data using the mmWave Capture Toolkit.
Download Recordings
- Configure
download_frames.py:- Set capture IDs and local save directory.
- Run:
python download_frames.py
Extract Frames
- Ensure
radar_utility.pysettings match your radar. - Configure
process_frames.py:- Set capture IDs and save directory.
- Run:
python process_frames.py
Generate Spectrogram
- Configure FFT parameters in
param.pyif needed. - Set up
azimuth_map.py:- Define capture IDs and base directory.
- Run:
python azimuth_map.py
License
Licensed under the MIT License.