Click or drag to resize

DoubleComplexForward2DFFTFFT(DoubleComplexMatrix, DoubleComplexMatrix) Method

Computes the foward 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(
	DoubleComplexMatrix min,
	ref DoubleComplexMatrix mout
)

Parameters

min  DoubleComplexMatrix
Input signal data.
mout  DoubleComplexMatrix
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 Thown if the dimensions of the output matrix, mout are too small to contain the resultant FFT.
See Also