Click or drag to resize

DoubleGeneral1DFFTFFTInPlace(Double) Method

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

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

Parameters

vinout  Double
The real signal data and complex conjugate symmetric packed output FFT.
Remarks
The result of a real 1D FFT is a complex-conjugate symmetric vector. This vector is returned in-placed in a packed format. See documentation on the packing layout to correctly extract the resulting signal.
See Also