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