Compute the Fourier coefficients of a real periodic sequence.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public double[] Forward(
double[] seq
)
Public Function Forward (
seq As Double()
) As Double()
public:
array<double>^ Forward(
array<double>^ seq
)
member Forward :
seq : float[] -> float[]
Parameters
- seq
- Type: SystemDouble
A double array containing the sequence to be transformed.
Return Value
Type:
Double
A
double array containing the transformed sequence.
See Also