Coefficients of the numerator of the transfer function, starting from lowest to highest order. b[0] = 1.00 and does not need to be entered. Only enter b[1], b[2], and so on.
For example, the 3rd order polynomial as described by the 3-element array B[0...2] would be
1 + B[0]X + B[1]X^2 + B[2]X^3
Coefficients of the denominator of the transfer function, starting from lowest to highest order.
For example, the 2nd order polynomial as described by the 3-element array A[0...2] would be
A[0] + A[1]X + A[2]X²