.Modelica_LinearSystems2.WorkInProgress.DiscreteZerosAndPoles.q

Information

Syntax

q = DiscreteZerosAndPoles.q()

Description

Generate the complex Laplace variable q=rxp(s*T) as a DiscreteZerosAndPoles 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.WorkInProgress.DiscreteZerosAndPoles;
  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-03-27T19:15:56Z by OpenModelicaOpenModelica 1.22.3 using GenerateDoc.mos