Uses of Package
imagingbook.spectral.dft
Packages that use imagingbook.spectral.dft
Package
Description
1D and 2D implementations of the Discrete Fourier Transform.
-
Classes in imagingbook.spectral.dft used by imagingbook.spectral.dftClassDescriptionInterface to be implemented by all one-dimensional DFT/FFT implementations.Sub-interface for 1D DFT implementations operating on
double
data.Sub-interface for 1D DFT implementations operating onfloat
data.Direct (slow) implementation of the 1-dimensional DFT using tabulated sine and cosine values.FFT (fast) implementation of the DFT, based on the JTransforms package by Piotr Wendykier (see https://github.com/wendykierp/JTransforms).Common interface for all 2D DFT/FFT implementations.Sub-interface for 2D DFT implementations operating ondouble
data.Sub-interface for 2D DFT implementations operating onfloat
data.Direct (slow) implementation of the 2-dimensional DFT using tabulated sine and cosine values.Fast implementation of the 2-dimensional DFT using 1D FFTs.Scaling mode used for the DFT.