Click or drag to resize

FloatComplexForward1DFFTFFT(FloatComplexVector) Method

Computes the foward FFT of vin.

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

Parameters

vin  FloatComplexVector
Input signal data.

Return Value

FloatComplexVector
Exceptions
ExceptionCondition
InvalidArgumentException Thrown if the input vector does not have unit stride. Use the FloatGeneral1DFFT class to transform non-unit strided signals.
See Also