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.

AWR1843BOOST: How to save a complete RadarStudio PostProcessing

Part Number: AWR1843BOOST

Hi Team,

Customer used DCA1000 with AWR1843BOOST to collect ADC raw data. He found that only the processing information of each Frame and Chirp in RadarStudio PostProcessing can be viewed when the board is powered up. Once he powered off and closed mmWave Studio, he cannot open the RadarStudio PostProcessing of the last test again. And mmWave Studio also does not provide the option to completely save RadarStudio PostProcessing locally (he can only view a separate screenshot of matlab).


The customer wants to know how to repeatedly open the full RadarStudio PostProcessing without using the board after getting the adc_data file?

Thanks.

  • Hi Annie,

    mmWave Studio stores all the API details to 'postproc\adc_dataLogfile.txt' and captured raw ADC as adc_data.bin file.

    You need to keep these two files together for future processing.

    Now if you need to process the old captured data, 

    1. Open mmWave Studio and click to SensorConfig->PostProc (it may throw an error if valid adc_data.bin is not found.

    2. After Matlab postProc GUI is opened,

    3. goto menu 'Load .log' and select 'adc_dataLogfile.txt' file; menu 'Load .bin' and select adc_data.bin file.

    It should plot the data now.

    Note- for every captured data click postProc so that it can generate adc_data.bin and logfile; then you keep these two files aside for future reference.

    Regards,

    Jitendra