Marine systems simulation
|
SimObjects mainly related to math operations. More...
Modules | |
Low-pass filter | |
Simple low-pass filter. | |
Absolute | |
The output is the absolute value of the input. | |
Bias | |
A Bias, or offset,which is given as a parameter, is added to the input. | |
Derivative | |
Output is the time derivative of input. | |
Divide | |
Divides inputs. | |
Gain | |
A general gain object with port width and gain ratio decided by input parameters. | |
Integrator | |
Integrates signal. | |
Linear mapping | |
Linear combination mapping. | |
Linear system | |
Linear time-invariant system. | |
Logic | |
A general logics object. | |
Math function | |
Perform mathematical functions. | |
Product | |
Multipy inputs. | |
Saturation | |
Limit range of signal. | |
Sign | |
Output is 1 if input > 0, 0 if input is equal to zero, -1 otherwise. | |
Sum | |
Performs a simple summation of the input signals. | |
Trigonometric | |
Perform trigonometric function, such as sin, arcsin, arctan2, etc. | |
Vector norm | |
Vector 2-norm of input (Pythagorean). | |