Click or drag to resize

DoubleGeneral1DFFTFFTInPlace(DoubleComplex) Method

Using given configuration, computes the in-place complex forward FFT of vinout.

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

Parameters

vinout  DoubleComplex
The complex signal data and output FFT.
See Also