From 818574c62e8969f39a0c7a4550b5ad3762ecfc0c Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 9 Mar 2015 23:30:21 +0100 Subject: [PATCH] FFT_twiddle in Funktion ausgelagert und in FFT_calc eingebracht --- fft.c | 17 +++++++---------- fft_inst.tie | 26 +++++++++++++++++--------- 2 files changed, 24 insertions(+), 19 deletions(-) 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