Click or drag to resize

NativeFourierMethodsCorrelationNonCyclic Method

Performes a non-cyclic correlation between array arr1 and arr2 and stores the result in resultarr. Resultarr must be different from the other two arrays.

Namespace: Altaxo.Calc.Fourier
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static void CorrelationNonCyclic(
	double[] arr1,
	double[] arr2,
	double[] resultarr
)

Parameters

arr1  Double
First array.
arr2  Double
Second array.
resultarr  Double
The array that stores the correlation result.
See Also