Re: [Numpy-discussion] which fft I should use

2006-12-27 Thread Robert Kern
Gennan Chen wrote: > Hi! all, > > There are so many fft routines in Scipy/Numpy. Does anyone know > which one should be used officially? For maximum portability and speed, use numpy.dual.fft() and its friends. That will use the optimized functions in scipy.fftpack if it is available and n

[Numpy-discussion] which fft I should use

2006-12-27 Thread Gennan Chen
Hi! all, There are so many fft routines in Scipy/Numpy. Does anyone know which one should be used officially? Gen ___ Numpy-discussion mailing list Numpy-discussion@scipy.org http://projects.scipy.org/mailman/listinfo/numpy-discussion