Skip to main content

fftn

Function fftn 

Source
pub fn fftn(a: impl AsRef<Array>, options: FftnOptions) -> Result<Array>
Expand description

n-dimensional discrete Fourier Transform.

ยงParams

  • a: The input array.
  • options: Transform lengths and axes. The default transforms all axes at their input sizes.