Compute the real periodic sequence from its Fourier coefficients.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public double[] Backward(
	double[] coef
)
Visual Basic (Declaration)
Public Function Backward ( _
	coef As Double() _
) As Double()
Visual C++
public:
array<double>^ Backward(
	array<double>^ coef
)

Parameters

coef
Type: array< System..::.Double >[]()[]
A double array containing the Fourier coefficients.

Return Value

A double array containing the periodic sequence.

See Also