Transfer Function
Linear transfer function
Description
Connections
Parameters
Modelica Standard Library
The Transfer Function component defines the transfer function between the input signal u and the output signal y as
y⁡su⁡s=b1⁢snb−1+b2⁢snb−2+⋯+bnba1⁢sna−1+a2⁢sna−2+⋯+ana
where nb is the dimension of b, and na is the dimension of a.
Name
Modelica ID
u
Real input signal
y
Real output signal
Default
Units
b
1
Numerator coefficients of transfer function.
a
Denominator coefficients of transfer function.
Initial Values
No initialization
Type of initialization
initType
x0
zeros⁡size⁡a,1−1
Initial or guess values of states
x_start
y0
0
Initial value of output (derivatives of y are zero up to nx-1-th derivative)
y_start
The component described in this topic is from the Modelica Standard Library. To view the original documentation, which includes author and copyright information, click here.
See Also
Continuous Signal Blocks
Signal Blocks
Download Help Document