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.

IWR6843ISK-ODS: how to get the value of snr?

Part Number: IWR6843ISK-ODS

Hi,

I am confused by the value of snr in lab20. the value of snr is equal to peakVal,

temp = divsp(maxVal, (numRangeBins * numAngleBins * numDopplerBins));
obj->detObj2D[objIndex].peakVal = (uint16_t)sqrtsp(temp);

How to understand the value of snr, and the temp value.

Thank!