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.

IWRL6432: IWRL6432

Part Number: IWRL6432

Tool/software:

Hi TI experts,

In dpc.c at line 2617 of the vital signs in radar toolbox 2.3.0.12

vsRangeBin = (uint16_t)(radialDistance / 0.093);
vsBaseAddr = (uint32_t)gMmwMssMCB.radarCube[0].data;
vsBaseAddr = vsBaseAddr + (vsRangeBin * 4) - 8;

what means is this line..
vsBaseAddr = vsBaseAddr + (vsRangeBin * 4) - 8;

i want understand that code.. '(vsRangeBin * 4) - 8'

why do move address?

Best regards,