Altaxo user manual and class reference
Altaxo user manual and class reference
Altaxo class reference
Altaxo Namespaces
Altaxo.Science Namespaces
Altaxo.Science.Spectroscopy
CorrelationMatching1D Class
CorrelationMatching1D Constructor
CorrelationMatching1D(Int32, Double[], Double[]) Constructor
CorrelationMatching1D(Int32, Double, Double[], Double[]) Constructor
Correlation
Matching
1D(Int
32,
Double
,
Double
) Constructor
Initializes a new instance of the
CorrelationMatching1D
class.
Namespace:
Altaxo.Science.Spectroscopy
Assembly:
AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
Copy
public
CorrelationMatching1D
(
int
windowSize
,
double
[]
array1
,
double
[]
array2
)
Parameters
windowSize
Int32
Size of the correlation window.
array1
Double
The first array (for instance: a spectrum).
array2
Double
The second array (for instance: a spectrum).
Exceptions
Exception
Condition
ArgumentException
Window size should be odd - windowSize
See Also
Reference
CorrelationMatching1D Class
CorrelationMatching1D Overload
Altaxo.Science.Spectroscopy Namespace
Altaxo can be downloaded from
SourceForge
. Source code available on
Github
.
(C) Dr. Dirk Lellinger and all contributors to the source code 2002 -
Send comments on this topic to
dlellinger@users.sourceforge.net