Click or drag to resize

DoubleGeneral1DFFTFFT(DoubleComplex, DoubleComplex) Method

Using given configuration, computes the complex foward 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
Input signal data.
vout  DoubleComplex
The FFT of vin.
Exceptions
ExceptionCondition
InvalidArgumentException Thrown if the length of vout is insufficient to contain the resultant FFT.
See Also