Enum SpikeWaveformRefinement
Specifies the spike waveform refinement method used in the DetectSpikes operator.
public enum SpikeWaveformRefinement
Fields
AlignPeaks = 1
The waveform is aligned to either the positive or negative peak of the spike.
None = 0
The waveform is aligned to the first sample crossing the threshold.