Click or drag to resize

DoubleForward1DFFTFFT(DoubleVector) Method

Computes the foward FFT of vin.

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

Parameters

vin  DoubleVector
Input signal data.

Return Value

DoubleVector
Exceptions
ExceptionCondition
InvalidArgumentException Thrown if the input vector does not have unit stride. Use the DoubleGeneral1DFFT class to transform non-unit strided signals.
InvalidArgumentException Thrown if the input vector length, vin is less then the FFT length. Zero pad your input vector if necessary.
See Also