Table of Contents

Method Process

Namespace
Bonsai.Dsp
Assembly
Bonsai.Dsp.dll

Process<TArray>(IObservable<TArray>)

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

public override IObservable<TArray> Process<TArray>(IObservable<TArray> source) where TArray : Arr

Parameters

source IObservable<TArray>

The sequence of arrays to be converted.

Returns

IObservable<TArray>

A sequence containing the converted and scaled arrays.

Type Parameters

TArray

The type of the array-like objects in the source sequence.