diff --git a/fft.c b/fft.c index 321bc2e..b69eda7 100644 --- a/fft.c +++ b/fft.c @@ -110,16 +110,13 @@ int fix_fft(fixed fr[], fixed fi[], int m, int inverse) /* it may not be obvious, but the shift will be performed on each data point exactly once, during this pass. */ istep = l << 1; //step width of current butterfly - for(m=0; m