functionq
Generate the DiscreteZerosAndPoles transfer function q
Information
Syntax
q = DiscreteZerosAndPoles.q()
Description
Generate the complex Laplace variable q=exp(s*T) as a discrete zeros and poles transfer function. It can be used for generating like
DiscreteZerosAndPoles dzp = q/(q^2 + q + 1)/(q + 1)
Inputs
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Units.SI.Time | Ts | 0 |
Outputs
| Type | Name | Default | Description |
|---|---|---|---|
| DiscreteZerosAndPoles | dzp |