Click or drag to resize

RealDFT1D.ComputeForward Method

Computes the forward DFT of real data.

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

Parameters

input
Type:System.Double[]
The input real sequence.
output
Type:FinMath.Complex[]
The complex conjugate-symmetric sequence - the result of DFT.
See Also