Click or drag to resize
ComplexFFTBackward Method
Compute the complex periodic sequence from its Fourier coefficients.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public Complex[] Backward(
	Complex[] coef
)

Parameters

coef
Type: Imsl.MathComplex
A Complex array of Fourier coefficients.

Return Value

Type: Complex
A Complex array containing the periodic sequence.
See Also