Click or drag to resize
ComplexFFTForward Method
Compute the Fourier coefficients of a complex periodic sequence.

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

Parameters

seq
Type: Imsl.MathComplex
A Complex array containing the sequence to be transformed.

Return Value

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