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.

AWR1843: Data Structure Information

Part Number: AWR1843

Hello,

Having the .dat file from the demo Visualizer, I wonder if there is tables of data structure information for the AWR1843.

Is there any other methods to sparse the data ? 

Thanks a lot for your help !

  • Hi,

    We don't have Mathlab code to parse the mmWave SDk demo processed output. However there are some demos which provide examples of parsing the demo output data.

    Please use following demo as a reference

    68xx - Area Scanner Demo

    http://dev.ti.com/tirex/explore/node?node=AKe3jzsgG8hzFPOWSz4FhA__VLyFKFf__LATEST

    This demo is running on the target the standard SDK 3.02 demo for 68xx platform. It provides a Matlab GUI that parses the List of detected objects (scatter plot)

    file:///C:/ti/mmwave_sdk_03_02_00_04/packages/ti/demo/xwr68xx/mmw/docs/doxygen/html/index.html

    This should provide you with an example of parsing output format

    thank you