|
|
| Vector | C | |
в палитре |
на схеме |
The block is vectorized. The block returns the output value calculated by the following algorithm:
where k, ε – gain coefficient and additional term for denominator respectively;
x(
t),
y(
t) – input and output signals respectively.
Входные порты
- input - the port for the function argument input.
Выходные порты
- output - the port of the function value.
Свойства
- Numerator – coefficient k.
- Denominator minimum value – coefficient ε.
Properties can be vectors whose dimensions must be equal to the dimension of the input, in this case, the output will also be a vector.
Прим.:
- By default, this block implements a hyperbolic transformation of the input signal (scalar or vector) with coefficients k=1, ε=10-5.
- Named properties can be set as local model variables (or submodels) in a programming language script, as global project signals using the Tools → Signals main menu item, or as external project signals using an attachable signal database.