Click or drag to resize

DoubleComplexBackward1DFFTFFTInPlace(DoubleComplex) 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(
	DoubleComplex[] vinout
)

Parameters

vinout  DoubleComplex
The input signal and output FFT.
See Also