Spike |
The SpikeRemovalByPeakElimination type exposes the following members.
| Name | Description | |
|---|---|---|
| EliminateSpikesByTopologicalSearching | Executes the algorithm either to eliminate positive spikes or negative spikes. | |
| EliminateSpikesOfWidthOneByWavelet | Finds spikes of width = 1 point, using a wavelet transformation (wavelet: -0.5, 1, -0.5), and then eliminates those spikes. | |
| EliminateSpikesOfWidthTwoByWavelet | Finds spikes of width = 2 points, using a wavelet transformation (wavelet: -0.5, 0.5, 0.5, -0.5), and then eliminates those spikes. | |
| Execute | Executes the processor. | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| ToString | (Overrides ObjectToString) |