Package with blocks for elementary mathematical functions for continuous variables.
Name | Description |
---|---|
Output the absolute value of the input | |
Output the arc cosine of the input | |
Output the sum of the two inputs | |
Output the sum of an input plus a parameter | |
Output the arc sine of the input | |
Output the arc tangent of the input | |
Output atan(u1/u2) of the inputs u1 and u2 | |
Output the average of its two inputs | |
Output the cosine of the input | |
Block that approximates the derivative of the input | |
Output first input divided by second input | |
Output the exponential (base e) of the input | |
Output y is true, if input u1 is greater than input u2 | |
Output y is true, if input u is greater than threshold | |
Transform Real to Boolean signal with Hysteresis | |
Output the integral of the input signal | |
Output y is true, if input u1 is less than input u2 | |
Output y is true, if input u is less than threshold | |
Limit the increase or decrease rate of input | |
Limit the range of a signal | |
Output the value of the input x along a line specified by two points | |
Output the natural (base e) logarithm of the input (input > 0 required) | |
Output the base 10 logarithm of the input (input > 0 required) | |
Output the product of a gain matrix with the input signal vector | |
Output vector of row- or column-wise maximum of the input matrix | |
Output vector of row- or column-wise minimum values | |
Pass through the largest signal | |
Pass through the smallest signal | |
Output the remainder of first input divided by second input (~=0) | |
Block to output moving average | |
Output the maximum element of the input vector | |
Output the minimum element of the input vector | |
Sum of Reals, y = k[1]*u[1] + k[2]*u[2] + ... + k[n]*u[n] | |
Output product of the two inputs | |
Output the product of a gain value with the input signal | |
P, PI, PD, and PID controller | |
P, PI, PD, and PID controller with output reset | |
Limit the changing rate of the input | |
Round real number to given digits | |
Output the sine of the input | |
Sort elements of input vector in ascending or descending order | |
Output the square root of the input (input >= 0 required) | |
Output the difference of the two inputs | |
Switch between two Real signals | |
Output the tangent of the input | |
Package with blocks that generate source signals | |
Collection of models that validate the continuous blocks of the CDL |