Hello,
i am reviewing motion and presence detection demo, but i have a one question.
according to code, adcbuffdata size is numofadcsamples * numRxAntenas * 4
params->ADCBufData.dataSize = gMmwMssMCB.profileComCfg.h_NumOfAdcSamples * params->ADCBufData.dataProperty.numRxAntennas * 4 ;
(motion_detect.c 1234 line)
i don't understand number 4.
i saw that adc buffer will be [rxAnt][Sample] by Real int16 in MotionPresenceDetecionDemo_documenatation.
variable is int16 , thus, i think number will be not 4 but 2.
please share your opinion.