Click or drag to resize

Double1DCorrelation(Double, 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(
	double[] kernel,
	int datalength
)

Parameters

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