Hi,
I found below info in TRM.
What does "Numberof Back-to-Back Iterations" mean? Does it mean the loop of n-point FFT process?
If the FFT size is 32 and the loop is 1, the process time is 8+8 cycles (80Mhz HWA), right?
Thanks,
Chris
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.
Hi,
I found below info in TRM.
What does "Numberof Back-to-Back Iterations" mean? Does it mean the loop of n-point FFT process?
If the FFT size is 32 and the loop is 1, the process time is 8+8 cycles (80Mhz HWA), right?
Thanks,
Chris
Hello Chris, the bakc-to-back refers to back-to-back iterations of the FFT (i.e. successive FFTs performed in a row) e.g. for multiple RX chains.
For FFT size 32 I believe the math should be 32 + 32 = 64 cycles.