Click or drag to resize

SmoothingModifiedSinc Class

Smoothing algorithm using a modified sinc function. See ModifiedSincSmoother for details.
Inheritance Hierarchy
SystemObject
  Altaxo.Science.Spectroscopy.SmoothingSmoothingModifiedSinc

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

The SmoothingModifiedSinc type exposes the following members.

Constructors
 NameDescription
Public methodSmoothingModifiedSincInitializes a new instance of the SmoothingModifiedSinc class
Top
Properties
 NameDescription
Public propertyDegree Gets the degree. Must be even and at least 2, and less than or equal to MAX_DEGREE.
Public propertyIsMS1Smoothing Gets a value indicating whether this instance is using the MS1 type smoothing. See ModifiedSincSmoother for details.
Public propertyNumberOfPoints Gets or sets the number of points used by the smoother. Must be odd and at least 3.
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 methodToStringReturns a string that represents the current object.
(Overrides ObjectToString)
Top
See Also