Click or drag to resize

DoubleComplex1DCorrelationCorrelate(DoubleComplexVector) 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 DoubleComplexVector Correlate(
	DoubleComplexVector data
)

Parameters

data  DoubleComplexVector
Data vector.

Return Value

DoubleComplexVector
Correlation of the kernel and data.
Exceptions
ExceptionCondition
InvalidArgumentException Thrown if the input data length does not match the length of this correlation instance.
See Also