.Wavelet.Families.wavSymlets

Information

This function generate the Symlets wavelet filter banks for the orders up to 8. If a wrong order number is given, an empty vector is returned.

Interface

function wavSymlets
  input Integer order = 2 "Order of the wavelet. order<=8";
  output Real F[:] "Scaling filter";
  output Real lod[:] "High pass filter for decomposition";
  output Real hid[:] "Low pass filter for decomposition";
  output Real lor[:] "High pass filter for reconstruction";
  output Real hir[:] "Low pass filter for reconstruction";
end wavSymlets;

Generated at 2024-04-26T18:16:04Z by OpenModelicaOpenModelica 1.22.3 using GenerateDoc.mos