Click or drag to resize

FloatComplexBackward2DFFTFFT(FloatComplexMatrix, FloatComplexMatrix) Method

Computes the backward 2D FFT of min and places the result in mout

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public void FFT(
	FloatComplexMatrix min,
	ref FloatComplexMatrix mout
)

Parameters

min  FloatComplexMatrix
Input signal data.
mout  FloatComplexMatrix
Pre-allocated FFT of min.
Exceptions
ExceptionCondition
InvalidArgumentException Thrown if the input and output matrices have non-unit stride.
InvalidArgumentException Thrown if the input matrix is smaller than the configured size of this FFT.
InvalidArgumentException The dimensions of the output matrix, mout are too small to contain the resultant FFT.
See Also