Compute the complex periodic sequence from its Fourier coefficients.

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

Syntax

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

Parameters

coef
Type: array< Imsl.Math..::.Complex >[]()[]
A Complex array of Fourier coefficients.

Return Value

A Complex array containing the periodic sequence.

See Also