ComplexFFTBackward Method |
Compute the complex periodic sequence from its Fourier coefficients.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public Complex[] Backward(
Complex[] coef
)
Public Function Backward (
coef As Complex()
) As Complex()
public:
array<Complex>^ Backward(
array<Complex>^ coef
)
member Backward :
coef : Complex[] -> Complex[]
Parameters
- coef
- Type: Imsl.MathComplex
A Complex array of Fourier coefficients.
Return Value
Type:
Complex
A
Complex array containing the periodic sequence.
See Also