Click or drag to resize

FloatSymmetricBackward1DFFTFFTInPlace(Single, 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(
	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
InvalidArgumentException Thrown when the signal data is shorter than this FloatSymmetricBackward1DFFT instance.
See Also