You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just noticed that the code uses numpy.fft in many places.
If you have the choice, I strongly suggest to use scipy.fft instead, because this is much faster for multi-D transforms. Also the interface is practically identical (in contrast to the older scipy.fftpack module).