blockPolynomialFunction

Transform the input according to a polynomial function with given coefficients

Extends from Interfaces.PartialConverters.SISO (Converter with single input and single output).

Information

This information is part of the Business Simulation Library (BSL). Please support this work and ► donate.

The PolynomialFunction converter transforms the input signal u according to a polynomial function of degree n:

y = a_0 + a_1*u^1 + a_2*u^2 + ... + a_n*u^n

Parameters

TypeNameDefaultDescription
Real[:]a{0, 1}Vector of coefficients (a_0, a_1, ..., a_n)

Connectors

TypeNameDefaultDescription
Connectors.RealInputu (from SISO)Input

Components

TypeNameDefaultDescription
RealOutputy (from SO)