Uses of Interface
imagingbook.spectral.dft.Dft1d
Packages that use Dft1d
Package
Description
1D and 2D implementations of the Discrete Fourier Transform.
-
Uses of Dft1d in imagingbook.spectral.dft
Subinterfaces of Dft1d in imagingbook.spectral.dftModifier and TypeInterfaceDescriptionstatic interface
Sub-interface for 1D DFT implementations operating ondouble
data.static interface
Sub-interface for 1D DFT implementations operating onfloat
data.Classes in imagingbook.spectral.dft that implement Dft1dModifier and TypeClassDescriptionclass
Direct (slow) implementation of the 1-dimensional DFT using tabulated sine and cosine values.static class
One-dimensional DFT implementation usingdouble
data.static class
One-dimensional DFT implementation usingfloat
data.class
FFT (fast) implementation of the DFT, based on the JTransforms package by Piotr Wendykier (see https://github.com/wendykierp/JTransforms).static class
One-dimensional FFT implementation usingdouble
data.static class
One-dimensional FFT implementation usingfloat
data.