Click or drag to resize

FloatComplexBackward2DFFT Methods

The FloatComplexBackward2DFFT type exposes the following members.

Methods
 NameDescription
Public methodClone Creates a deep copy of this FFT instance.
Public methodCreateInverseFFT Creates a forward FFT instance of this backward float complex 2D FFT.
Public methodFFT(FloatComplex, FloatComplex) Computes backward 2D FFT of min and places the result in mout
Public methodFFT(FloatComplexMatrix, FloatComplexMatrix) Computes the backward 2D FFT of min and places the result in mout
Public methodFFTInPlace(FloatComplex) Computes the in-place backward 2D FFT of the signal minout.
Public methodFFTInPlace(FloatComplexMatrix) Computes the in-place backward 2D FFT of the signal minout.
Public methodSetScaleFactorByLength Sets the backward FFT scale factor to 1/Rows*Cols.
Public methodToString Returns a String containing a summary of this FFT type.
(Inherited from FFT2DBase)
Top
See Also