Table of Contents

Method Process

Namespace
Bonsai.Dsp
Assembly
Bonsai.Dsp.dll

Process(IObservable<Mat>)

Skips a specified number of samples in the input signal.

public override IObservable<Mat> Process(IObservable<Mat> source)

Parameters

source IObservable<Mat>

A sequence of Mat objects representing buffers of samples from the source signal.

Returns

IObservable<Mat>

A sequence of Mat objects representing buffers of samples from the source signal, but where a specified number of samples has been removed from the start of the sequence.