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

  • a[0] is a0
  • a[1] is a1
  • ...
  • a[n] is an

For an equation of nth order, set the Dimension in the element's properties editor to n+1.

Note

a[n] must be different from 0.

b::continuous[n+1]

parameter; coefficients of right side of differential equation

  • b[0] is b0
  • b[1] is b1
  • ...
  • b[n] is bn

For an equation of nth order, set the Dimension in the element's properties editor to n+1.

Transfer Function:

H(s)

=

Y(s)

=

b0 + b1*s + ... + bn*sn

U(s)

a0 + a1*s + ... + an*sn