Name | Description |
---|
Derivatives | Examples for DerXXX (various ways to compute derivatives of signals) |
Integrator | Example for Integrator (output is the integral over the input, as long as input active is true) |
MovingAverage | Example for MovingAverage (output is the continuous moving average of the input, as long as input active is true) |
TimeMonitoring | Example for TimeMonitoring (output is the time duration where the Boolean input was true) |
CrossingMonitoring | Example for CrossingMonitoring (output is true for a positive threshold crossing of the input and false for a negative threshold crossing) |