.Modelica_LinearSystems2.Examples.TransferFunction.plotBode1

Construct two transfer functions and plot the Bode diagram

Information

Construct transfer functions

tf1 = 1 / (10*s + 1)3

and

tf2 = (s + 2) / (2*s2 + 3*s + 4)

and plot their Bode diagram with automatic determination of the frequency range to plot.

Interface

function plotBode1
  extends Modelica.Icons.Function;
  import Modelica_LinearSystems2.TransferFunction;
  output Boolean ok;
end plotBode1;

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