Click or drag to resize

DoubleComplexBackward2DFFTFFT(DoubleComplex, DoubleComplex) Method

Computes 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(
	DoubleComplex[,] min,
	ref DoubleComplex[,] mout
)

Parameters

min  DoubleComplex
The input signal data.
mout  DoubleComplex
The FFT of min.
Exceptions
ExceptionCondition
InvalidArgumentException Thrown if the input array is smaller than the configured size of this FFT.
InvalidArgumentException The dimensions of the output array, mout are too small to contain the resultant FFT.
See Also