Compute the Fourier coefficients of a complex periodic sequence.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public Complex[] Forward(
Complex[] seq
)
Public Function Forward (
seq As Complex()
) As Complex()
public:
array<Complex>^ Forward(
array<Complex>^ seq
)
member Forward :
seq : Complex[] -> Complex[]
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