Click or drag to resize

ChirpFFTCyclicCorrelation(Double, Double, Double, Int32) Method

Performs a cyclic correlation of splitted complex data of arbitrary length.

Namespace: Altaxo.Calc.Fourier
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static void CyclicCorrelation(
	double[] src1,
	double[] src2,
	double[] result,
	int n
)

Parameters

src1  Double
The first input array.
src2  Double
The second input array.
result  Double
The resulting array.
n  Int32
The correlation size. The input and result arrays may be larger, but of course not smaller than this number.
See Also