recordDiscreteTransferFunction
Discrete transfer function description of a single input, single output system (data + operations)
Extends from Modelica.Icons.Record (Icon for records).
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Real[:] | n | Coefficients of numerator polynomial (in descending order) | |
| Real[:] | d | Coefficients of denominator polynomial (in descending order) | |
| Modelica.Units.SI.Time | Ts | Sample time | |
| Modelica_LinearSystems2.Utilities.Types.Method | method | Modelica_LinearSystems2.Utilities.Types.Method.Trapezoidal | Discretization method |
| String | uName | "u" | Name of input signal |
| String | yName | "y" | Name of output signal |
Contents
| Name | Description |
|---|---|
| 'constructor' | Default constructor for a transfer function |
| 'String' | Transform TransferFunction into a String representation |
| z | Generate the discrete transfer function z |
| Analysis | |
| Conversion |