Method Process
Process(IObservable<Mat>)
Decreases the sampling rate of the input signal by the specified factor.
public override IObservable<Mat> Process(IObservable<Mat> source)
Parameters
source
IObservable<Mat>A sequence of Mat objects representing the waveform of the signal to downsample.
Returns
- IObservable<Mat>
A sequence of Mat objects representing the waveform of the downsampled signal.