functionpadeCoefficients
Extends from Modelica.Icons.Function (Icon for functions).
Inputs
| Type | Name | Default | Description |
|---|---|---|---|
| Real | T | delay time | |
| Integer | n | order of denominator | |
| Integer | m | order of numerator |
Outputs
| Type | Name | Default | Description |
|---|---|---|---|
| Real[m + 1] | b | numerator coefficients of transfer function | |
| Real[n + 1] | a | denominator coefficients of transfer function |