Exponential function





| Vector | C | ST |
in the palette on the schematic
The block is vectorized. The block returns the output value calculated by the following algorithm:

where a, b, c – the coefficients of the exponential transformation, x(t), y(t) – the block input and output signals respectively.

Inputs

  • input - the port for the function argument input.

Outputs

  • output - the port of the function value.

Properties

  • Gain coefficient – the coefficient a.
  • Inverse time constant – the coefficient b.
  • Shift – the coefficient c.
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.

Parameters

none

Note:
  1. By default, this block implements exponential transformation of the input signal (scalar or vector) with coefficients a=1, b=1, c=1.
  2. 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.