|
|
| Vector | C | |
в палитре |
на схеме |
The block implements the transformation of the input signal (scalar or vector) according to the formula:
where
a0,
a1,
a2 are the coefficients of the parabola,
x(
t),
y(
t) are the input and output signals.
Входные порты
- input - the port for the function argument input.
Выходные порты
- output - the port of the function value output.
Свойства
- Constant term, in the formula a0+a1·x+a2·x² – the coefficient a0.
- Coefficient at x – the coefficient a1.
- Coefficient at x² – the coefficient a2.
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 the quadratic transformation of the input scalar signal with the properties a0=0, a1=0, and 2=1.
- 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.