Click or drag to resize
FFTBackward Method
Compute the real periodic sequence from its Fourier coefficients.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public double[] Backward(
	double[] coef
)

Parameters

coef
Type: SystemDouble
A double array containing the Fourier coefficients.

Return Value

Type: Double
A double array containing the periodic sequence.
See Also