hi
I am using fft32x32.asm (ti program) to calculate the fft of a complex data. This program doesn't work properly for 16 points fft. i am giving DC value x[16]={1,1,....}
and expecting a DC value y[16]={16,0,0 ...}, but the output is different from the expected value. Can you suggest me how to find 16 points fft using fft32x32.asm program. This program work fine with 64 or more points fft.