Click or drag to resize

FloatForward2DFFTFFT(Single, Single) 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(
	float[,] min,
	ref float[,] mout
)

Parameters

min  Single
The input signal data.
mout  Single
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