Click or drag to resize

DoubleComplexForward2DFFT Methods

The DoubleComplexForward2DFFT type exposes the following members.

Methods
 NameDescription
Public methodClone Creates a deep copy of this FFT instance.
Public methodCreateInverseFFT Creates a backward FFT instance of this forward double complex 2D FFT.
Public methodFFT(DoubleComplex, DoubleComplex) Computes foward 2D FFT of min and places the result in mout
Public methodFFT(DoubleComplexMatrix, DoubleComplexMatrix) Computes the foward 2D FFT of min and places the result in mout
Public methodFFTInPlace(DoubleComplex) Computes the in-place forward 2D FFT of the signal minout.
Public methodFFTInPlace(DoubleComplexMatrix) Computes the in-place forward 2D FFT of the signal minout.
Public methodToString Returns a String containing a summary of this FFT type.
(Inherited from FFT2DBase)
Top
See Also