Tool/software:
Hi,
I see there are multiple plot, say range profile and others in mmWave Radar Visualizer (5.5.3.0)
Can you provide the source code for this to calculate the profiles?
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.
Tool/software:
Hi,
I see there are multiple plot, say range profile and others in mmWave Radar Visualizer (5.5.3.0)
Can you provide the source code for this to calculate the profiles?
Hi Santosh Krishnan
I see you have the correct equation for range profile(https://e2e.ti.com/support/sensors-group/sensors/f/sensors-forum/1253190/mmwave-l-sdk-iwrl6432-question-about-the-range-profile)
can you give the src code for this?
Hello.
The SDK visualizer source code is not available. You will need to use the equations and implement this in your own source code if needed.
Sincerely,
Santosh
Hello Aditya.
The equations are within the motion and presence demo source code itself. These values are computed on chip and transmitted via UART to the PC to be visualized; the visualizer is just parsing this data and plotting it. Please refer to the transmitProcssedDataOutput() function in the demo to find the variables containing this values and you can trace whichever computations you need this way.
Sincerely,
Santosh