Name | Description |
---|
ExactDerivative | Output is the analytic derivative of the input (= exact derivative) |
ApproximateDerivativeWithFilter | Output is the filtered derivative of the input (= approximate derivative) |
ApproximateDerivativeWithWindow | Output is the finite difference quotient of the input (= approximate derivative) |
TriggeredIntegrator | Output is the integral over the input, as long as the Boolean input active is true (for a rising edge of active the integrator state is reset to 0) |
MovingAverage | Output is the continuous moving average of the input |
TimeMonitoring | Output is the time duration where the Boolean input was true |
CrossingMonitoring | Output is true for a positive threshold crossing of the input and false for a negative threshold crossing |