Table of Contents

Class Histogram1D

Namespace
Bonsai.Dsp
Assembly
Bonsai.Dsp.dll

Represents an operator that computes a sequence of one-dimensional histograms from each element in the sequence.

[Combinator]
[WorkflowElementCategory(ElementCategory.Transform)]
public class Histogram1D
Inheritance
Histogram1D
Inherited Members

Properties

Accumulate

Gets or sets a value specifying whether the histogram should be continuously updated.

Bins

Gets or sets the number of bins in the histogram.

Max

Gets or sets the upper range of the histogram bins.

Min

Gets or sets the lower range of the histogram bins.

Normalize

Gets or sets a value specifying whether the histogram should be normalized such that the sum of bins adds up to one.

Methods

Process(IObservable<float>)

Computes an observable sequence of one-dimensional histograms from each element in the source sequence.

Process<TArray>(IObservable<TArray>)

Computes an observable sequence of one-dimensional histograms from each element in the source sequence.