TransferFcnthOrder
| TransferFcnthOrder is a linear transfer function of nth order. |
Element | Direction | Remark | ||
in::continuous | input | block input | ||
out::continuous | output | block output | ||
x::continuous[n] | continuous state For an equation of nth order, set the Dimension in the element's properties editor to n. | |||
a::continuous[n+1] | parameter; coefficients of left side of differential equation
For an equation of nth order, set the Dimension in the element's properties editor to n+1.
| |||
b::continuous[n+1] | parameter; coefficients of right side of differential equation
For an equation of nth order, set the Dimension in the element's properties editor to n+1. |
Transfer Function:
- y(t) is output, u(t) is input
- Y(s) and U(s) are the Laplace transforms of y(t) and u(t), respectively.
H(s) | = | Y(s) | = | b0 + b1*s + ... + bn*sn |
U(s) | a0 + a1*s + ... + an*sn |
