-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Description
we use fftpack from scipy but anaconda offers mklfft in accelerate package. If present we should be using:
import numpy.fft.fftpack
see
https://store.continuum.io/cshop/accelerate/
https://github.com/ContinuumIO/mkl-optimizations-benchmarks/blob/master/benchFFT.py
@mainakjas it should speed up the TFR code you played with last week.
any taker?