fftΒΆ
Computes the one-dimensional discrete Fourier transform.
Abstract Signature:
fft(x: array, n: Optional[int], axis: int, norm: Literal[backward, ortho, forward])
Computes the one-dimensional discrete Fourier transform.
Abstract Signature:
fft(x: array, n: Optional[int], axis: int, norm: Literal[backward, ortho, forward])