Click or drag to resize

Double1DConvolution(DoubleVector, Int32) Constructor

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

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

Parameters

kernel  DoubleVector
Convolution kernel data.
datalength  Int32
Length of data to convolve.
See Also