.AdvancedNoise.Interpolators.TabulatedStepResponse.trapz

Information

Integral of a time signal using trapezium rule

Interface

function trapz
  extends Modelica.Icons.Function;
  input Real[:] T "Time vector";
  input Real[size(T, 1)] X "Values vector";
  output Real Y "Integral";
end trapz;

Generated at 2024-11-21T19:25:40Z by OpenModelicaOpenModelica 1.24.2 using GenerateDoc.mos