| Class | Description |
|---|---|
| Avg |
Computes the average/mean for each dimension of the input signal
Created by Johnny on 01.04.2015.
|
| AvgVar |
A general transformer to calculate average and/or variance for every dimension in the provided streams.
|
| Butfilt |
Created by Michael Dietz on 10.08.2015.
|
| Complex |
Created by Michael Dietz on 13.08.2015.
|
| Count |
Counts high values.
|
| Derivative |
Transformer to calculate derivative of signal data.
|
| Envelope |
Computes the envelope of the input signal
An envelope detector is an electronic circuit that takes a high-frequency signal as input and provides
an output which is the envelope of the original signal.
|
| FFTfeat |
Created by Michael Dietz on 18.10.2016.
|
| FilterTools |
Created by Michael Dietz on 13.08.2015.
|
| Functionals |
A variety of metrics.
|
| IIR |
Provides second-order infinite impulse response (IIR) filtering.
|
| Invert |
inverts a signal by subtracting it from a predefined value
Created by Johnny on 01.04.2015.
|
| MathTools |
Created by Michael Dietz on 19.10.2016.
|
| Matrix<T> |
Created by Michael Dietz on 11.08.2015.
|
| MatrixOps |
Created by Michael Dietz on 12.08.2015.
|
| Median |
A general transformer to calculate the median for every dimension in the provided streams.
|
| Merge |
Merges multiple streams int one.
|
| MinMax |
A general transformer to calculate min and/or max for every dimension in the provided streams.
|
| MvgAvgVar |
Provides moving/sliding average and/or variance.
|
| MvgMinMax |
Created by Michael Dietz on 06.08.2015.
|
| MvgNorm |
Created by Michael Dietz on 10.08.2015.
|
| Progress |
Transformer to calculate progress in android sensor data.
|
| PSD |
Calculates probability density function (PSD) or entropy.
|
| Selector |
Selects specific values from a stream.
|
| Serializer |
Merges input streams which the same sample rate and the same type to one stream.
|
| Spectrogram |
Created by Johnny on 07.04.2017.
|
| Enum | Description |
|---|---|
| Butfilt.Type | |
| FilterTools.WINDOW_TYPE | |
| Matrix.MATRIX_DIMENSION | |
| MvgAvgVar.Format | |
| MvgAvgVar.Method | |
| MvgMinMax.Format | |
| MvgMinMax.Method | |
| MvgNorm.Method | |
| MvgNorm.Norm |