Other Parts Discussed in Thread: IWRL6432
There is a flag named "adcDataSource" in the Gesture recognition example for IWRL6432 from radar toolbox that can be enabled to load pre-captured ADC data from file. A sample input file "adc_data_0001_CtestAdc6Ant.bin" is also provided, from which the program reads metadata such as numAdcSamples, numVirtualAntennas, numChirpsPerFrame, numFrames, and numFrames, followed by the data for each frame. For testing my application, I'd like to create a binary file with the same structure as adc_data_0001_CtestAdc6Ant.bin. I tried using the bin file generated by DCA1000 as input, but it does not conform to the needed format.