.Modelica_LinearSystems2.WorkInProgress.DiscreteTransferFunction.z

Generate the discrete transfer function z

Information

Syntax

z = DiscreteTransferFunction.s()

Description

Generate the complex variable z=exp(T*s) as a DiscreteTransferFunction. It can be used for generating like

DiscreteTransferFunction dtf = z/(3*z^2 + 2*z +2)

Interface

encapsulated function z
  import Modelica_LinearSystems2.Math.Polynomial;
  import Modelica_LinearSystems2.DiscreteTransferFunction;
  output DiscreteTransferFunction dtf(n = {1, 0}, d = {1}) "z";
end z;

Generated at 2025-04-02T18:24:35Z by OpenModelicaOpenModelica 1.24.5 using GenerateDoc.mos