Discrete Transfer Function

Description
Discrete Transfer Function expressed as:
\frac{Num(z)}{Den(z)}
Note
This model works only when sampled (See SamplingTime parameter).
Library
Control > Discrete
Pins
| Name | Description |
|---|---|
| In | Input |
| Out | Output |
Parameters
| Name | Description |
|---|---|
| Num | Numerator coefficients by decreasing order of z (Ex: [1 2 0.1] => z² + 2z + 0.1) |
| Den | Denominator coefficients by decreasing order of z (Ex: [1 2 0.1] => z² + 2z + 0.1) |
| SamplingTime | -none or 0: No sampling. The system will be solved in the Newton loop (default). -auto: Inherit the sampling time of its source device. -Sampling Period: defined in seconds. |