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.

IWR1642BOOST: How to change the range scale for Radar Studio

Part Number: IWR1642BOOST

Hi Experts,

I have leant that in the Post Processing button, which brings up the graphs in Radar Studio, there are specific + and – zoom buttons at the top of the display.   Normally the HSDC Pro graph is not used for analysis.

Is the any other possible way to change the range scale?

Best regards,
Hitoshi

  • Hello Hitoshi,

    These scales are fixed in the Post Proc GUI. In order to change you will have to write your own MATLAB code to process the binary file. You can try the following MATLAB script to read the data and then modify it to process it as you would like. The script should organize the data into rows per receiver. I.E. if all 4 RX are enabled, row 1 contains the RX1 data, row 2 contains the RX2 data, etc. https://e2e.ti.com/cfs-file/__key/communityserver-discussions-components-files/1023/readTSW16xx.m

    Regards,

    Adrian

  • Hi Adrian,
    Thank you so much for your kind explanation.
    It helps me a lot.
    Best regards,
    Hitoshi