In numpy's fft functions it is possible to perform ffts with respect to a particular axis: https://docs.scipy.org/doc/numpy-1.13.0/reference/routines.fft.html Is it possibly to add this to the code? Or is it already in there somehow?
In numpy's fft functions it is possible to perform ffts with respect to a particular axis:
https://docs.scipy.org/doc/numpy-1.13.0/reference/routines.fft.html
Is it possibly to add this to the code? Or is it already in there somehow?