Table of Contents

Class Delay

Namespace
Bonsai.Dsp
Assembly
Bonsai.Dsp.dll

Represents an operator that delays the input signal by the specified number of samples.

public class Delay : Transform<Mat, Mat>
Inheritance
Delay
Inherited Members

Properties

Count

Gets or sets the number of samples by which to delay the input signal.

Methods

Process(IObservable<Mat>)

Delays the input signal by the specified number of samples.