Package with blocks for elementary mathematical functions for integer variables.
Name | Description |
---|---|
Output the absolute value of the input | |
Output the sum of the two inputs | |
Output the sum of an input plus a parameter | |
Output whether the Integer input changes values, increases or decreases | |
Output y is true, if input u1 is equal to input u2 | |
Output y is true, if input u1 is greater than input u2 | |
Output y is true, if input u1 is greater or equal than input u2 | |
Output y is true, if input u is greater or equal than threshold | |
Output y is true, if input u is greater than a threshold | |
Output y is true, if input u1 is less than input u2 | |
Output y is true, if input u1 is less or equal than input u2 | |
Output y is true, if input u is less or equal than a threshold | |
Output y is true, if input u is less than a threshold | |
Pass through the largest signal | |
Pass through the smallest signal | |
Sum of Integers, y = k[1]*u[1] + k[2]*u[2] + ... + k[n]*u[n] | |
Output product of the two inputs | |
Increment the output if the input switches to true | |
Output total stages that should be enabled | |
Output the difference of the two inputs | |
Switch between two integer signals | |
Package with blocks that generate source signals | |
Collection of models that validate the integer blocks of the CDL |