[SciPy-user] Installing scipy with fftw in non-standard location

Robert Kern robert.kern at gmail.com
Tue Nov 21 13:00:13 EST 2006


Joris De Ridder wrote:
> I'm not sure that they're really included though. I guess (nowhere documented)
> that I should be importing the FFTW functionality by
> 
>>>> from scipy.fftw import *
> 
> but there is no such (sub)module, only the standard fftpack module. Hence my doubts...

Despite the name, scipy.fftpack is where all of our FFT functionality goes, not
just that provided by the FORTRAN FFTPACK. scipy.fftpack.fft() and friends will
dispatch to the "best available" library (as near as we can determine).

-- 
Robert Kern

"I have come to believe that the whole world is an enigma, a harmless enigma
 that is made terrible by our own mad attempt to interpret it as though it had
 an underlying truth."
  -- Umberto Eco



More information about the SciPy-User mailing list