Transfer Function
Single Input Single Output continuous control block
Description
Equations
Connections
Parameters
Modelica Standard Library
The Transfer Function component multiplies the complex input by a transfer function consisting of a rational polynomial in s specified by the real vector parameters a and b and evaluated at s=j⁢w, where w is a real input.
y=∑k=1nbbk⁢j⁢wnb−1∑k=1naak⁢j⁢wna−1⁢{u&conjugate0;Use Conjugate Inputuotherwise
na=dimension⁡a
nb=dimension⁡b
Name
Modelica ID
u
Complex input signal
y
Complex output signal
w
Real input; angular frequency input in rads
Default
Units
Use Conjugate Input
false
If true, use the complex conjugate of the input
useConjugateInput
b
1
Numerator coefficients of transfer function (for example, 2s+3 is specified as {2,3})
a
Denominator coefficients of transfer function (for example, 5s+6 is specified as {5,6})
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
Complex Math
Download Help Document