Click or drag to resize

FloatComplexForward2DFFTFFT(FloatComplex, FloatComplex) Method

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

Parameters

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