Discrete Fourier Transform
The following tables show discrete fourier transform provided by NLCPy.
Standard FFTs
Computes the one-dimensional discrete fourier transform. |
|
Computes the one-dimensional inverse discrete fourier transform. |
|
Computes the 2-dimensional discrete fourier transform. |
|
Computes the 2-dimensional inverse discrete fourier transform. |
|
Computes the n-dimensional discrete fourier transform. |
|
Computes the n-dimensional inverse discrete fourier transform. |
Real FFTs
Computes the one-dimensional discrete fourier transform for a real array. |
|
Computes the inverse of the n-point DFT for a real array. |
|
Computes the 2-dimensional FFT of a real array. |
|
Computes the 2-dimensional inverse FFT of a real array. |
|
Computes the n-dimensional discrete fourier transform for a real array. |
|
Computes the inverse of the n-dimensional FFT of a real array. |
Hermitian FFTs
Computes the FFT of a signal that has Hermitian symmetry, i.e., a real spectrum. |
|
Computes the inverse FFT of a signal that has Hermitian symmetry. |
Helper routines
Returns the Discrete fourier transform sample frequencies. |
|
Returns the Discrete fourier transform sample frequencies (for usage with |
|
Shifts the zero-frequency component to the center of the spectrum. |
|
The inverse of fftshift. |