Click or drag to resize
FFTForward Method
Compute the Fourier coefficients of a real periodic sequence.

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

Parameters

seq
Type: SystemDouble
A double array containing the sequence to be transformed.

Return Value

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