IMSL C# Numerical Library

FFT.Forward Method 

Compute the Fourier coefficients of a real periodic sequence.

public double[] Forward(
   double[] seq
);

Parameters

seq
A double array containing the sequence to be transformed.

Return Value

A double array containing the transformed sequence.

See Also

FFT Class | Imsl.Math Namespace