.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 2024-11-20T19:25:51Z by OpenModelicaOpenModelica 1.24.2 using GenerateDoc.mos