Click or drag to resize

SpikeRemovalByPeakElimination Class

Spike removal implementation that eliminates spikes by peak detection and local interpolation. The algorithm uses peak searching and wavelet-based checks to remove isolated spike artifacts from single-spectrum data.
Inheritance Hierarchy
SystemObject
  Altaxo.Science.Spectroscopy.SpikeRemovalSpikeRemovalByPeakElimination

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

The SpikeRemovalByPeakElimination type exposes the following members.

Constructors
 NameDescription
Public methodSpikeRemovalByPeakEliminationInitializes a new instance of the SpikeRemovalByPeakElimination class
Top
Properties
 NameDescription
Public propertyEliminateNegativeSpikes Gets a value indicating whether negative spikes should be eliminated as well as positive spikes.
Public propertyMaximalWidth Gets the maximal width of spikes (in data points) that will be considered for elimination.
Top
Methods
 NameDescription
Public methodStatic memberEliminateSpikesByTopologicalSearching Executes the algorithm either to eliminate positive spikes or negative spikes.
Public methodStatic memberEliminateSpikesOfWidthOneByWavelet Finds spikes of width = 1 point, using a wavelet transformation (wavelet: -0.5, 1, -0.5), and then eliminates those spikes.
Public methodStatic memberEliminateSpikesOfWidthTwoByWavelet Finds spikes of width = 2 points, using a wavelet transformation (wavelet: -0.5, 0.5, 0.5, -0.5), and then eliminates those spikes.
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