Skip to main content
Version: current

Polynomial

Description

The block Polynomial can calculate up to a third degree polynomial ( y = ax^3 + bx^2 + cx + d) where the coefficients: a, b, c, and d can be set to specific values or changed during testing.

MxNMxN

Input

The input is MxN.

Output

The output is MxN which is the calculated values of the polynomial.

Attributes

AttributeValue
NamePolynomial
a 0
b 0
c 1
d 0
Channels1

Name

Name specifies the name of the block.

a

a is the third degree coefficient

b

b is the second degree coefficient

c

c is the first degree coefficient

d

d is the zero degree coefficient

Channels

Channels specifies the number of input(s)/output(s) the block will have.

Literature