.Wavelet.Families.wavRevBiorSpline

Information

This function generates the biorthogonal spline wavelet filters, where Nr is the order of the reconstruction filters, and Nd the order of the decomposition filters.

Usually, lodFd and hidFr are used for decomposition, and lorFr and hirFd are used for reconstruction.

Available orders of biorthogonal wavelet filters

Nd Nr
1 1, 3, 5
2 2, 4, 6, 8
3 1, 3, 5, 7, 9
4 4
5 5
6 8

Interface

function wavRevBiorSpline
  input Integer Nd = 2 "Wavelet order for decomposition";
  input Integer Nr = 2 "Wavelet order for reconstruction";
  output Real Fd[:] "Scaling filter for decomposition";
  output Real lodFd[:] "High pass filter for decomposition using filter Fd";
  output Real hidFd[:] "Low pass filter for decomposition using filter Fd";
  output Real lorFd[:] "High pass filter for reconstruction using filter Fd";
  output Real hirFd[:] "Low pass filter for reconstruction using filter Fd";
  output Real Fr[:] "Scaling filter for reconstruction";
  output Real lodFr[:] "High pass filter for decomposition using filter Fr";
  output Real hidFr[:] "Low pass filter for decomposition using filter Fr";
  output Real lorFr[:] "High pass filter for reconstruction using filter Fr";
  output Real hirFr[:] "Low pass filter for reconstruction using filter Fr";
end wavRevBiorSpline;

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