Class DetectSpikes
Represents an operator that detects spike events in the input signal and extracts their waveforms.
[WorkflowElementCategory(ElementCategory.Transform)]
public class DetectSpikes : Combinator<Mat, SpikeWaveformCollection>
- Inheritance
-
DetectSpikes
- Inherited Members
Properties
- Delay
Gets or sets the delay of each spike waveform from its trigger, in samples.
- Length
Gets or sets the length of each spike waveform, in samples.
- Threshold
Gets or sets the per-channel threshold for detecting individual spikes.
- WaveformRefinement
Gets or sets a value specifying the waveform refinement method.
Methods
- Process(IObservable<Mat>)
Detects spike events in the input signal and extracts their waveforms.