Click or drag to resize

FloatForward1DFFTFFT(FloatVector) Method

Computes the foward FFT of vin.

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

Parameters

vin  FloatVector
Input signal data.

Return Value

FloatVector
Exceptions
ExceptionCondition
InvalidArgumentException Thrown if the input vector does not have unit stride. Use the FloatGeneral1DFFT 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