Polynomial function

| Vector | C |
в палитре на схеме

The block returns the output value calculated by the formula:

where a1,ian,i are the coefficients of the polynomial, xi(t), yi(t) are the input and output signals, i is the row number of the coefficient matrix and the output vector element.

Входные порты

  • input - the port for the function argument input.

Выходные порты

  • output - the port of the function value.

Свойства

  • Coefficients of the polynomial are a matrix of coefficients a. There are the coefficients of the polynomial for the corresponding element of the output vector in each matrix row.

Параметры

none

Прим.:
  1. By default, this block implements a polynomial transformation of the input scalar signal with the property a=[0,0,0,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.