Discrete Fourier Transform

Discrete Fourier Transform#

aesara.tensor.fourier#

Note

You need to import the aesara.tensor.fourier module first.

fft

for officially supported FFTs, use aesara.tensor.fft, which provides real-input FFTs.

aesara.tensor.fft#

Note

You need to import the aesara.tensor.fft module first.

rfft(inp[, norm])

Performs the fast Fourier transform of a real-valued input.

irfft(inp[, norm, is_odd])

Performs the inverse fast Fourier Transform with real-valued output.