Table of Contents

Method Process

Namespace
Bonsai.Dsp
Assembly
Bonsai.Dsp.dll

Process(IObservable<Mat>)

Delays the input signal by the specified number of samples.

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

Parameters

source IObservable<Mat>

A sequence of Mat objects representing the waveform of the signal to delay.

Returns

IObservable<Mat>

A sequence of Mat objects representing the waveform of the delayed signal.