Click or drag to resize

FloatGeneral1DFFTFFT(FloatComplex, FloatComplex) 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(
	FloatComplex[] vin,
	ref FloatComplex[] vout
)

Parameters

vin  FloatComplex
Input signal data.
vout  FloatComplex
The FFT of vin.
Exceptions
ExceptionCondition
InvalidArgumentException Thrown if the length of vout is insufficient to contain the resultant FFT.
See Also