Click or drag to resize

DoubleForward1DFFTFFT(Double) Method

Computes foward FFT of vin.

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

Parameters

vin  Double
The input signal data.

Return Value

Double
Exceptions
ExceptionCondition
InvalidArgumentException Thrown if the input vector length, vin is less then the FFT length. Zero pad your input vector if necessary.
See Also