Click or drag to resize

FloatForward1DFFTFFTInPlace(Single, Int32) 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(
	float[] vinout,
	int offset
)

Parameters

vinout  Single
Input signal and output FFT of vinout
offset  Int32
Offset to the start of the signal data.
Exceptions
ExceptionCondition
MismatchedSizeException Thrown when
C#
vinout.Length
is less than the length of this FloatForward1DFFT instance.
See Also