Skip to Content

ifft_op

View the code on GitHub

Structs

Functions

ifft

ifft(x: Array, dim: Int = -1, norm: String = String("backward")) -> Array
Compute the n-dimensional inverse FFT.
Args
  • x: Array The input array.

  • dim: Int (default: -1) The dimension along which to compute the inverse FFT.

  • norm: String (default: String("backward")) The normalization mode.

Returns
  • Array - The n-dimensional inverse FFT of the input array.
Last updated on