| Author |
Message |
Praveen
Guest
|
Posted:
Tue Nov 29, 2005 12:54 am Post subject:
Decimation in Frequency FFT |
|
|
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 |
|
| Back to top |
|
 |
naebad
Guest
|
Posted:
Tue Nov 29, 2005 1:16 am Post subject:
Re: Decimation in Frequency FFT |
|
|
Better to avoid Matlab altogether then and use LabVIEW.
Naebad |
|
| Back to top |
|
 |
Praveen
Guest
|
Posted:
Tue Nov 29, 2005 1:16 am Post subject:
Re: Decimation in Frequency FFT |
|
|
| I don't know...I want to do it the efficient way |
|
| Back to top |
|
 |
naebad
Guest
|
Posted:
Tue Nov 29, 2005 1:17 am Post subject:
Re: Decimation in Frequency FFT |
|
|
Isn't there already code for this?
Naebad |
|
| Back to top |
|
 |
John Herman
Guest
|
Posted:
Mon Dec 05, 2005 1:15 am Post subject:
Re: Decimation in Frequency FFT |
|
|
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:
| Quote: | I don't know...I want to do it the efficient way
|
|
|
| Back to top |
|
 |
|
|
|
|