Click or drag to resize

DoubleForward2DFFTFFTInPlace(Double) Method

Computes the in-place forward FFT of the signal vinout.

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

Parameters

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