Open r-pascua opened 4 years ago
As of now, utils.FFT only supports Fourier transforming along a single axis. We would like to extend this to at least 2 axes, either with a thin wrapper of utils.FFT, or improved handling of parameters to allow for transforms along multiple axes.
utils.FFT
As of now,
utils.FFT
only supports Fourier transforming along a single axis. We would like to extend this to at least 2 axes, either with a thin wrapper ofutils.FFT
, or improved handling of parameters to allow for transforms along multiple axes.