Click or drag to resize

FloatForward2DFFT Methods

The FloatForward2DFFT type exposes the following members.

Methods
 NameDescription
Public methodClone Creates a deep copy of this FFT instance.
Public methodFFT(FloatMatrix, FloatMatrix) Computes the foward FFT of vin and places the result in vout
Public methodFFT(Single, Single) Computes the forward out-of-place FFT of vin.
Public methodFFTInPlace(FloatMatrix) Computes the in-place forward FFT of the signal vinout.
Public methodFFTInPlace(Single) Computes the in-place forward FFT of the signal vinout.
Public methodGetSignalReader(FloatMatrix) Generates the appropriate reader to unpack the packed complex conjugate symmetric FFT's computed by this class.
Public methodGetSignalReader(Single) 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