DSPRelated.com
Forums

Decimation in Frequency FFT

Started by Praveen November 28, 2005
Hi,
I am implementing a Decimation in frequency algo using MATLAB.  Can
anbody give an efficient way of passing the twiddle factors to a 2
input 2 output butterfly.

Thanks,
Praveen

Isn't there already code for this?

Naebad

I don't know...I want to do it the efficient way

Better to avoid Matlab altogether then and use LabVIEW.

Naebad

I heard that MATLAB has switched to the FFTW FFT which is very fast.  If I 
remember correctly, other MATLAB-like programs, some free, also use FFTW.

You may be blaming the slow FFT speed on the FFT algorithm instead of the 
built in lack of speed in MATLAB.  Or you might be using an old version of 
MATLAB.

In article <1133214645.262781.101580@f14g2000cwb.googlegroups.com>, "Praveen" 
<praveen.gk@gmail.com> wrote:
>I don't know...I want to do it the efficient way >