WOLFRAM SYSTEM MODELER
padeCoefficients2This class is declared protected in Modelica.Blocks.Nonlinear.PadeDelay |
|
SystemModel["Modelica.Blocks.Nonlinear.PadeDelay.padeCoefficients2"]

| T |
Type: Real Description: Delay time |
|---|---|
| n |
Type: Integer Description: Order of denominator |
| m |
Type: Integer Description: Order of numerator |
| balance |
Default Value: false Type: Boolean |
| a1 |
Type: Real[n] Description: First row of A |
|---|---|
| b11 |
Type: Real Description: = B[1,1] |
| c |
Type: Real[n] Description: C row matrix |
| d |
Type: Real Description: D matrix |
| s |
Type: Real[n - 1] Description: Scaling such that x[i] = s[i-1]*x[i-1], i > 1 |