I'm trying to do some ffts with MKL's
ComputeForward
method. Sometimes I get bins with zero on real and imaginary parts. I,.e I'm doing an FFT of floats of 20480 samples of a 16K tone sampled at 1.024 Msps, thus 50 Hz resolution per bin. The bin 9920, which corresponds to 496K is 0+0i.
The rest of the 10240 bins seem correct.
I've done the FFT on Octave and that bin should fit without problems on a float.
What can cause this?
NOTE:
Curiosly enough, the failing bin is the symmetric with regards to the 16K tone, that is, the 16K tone is at bin 320, and the 9920 is the 320th bin starting from the right.