Click or drag to resize

DoubleComplexBackward1DFFTFFT(DoubleComplex, DoubleComplex) 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 void FFT(
	DoubleComplex[] vin,
	ref DoubleComplex[] vout
)

Parameters

vin  DoubleComplex
The input signal data.
vout  DoubleComplex
The FFT of vin.
Exceptions
ExceptionCondition
InvalidArgumentException Thrown if the output array, vout is not large enough to contain the resultant FFT.
See Also