Click or drag to resize

Double1DConvolutionConvolve(DoubleVector) Method

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

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public DoubleVector Convolve(
	DoubleVector data
)

Parameters

data  DoubleVector
Data vector.

Return Value

DoubleVector
Exceptions
ExceptionCondition
InvalidArgumentException Thrown if the input data length does not match the length of this convolution instance.
See Also