Table of Contents

Class Skip

Namespace
Bonsai.Dsp
Assembly
Bonsai.Dsp.dll

Represents an operator that skips a specified number of samples in the input signal.

public class Skip : Combinator<Mat, Mat>
Inheritance
Skip
Inherited Members

Properties

Count

Gets or sets the number of samples to skip.

Methods

Process(IObservable<Mat>)

Skips a specified number of samples in the input signal.