Hi,
I use c64 + dsplib library " DSP_fft16x16" functions to achieve N = 256 point fft, but I found the function "gen_twiddle_fft16x16" that used to generated twiddle factors only produce 504 data, while the twiddle factors is defined by 2 * N = 512 data, why? does it will effect the functoin of "DSP_fft16x16",because the twiddle factors is used in the function.
Thanks,
Ouyang