Click or drag to resize

DoubleComplexBackward1DFFTFFT(DoubleComplexVector) Method

Computes the backward FFT of vin and places the result in vout

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

Parameters

vin  DoubleComplexVector
Input signal data.

Return Value

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