WOLFRAM SYSTEM MODELER

padeCoefficients2

This class is declared protected in <a href="Modelica.Blocks.Nonlinear.PadeDelay.html">Modelica.Blocks.Nonlinear.PadeDelay</a>

Wolfram Language

In[1]:=
SystemModel["Modelica.Blocks.Nonlinear.PadeDelay.padeCoefficients2"]
Out[1]:=

Syntax

(a1, b11, c, d, s) = padeCoefficients2(T, n, m, balance)

Inputs (4)

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

Outputs (5)

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