IMSL C# Numerical Library

ComplexFFT.Backward Method 

Compute the complex periodic sequence from its Fourier coefficients.

public Complex[] Backward(
   Complex[] coef
);

Parameters

coef
A Complex array of Fourier coefficients.

Return Value

A Complex array containing the periodic sequence.

See Also

ComplexFFT Class | Imsl.Math Namespace