Extract Frames
Processes and saves radar frames from locally stored mmWave radar data.
This script reads raw IQ data from binary files, reshapes it into structured frames, and saves each frame as a NumPy file for further analysis.
Usage
- Ensure the
radar_utility.pymodule is available in the same directory. - Modify the
caseslist to specify which capture IDs to process. - Run the script in a Python environment.
Dependencies
- numpy
- tqdm
- radar_utility.py (contains helper functions)
Attributes:
| Name | Type | Description |
|---|---|---|
cases |
range
|
Specifies the range of radar capture IDs to process. |
remote_files |
list
|
List of binary files required for processing. |