functionpadeCoefficients2
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 | |
| Boolean | balance | false |
Outputs
| Type | Name | Default | Description |
|---|---|---|---|
| Real[n] | a1 | First row of A | |
| Real | b11 | = B[1,1] | |
| Real[n] | c | C row matrix | |
| Real | d | D matrix | |
| Real[n - 1] | s | Scaling such that x[i] = s[i-1]*x[i-1], i > 1 |