Discrete Fourier Transform#
aesara.tensor.fourier#
Note
You need to import the aesara.tensor.fourier module first.
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.
|
Performs the fast Fourier transform of a real-valued input. |
|
Performs the inverse fast Fourier Transform with real-valued output. |