PolynomialFunction

Transform the input according to a polynomial function with given coefficients

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 (1)

a

Value: {0, 1}

Type: Real[:]

Description: Vector of coefficients (a_0, a_1, ..., a_n)

Connectors (2)

y

Type: RealOutput

Description: Output signal

u

Type: RealInput

Description: Input

Used in Components (2)

PolynomialFunctionDivisor

BusinessSimulation.Converters

Input is divided by polynomial function of lambda

PolynomialFunctionFactor

BusinessSimulation.Converters

Input is multiplied with polynomial function of lambda