Hi,
I get message out data (peakVal) and how to transfer (use math) to relative power (dB)?
e.g. peakVal = 6000 and form mmWave Demo Visualizer check, relative power is about 110(dB)
Thanks!
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.
Hi,
I get message out data (peakVal) and how to transfer (use math) to relative power (dB)?
e.g. peakVal = 6000 and form mmWave Demo Visualizer check, relative power is about 110(dB)
Thanks!
Hello,
This question has been answered in the following thread:
AWR1642: Convert peakVal from linear to dB
Please mark this thread resolved if your question was answered otherwise get back if more support is needed.
Regards
-Nitin
Hi,
The Range Profile plot shows the 1D FFT output for zero Doppler, which is sent in a separate message in the UART data stream. This plot does not use peakVal which is part of the detected object list which is sent separately and contains only the objects which pass detection after CFAR processing (Range and Doppler)
Please look at the mmw demo doxygen documentation under C:\ti\mmwave_sdk_02_01_00_04\packages\ti\demo\xwr16xx\mmw\docs\doxygen\html\index.html and search for MMWDEMO_OUTPUT_MSG_RANGE_PROFILE.
To understand the processing, you can download the Visualizer source code from dev.ti.com/gallery (shown below)
Look under the file install_image_mmWave_Demo_Visualizer\mmWave_Demo_Visualizer\app\mmWave.js under function processRangeNoiseProfile as shown below
The various factors used in the above equation (Params.log2linScale. Params.toDB, Params.dspFftScaleCompAll_Log) are calculated in the file install_image_mmWave_Demo_Visualizer\mmWave_Demo_Visualizer\app\input_validation.js as shown below:
Regards
-Nitin
Hi,
Thanks, and one more question.
We are building a testing IWR1642 product environment for our factory, so we need to clarify, how to get detected point signal intensity, base on SDK message output?
1. Your suggestion is check peakval or relative power?
2. Possible peakVal transfer to SNR? (peakVal / noise), is correct or not?
Hi,
I have answered the above questions in response to your other thread given below:
IWR1642: How to form SDK demo find detected object signal velocity?
Thanks
-Nitin