Altaxo user manual and class reference
Altaxo user manual and class reference
Altaxo class reference
Altaxo Namespaces
Altaxo.Science Namespaces
Altaxo.Science.Spectroscopy.Smoothing
SmoothingSavitzkyGolay Class
SmoothingSavitzkyGolay Methods
Execute Method
ToString Method
Smoothing
Savitzky
Golay
Execute Method
Executes the processor.
Namespace:
Altaxo.Science.Spectroscopy.Smoothing
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
SmoothingSavitzkyGolay Class
Altaxo.Science.Spectroscopy.Smoothing 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