Linear with saturation





| Vector | C |
in the palette on the schematic
The block implements the linear link algorithm with saturation:



where x(t) is the vector of input signals, y(t) is the vector of output signals, k = (y2-y1)/(b-a).

Inputs

  • input - input signal port.

Outputs

  • output - port of output converted signal.

Properties

  • Lower boundary of the argument – parameter a.
  • Upper boundary of the argument – parameter b.
  • Function lower value – parameter y1.
  • Function upper value – parameter y2.

Parameters

none

Note:
in order to implement vector processing, the converted signals must be "compressed" into a vector input signal by means of a typical block Multiplexer.