Click or drag to resize

SmoothingSavitzkyGolay Class

[Missing <summary> documentation for "T:Altaxo.Science.Spectroscopy.Smoothing.SmoothingSavitzkyGolay"]

Inheritance Hierarchy
SystemObject
  Altaxo.Calc.RegressionSavitzkyGolayParameters
    Altaxo.Science.Spectroscopy.SmoothingSmoothingSavitzkyGolay

Namespace: Altaxo.Science.Spectroscopy.Smoothing
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public class SmoothingSavitzkyGolay : SavitzkyGolayParameters, 
	ISmoothing, ISingleSpectrumPreprocessor, IEquatable<SmoothingSavitzkyGolay>

The SmoothingSavitzkyGolay type exposes the following members.

Constructors
 NameDescription
Public methodSmoothingSavitzkyGolayInitializes a new instance of the SmoothingSavitzkyGolay class
Top
Properties
 NameDescription
Public propertyDerivativeOrder Derivative order. Has to be zero or positive. A value of zero is used to smooth a function.
(Inherited from SavitzkyGolayParameters)
Public propertyNumberOfPoints Number of points used for Savitzky Golay Coefficients. Must be a odd positive number.
(Inherited from SavitzkyGolayParameters)
Public propertyPolynomialOrder Polynomial order used to calculate Savitzky-Golay coefficients. Has to be a positive number.
(Inherited from SavitzkyGolayParameters)
Top
Methods
 NameDescription
Public methodExecute Executes the processor.
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToString
(Overrides SavitzkyGolayParameters.ToString)
Top
See Also