https://github.com/tariktoha/mmwcas_util
Utility scripts for mmWave cascade radar recordings
https://github.com/tariktoha/mmwcas_util
mmwave-radar signal-processing spectrogram
Last synced: 11 months ago
JSON representation
Utility scripts for mmWave cascade radar recordings
- Host: GitHub
- URL: https://github.com/tariktoha/mmwcas_util
- Owner: TarikToha
- License: mit
- Created: 2025-02-18T01:31:13.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-05-18T04:33:43.000Z (about 1 year ago)
- Last Synced: 2025-06-01T07:22:53.684Z (about 1 year ago)
- Topics: mmwave-radar, signal-processing, spectrogram
- Language: Python
- Homepage: https://tariktoha.github.io/mmwcas_util/
- Size: 610 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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:
```sh
pip install -r requirements.txt
```
## Radar Capture
Record radar data using the [mmWave Capture Toolkit](https://github.com/mmwave-capture-std/mmwave-capture-std).
## Download Recordings
1. Configure `download_frames.py`:
- Set capture IDs and local save directory.
2. Run:
```sh
python download_frames.py
```
## Extract Frames
1. Ensure `radar_utility.py` settings match your radar.
2. Configure `process_frames.py`:
- Set capture IDs and save directory.
3. Run:
```sh
python process_frames.py
```
## Generate Spectrogram
1. Configure FFT parameters in `param.py` if needed.
2. Set up `azimuth_map.py`:
- Define capture IDs and base directory.
3. Run:
```sh
python azimuth_map.py
```
## License
Licensed under the [MIT License](https://mit-license.org/).