[Numpy-discussion] which fft I should use

This was seen on numpy-discussion. Is this the behavior implemented in
matplotlib/numerix/fft/__init__.py ?

Doesn't look like it to me ...

Glen

···

On Wed, Dec 27, 2006 at 12:58:24PM -0500, Robert Kern wrote:

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
numpy.fft otherwise.