fourier - Fourier transforms
Functions
|
Construct a FourierTransform object. |
|
Calculate the grid returned by a Fast Fourier Transform. |
|
Try to reconstruct the FFT parameters of a grid. |
|
Returns whether grid is a native FFT grid of input_grid or not. |
|
Compute a dataset of performance measurements for a Fourier transform class. |
|
Fit a power-law to the performance data. |
|
Plot the fourier performance data. |
|
Tune the Fourier transforms by measuring their performance and fitting a power-law to the data. |
Classes
The base class for all Fourier transform implementations. |
|
|
The Chirp Z-transform (CZT). |
|
A Fast Fourier Transform (FFT) object. |
|
A filter in the Fourier domain. |
|
An image shifting operator implemented in the Fourier domain. |
|
An image shearing operator implemented in the Fourier domain. |
|
An image rotation operator implemented in the Fourier domain. |
|
A Matrix Fourier Transform (MFT) object. |
|
The naive Fourier transform (NFT). |
|
A Zoom Fast Fourier transform (ZoomFFT) object. |