.Modelica_LinearSystems2.DiscreteZerosAndPoles.Internal.numberOfRealPoles

Information

Calculate number of real poles

Interface

function numberOfRealPoles
  import Modelica_LinearSystems2.Internal;
  import Modelica_LinearSystems2.Math.Polynomial;
  input Modelica_LinearSystems2.DiscreteTransferFunction dtf "TransferFunction";
  output Integer result = Internal.numberOfRealZeros(Polynomial.roots(Polynomial(dtf.d)));
end numberOfRealPoles;

Generated at 2025-01-14T19:25:37Z by OpenModelicaOpenModelica 1.24.3 using GenerateDoc.mos