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.

AWR1642BOOST: Save and re-plot mmWave Demo visualizer data

Part Number: AWR1642BOOST

Hi,

The mmwave demo visualizer plots data in real time. I am looking for a way to save that data and re-plot it later (say the range doppler heat map) as media for presentation - I do not intend to post process the data - I just want for viewing offline.

  • Hi,
    There is currently no visualizer to do the offline processing on stored data. But this visualizer provides the option to store the data.
    Go to plot TAB and scroll right to find out the "record start" button to capture.
    dev.ti.com/.../

    One of different version of visualizer which stores data in CSV format-
    dev.ti.com/.../

    You can modify the visualizer to read from a stored file instead of reading over UART and then plot.


    Regards,
    Jitendra
  • Thanks Jitendra..

    What i am looking for is a way for the visualizer to read from a stored file instead of the UART. I have been looking for that modification in the sdk user manual and the doxygen/index files but cant seem to find it.

    Is that information available in the user manual?
  • To Modify the visualizer there is no user manual or documentation.
    Visualizer was meant to just an application it was not targetted for any modification but as per user requirement, they can import visualizer source to their workspace (https://dev.ti.com/gallery/) and change the code.
    Visualizer is written in java script which you can find the help over the internet to understand the code and modify the same.

    Regards,
    Jitendra