Altaxo user manual and class reference
Altaxo user manual and class reference
Altaxo class reference
Altaxo Namespaces
Altaxo.Science Namespaces
Altaxo.Science.Spectroscopy.PeakEnhancement
PeakEnhancement2ndDerivativeOfSmoothingSpline Class
PeakEnhancement2ndDerivativeOfSmoothingSpline Methods
Execute Method
WithAdjustedParameters Method
Peak
Enhancement
2nd
Derivative
Of
Smoothing
Spline
Execute Method
Executes the processor.
Namespace:
Altaxo.Science.Spectroscopy.PeakEnhancement
Assembly:
AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
Copy
public
(
double
[] ,
double
[] ,
int
[] )
Execute
(
double
[]
x
,
double
[]
y
,
int
[]?
regions
)
Parameters
x
Double
The x-values of the spectrum.
y
Double
The y-values of the spectrum.
regions
Int32
The spectral regions. Can be null (if the array is one region). Each element in this array is the start index of a new spectral region.
Return Value
ValueTuple
Double
,
Double
,
Int32
X-values, y-values and regions of the processed spectrum.
Implements
ISingleSpectrumPreprocessor
Execute(
Double
,
Double
,
Int32
)
See Also
Reference
PeakEnhancement2ndDerivativeOfSmoothingSpline Class
Altaxo.Science.Spectroscopy.PeakEnhancement 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