Skip to main content

fft.fft

fft.fft

Returns the 2D Fourier transform of x.

Args:

  • x: The array to be transformed.
  • expansion: The field expansion to be used.
  • axes: The axes to be transformed, with default being (-2, -1), the final axes.

Returns:

  • None: The transformed x.