Click or drag to resize

DoubleForward2DFFT Methods

The DoubleForward2DFFT type exposes the following members.

Methods
 NameDescription
Public methodClone Creates a deep copy of this FFT instance.
Public methodFFT(Double, Double) Computes the forward out-of-place FFT of vin.
Public methodFFT(DoubleMatrix, DoubleMatrix) Computes the foward FFT of vin and places the result in vout
Public methodFFTInPlace(Double) Computes the in-place forward FFT of the signal vinout.
Public methodFFTInPlace(DoubleMatrix) Computes the in-place forward FFT of the signal vinout.
Public methodGetSignalReader(Double) Generates the appropriate reader to unpack the packed complex conjugate symmetric FFT's computed by this class.
Public methodGetSignalReader(DoubleMatrix) Generates the appropriate reader to unpack the packed complex conjugate symmetric FFT's computed by this class.
Public methodToString Returns a String containing a summary of this FFT type.
(Inherited from FFT2DBase)
Top
See Also