IMSL C# Numerical Library

FFT.Backward Method 

Compute the real periodic sequence from its Fourier coefficients.

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

Parameters

coef
A double array containing the Fourier coefficients.

Return Value

A double array containing the periodic sequence.

See Also

FFT Class | Imsl.Math Namespace