Table of Contents

Class ConvertScale

Namespace
Bonsai.Dsp
Assembly
Bonsai.Dsp.dll

Represents an operator that converts each array in the sequence to the specified bit depth, with optional linear transformation.

[Combinator]
[WorkflowElementCategory(ElementCategory.Transform)]
public class ConvertScale : ArrayTransform
Inheritance
ConvertScale
Inherited Members

Properties

Depth

Gets or sets the bit depth of each element in the output array.

Scale

Gets or sets the optional scale factor to apply to the array elements.

Shift

Gets or sets the optional value to be added to the scaled array elements.

Methods

Process<TArray>(IObservable<TArray>)

Converts each array in the sequence to the specified bit depth, with optional linear transformation.