Edition:PROCESSOR_SDK_RADAR_03_06_00_00
Hi,
1.Is numBytesPerSample = sizeof UInt64 because it has I and Q two parts?
2.Why is pObj-> intermediateBufSize divided by 2?
3.
pObj = (AlgorithmFxn_RadarFftObj *) alg_handle;
pInputVideoBuffer = (System_VideoFrameBuffer *) in_buf-> payload;
inBufAddr = (UInt8 *) pInputVideoBuffer-> bufAddr [0];
outBufAddr = (UInt8 *) pOutputVideoBuffer-> bufAddr [0];
Is this a type cast?
4.How to explain this operation?
5. FFT_points is selected by nextpowerof2, why does buf point to coeffaddr?
But where is the specific FFT operation performed? This is just select the number of FFT points
waiting for the replys,thanks!