Tool/software:
Hi,
I am looking for help to decode the radar cube coming from the example xWRL6432_Raw_Data_Over_SPI.
I modified the mmw_cli.h
file in order to output the radar cube by setting the #define SPI_DATA_STREAMING
to 2. Then, I used the spi_data_capture.py
script to store the output of the radar, and I tried to decode it. Unfortunately, I think I am missing something because I always get only half of the expected radar cube size. For example, I used this configuration:
********** Config Sent Successfully **********
Number of ADC samples: 128
Number of chirps per burst: 2
Number of bursts per frame: 32
Number of frames being captured: 1
Number of RX antennas: 3
Number of TX antennas: 2
***********************************************
Then, the spi_data_capture.py
script says that it expects 49152 bytes, but the recording stops with only half of this value in the file.
Is it possible to get some help to understand how I can decode the output of this example by using directly the radar cube from the example?
Thank you in advance for your help
Etienne D