Click or drag to resize

DoubleComplexForward1DFFTFFTInPlace(DoubleComplex, 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(
	DoubleComplex[] vinout,
	int offset
)

Parameters

vinout  DoubleComplex
Input signal and output FFT of vinout
offset  Int32
Offset to the start of the signal data.
Exceptions
ExceptionCondition
MismatchedSizeException Thrown when the signal data is shorter than this DoubleComplexForward1DFFT instance.
See Also