Constructs a correlation instance and defines the correlation kernel, and input signal data length.
Namespace:
CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
public FloatComplex1DCorrelation( FloatComplexVector kernel, int datalength ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ kernel As FloatComplexVector, _ datalength As Integer _ ) |
| Visual C++ |
|---|
public: FloatComplex1DCorrelation( FloatComplexVector^ kernel, int datalength ) |
Parameters
- kernel
- Type: CenterSpace.NMath.Core..::.FloatComplexVector
Correlation kernel data.
- datalength
- Type: System..::.Int32
Length of data to correlate.