Click or drag to resize

DoubleForward2DFFTFFT(Double, Double) Method

Computes the forward out-of-place FFT of vin.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public void FFT(
	double[,] min,
	ref double[,] mout
)

Parameters

min  Double
The input signal data.
mout  Double
Pre-allocated FFT of min.
Exceptions
ExceptionCondition
InvalidArgumentException Thrown if the input or output array 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