Click or drag to resize

FloatGeneral1DFFTFFTInPlace(FloatComplex) 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(
	FloatComplex[] vinout
)

Parameters

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