functionfromArrays
Generate a DiscreteTransferFunction data record from numerator and denominator array
Inputs
| Type | Name | Default | Description |
|---|---|---|---|
| Real[:] | n | Coefficients of numerator polynomial | |
| Real[:] | d | Coefficients of denominator polynomial | |
| Modelica.Units.SI.Time | Ts | Sample time | |
| Modelica_LinearSystems2.Utilities.Types.Method | method | Modelica_LinearSystems2.Utilities.Types.Method.Trapezoidal | Discretization method |
| String | uName | "" | Input name |
| String | yName | "" | Output name |
Outputs
| Type | Name | Default | Description |
|---|---|---|---|
| DiscreteTransferFunction | dtf | Transfer function |