This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

DCA1000EVM: Parsing logic for IQ data from DCA1000EVM using CLI tools

Part Number: DCA1000EVM

Hi, 

I am trying to parse IQ data from DCA1000EVM and xwr1642, using OOB demo and CLI tools. I used the the logic mentioned in section 9.2 for parsing the data

Mmwave Radar Device ADC Raw Data Capture (Rev. B) (ti.com)

SInce the "fileSize" variable in the code sometimes is not an exact multiple,  numChirps gets decimal points, then the subsequent reshape operation fails. Just wanted to check, is this the right logic for data capture using OOB demo and CLI tools?

Thanks 

Gayatri

  • Hi Gayatri,

    The document describes the format of your data captured accurately. You can trim your data to integral frame sizes before you apply a reshape in order to avoid such issues.

    Regards,

    Kaushik