Click or drag to resize

FloatForward1DFFTFFT(Single) Method

Computes foward FFT of vin.

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

Parameters

vin  Single
The input signal data.

Return Value

Single
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