functionwavMeyer

Meyer wavelet function. The fft_c.c file must be accessible.

Information

This function generates the continuous Meyer wavelet and scaling functions. Since Meyer wavelet has theoretically unlimited support, the function range has to be defined with [low, high].

For generating Meyer wavelets, an external C-function saved in fft_c.c file has to be called. This C-file has to be available in the current working directory or the searching path of Modelica must include the directory of fft_c.c file.

Inputs

TypeNameDefaultDescription
Reallow-8Lower boundary of the function
Realhigh8Higher boundary of the function
Integerpoints32Number of data points of the returned functions

Outputs

TypeNameDefaultDescription
Real[points]xRegular grid
Real[points]phiScaling function
Real[points]psiWavelet function