I'm using the FFTC on a C66 board, and I've noticed that the value of the block exponent (using dynamic scaling) sometimes is 65535, which seems way too large to be right.
What does this value mean - is it an error code of some sort?
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.
I'm using the FFTC on a C66 board, and I've noticed that the value of the block exponent (using dynamic scaling) sometimes is 65535, which seems way too large to be right.
What does this value mean - is it an error code of some sort?
Hi Nithin
Block exponent depicts how many times the FFT/IFFT value is scaled using the FFT accelerator. You can compare the results by doing FFT in MATLAB. It won't be high as 65535. We also observed such high value when all zero input is given to the accelerator.