.AES.Functions.conv

Interface

function conv
  extends Modelica.Icons.Function;
  input Real[:] cp1 "coeffs of poly 1 (dec pwr)";
  input Real[:] cp2 "coeffs of poly 2 (dec pwr)";
  output Real[size(cp1, 1) + size(cp2, 1) - 1] cpo "coeffs of product (dec pwr)";
end conv;

Generated at 2025-02-15T19:25:01Z by OpenModelicaOpenModelica 1.24.4 using GenerateDoc.mos