Click or drag to resize

SpikeRemovalByPeakElimination Methods

The SpikeRemovalByPeakElimination type exposes the following members.

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 methodToString
(Overrides ObjectToString)
Top
See Also