IMSL C# Numerical Library

ComplexFFT.Forward Method 

Compute the Fourier coefficients of a complex periodic sequence.

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

Parameters

seq
A Complex array containing the sequence to be transformed.

Return Value

A Complex array containing the transformed sequence.

See Also

ComplexFFT Class | Imsl.Math Namespace