Method Process
Process(IObservable<Mat>)
Detects spike events in the input signal and extracts their waveforms.
public override IObservable<SpikeWaveformCollection> Process(IObservable<Mat> source)
Parameters
source
IObservable<Mat>A sequence of Mat objects representing the waveform of the signal from which to extract spike waveforms.
Returns
- IObservable<SpikeWaveformCollection>
A sequence of SpikeWaveformCollection representing the spikes detected in each buffer of the signal waveform.