.Modelica_LinearSystems2.DiscreteZerosAndPoles.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)

Interface

encapsulated function q
  import Modelica;
  import Modelica_LinearSystems2.Math.Polynomial;
  import Modelica_LinearSystems2.DiscreteZerosAndPoles;
  input Modelica.Units.SI.Time Ts = 0;
  output DiscreteZerosAndPoles dzp(redeclare Real n1[1], redeclare Real n2[0, 2], redeclare Real d1[0], redeclare Real d2[0, 2]);
end q;

Generated at 2024-04-25T18:15:59Z by OpenModelicaOpenModelica 1.22.3 using GenerateDoc.mos