Compute the Fourier coefficients of a real periodic sequence.

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

Syntax

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

Parameters

seq
Type: array< System..::.Double >[]()[]
A double array containing the sequence to be transformed.

Return Value

A double array containing the transformed sequence.

See Also