Click or drag to resize

Double1DCorrelationCorrelate(DoubleVector, DoubleVector) Method

Computes the correlation between the stored correlation kernel, and the vector data.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public void Correlate(
	DoubleVector data,
	ref DoubleVector z
)

Parameters

data  DoubleVector
Data vector.
z  DoubleVector
Correlation result.
Exceptions
ExceptionCondition
InvalidArgumentException Thrown if the input data length does not match the length of this correlation instance.
InvalidArgumentException Thrown if the output correlation vector, z, is to small to contain the resultant correlation.
See Also