Click or drag to resize

Double1DCorrelation(DoubleVector, Int32) Constructor

Constructs a correlation instance and defines the correlation kernel, and input signal data length.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public Double1DCorrelation(
	DoubleVector kernel,
	int datalength
)

Parameters

kernel  DoubleVector
Correlation kernel data.
datalength  Int32
Length of data to correlate.
See Also