27 Dec
2006
27 Dec
'06
11:06 a.m.
Hi! all, There are so many fft routines in Scipy/Numpy. Does anyone know which one should be used officially? Gen
27 Dec
27 Dec
11:58 a.m.
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. -- 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
6526
Age (days ago)
6526
Last active (days ago)
1 comments
2 participants
participants (2)
-
Gennan Chen
-
Robert Kern