.Wavelet.General.upsample

Information

Up-sampling of a vector (insert a zero after every element except the last one)

Interface

function upsample
  input Real u[:] = {1, 2, 3, 4} "Input vector";
  output Real y[size(u, 1)*2 - 1] "Output vector with the (double length of u) -1";
end upsample;

Generated at 2024-04-23T18:15:56Z by OpenModelicaOpenModelica 1.22.3 using GenerateDoc.mos