Click or drag to resize

DoubleComplexBackward2DFFTFFTInPlace(DoubleComplex) Method

Computes the in-place backward 2D FFT of the signal minout.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public void FFTInPlace(
	DoubleComplex[,] minout
)

Parameters

minout  DoubleComplex
The input signal and output 2D FFT.
Exceptions
ExceptionCondition
InvalidArgumentException Thrown if the input/output array is smaller than the configured size of this FFT.
See Also