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.FourierAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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