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 interfaceSub-interface for 1D DFT implementations operating ondoubledata.static interfaceSub-interface for 1D DFT implementations operating onfloatdata.Classes in imagingbook.spectral.dft that implement Dft1dModifier and TypeClassDescriptionclassDirect (slow) implementation of the 1-dimensional DFT using tabulated sine and cosine values.static classOne-dimensional DFT implementation usingdoubledata.static classOne-dimensional DFT implementation usingfloatdata.classFFT (fast) implementation of the DFT, based on the JTransforms package by Piotr Wendykier (see https://github.com/wendykierp/JTransforms).static classOne-dimensional FFT implementation usingdoubledata.static classOne-dimensional FFT implementation usingfloatdata.