.Modelica_LinearSystems2.Examples.ZerosAndPoles.analysisZerosAndPoles

Compute zeros and poles of a ZerosAndPoles transfer function

Information

Construct two zeros and poles transfer functions from complex vectors of numerator and denominator zeros. Consequently, compute the zeros and poles of the functions and compare them with the creating complex vectors.

Interface

encapsulated function analysisZerosAndPoles
  extends Modelica.Icons.Function;
  import Modelica;
  import Modelica.Utilities.Streams.print;
  import Modelica.ComplexMath.j;
  import Complex;
  import Modelica_LinearSystems2.ZerosAndPoles;
  import Modelica_LinearSystems2.Internal.printComplexVector;
  output Boolean ok;
end analysisZerosAndPoles;

Generated at 2025-12-09T19:14:04Z by OpenModelicaOpenModelica 1.25.7 using GenerateDoc.mos