Discrete Fourier Transform (cupynumeric.fft
)#
Standard FFTs#
|
Compute the one-dimensional discrete Fourier Transform. |
|
Compute the one-dimensional inverse discrete Fourier Transform. |
|
Compute the 2-dimensional discrete Fourier Transform. |
|
Compute the 2-dimensional inverse discrete Fourier Transform. |
|
Compute the N-dimensional discrete Fourier Transform. |
|
Compute the N-dimensional inverse discrete Fourier Transform. |
Real FFTs#
|
Compute the one-dimensional discrete Fourier Transform for real input. |
|
Computes the inverse of rfft. |
|
Compute the 2-dimensional FFT of a real array. |
|
Computes the inverse of rfft2. |
|
Compute the N-dimensional discrete Fourier Transform for real input. |
|
Computes the inverse of rfftn. |