.Wavelet.Families.wavMorlet

Morlet wavelet function

Information

This function generates the continuous Morlet wavelet function. It has no scaling function. Since Morlet wavelet has theoretically unlimited support, the function range has to be defined with [low, high].

Interface

function wavMorlet
  input Real low = -4 "Lower boundary of the function";
  input Real high = 4 "Higher boundary of the function";
  input Integer points = 32 "Integer number, length of the returned functions";
  output Real x[points] "Regular grid";
  output Real psi[points] "Wavelet function";
end wavMorlet;

Generated at 2025-04-01T18:24:36Z by OpenModelicaOpenModelica 1.24.5 using GenerateDoc.mos