Click or drag to resize

DoubleSymmetricBackward1DFFTFFT(Double, Double) Method

Computes the out-of-place 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(
	double[] vin,
	double[] vout
)

Parameters

vin  Double
The input signal data.
vout  Double
The FFT of vin.
See Also