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

Namespace: CenterSpace.NMath.Core
Assembly: NMathPremium (in NMathPremium.dll) Version: 5.3.0.0

Syntax

C#
public FloatComplex1DCorrelation(
	FloatComplex[] kernel,
	int datalength
)
Visual Basic
Public Sub New ( _
	kernel As FloatComplex(), _
	datalength As Integer _
)
Visual C++
public:
FloatComplex1DCorrelation(
	array<FloatComplex>^ kernel, 
	int datalength
)

Parameters

kernel
Type: array<CenterSpace.NMath.Core..::..FloatComplex>[]()[][]
Correlation kernel data.
datalength
Type: System..::..Int32
Length of data to correlate.

See Also