“…The entire algorithm involves log 2 N stages, where each stage involves N/2 operation units (Butterflies). The computation of the N point FFT via the decimation-in-frequency (DIF) as in the decimation-in-time (DIT) algorithm requires (N/2).log 2 N complex multiplications and N.log 2 N complex additions/subtractions [7]. Based on the same approach, the other fast algorithms: radix-4, radix-8, radix-16, radix-2 2 and split-radix recursively divide the FFT computation into odd and even-half parts and then obtain as many common twiddle factors as possible.…”