Click or drag to resize

CorrelationMatching1D(Int32, Double, Double, Double) Constructor

Initializes a new instance of the CorrelationMatching1D class.

Namespace: Altaxo.Science.Spectroscopy
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public CorrelationMatching1D(
	int windowSize,
	double maxDistance,
	double[] array1,
	double[] array2
)

Parameters

windowSize  Int32
Size of the correlation window.
maxDistance  Double
The maximum distance to consider points as correlated.
array1  Double
The first array (for instance, a spectrum).
array2  Double
The second array (for instance, a spectrum).
Exceptions
ExceptionCondition
ArgumentExceptionWindow size should be odd - windowSize
See Also