Click or drag to resize

FloatComplexBackward1DFFTFFTInPlace(FloatComplex, Int32) Method

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

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public void FFTInPlace(
	FloatComplex[] vinout,
	int offset
)

Parameters

vinout  FloatComplex
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 FloatComplexBackward1DFFT instance.
See Also