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.

AWR1642: Why TI calculate doppler fft for every range FFT instead of the first half of range FFT?

Part Number: AWR1642

Hi

    As we know, the Image band of range FFT(index from rangeBin/2 to rangeBin) contains useless information.

    But why TI's demo in MmwDemo_interFrameProcessing() function actually calculate doppler FFT for every range FFT in 2-D FFT calculation,? Only calculate the first half(0 to rangeBin/2) may be enough.

    Where did I go wrong? Thank you !