Click or drag to resize

DoubleGeneral1DFFTFFT(Double) Method

Using the given configuration, computes the real forward FFT of vin

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public double[] FFT(
	double[] vin
)

Parameters

vin  Double
Real input signal data.

Return Value

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