Click or drag to resize

ComplexDFT1DComputeBackward Method

Computes backward (inverse) DFT of complex sequence.

Namespace:  FinMath.SignalProcessing
Assembly:  FinMath (in FinMath.dll) Version: 2.4.7-0a995bd0ea1854c2c868ec3f8dae606c5777e170
Syntax
C#
public void ComputeBackward(
	Complex[] input,
	Complex[] output
)

Parameters

input
Type: FinMathComplex
The input complex sequence.
output
Type: FinMathComplex
The output complex sequence - the result of IDFT.
See Also