I am Charmie

メモとログ

WaveLab installation

This post is memo telling how to install WaveLab850 in MatLab.

WaveLab is a collection of MatLab functions of wavelet analysis related algorithms such as wavelet transform and matching pursuit. You can find the detail from the website. Current version is 850, meaning probably 8.50.

Installation is very simple. All we have to do is just path setting by running a function WavePath that is located in the compressed file as WavePath; Once the path setting is done, a message "Welcome to WaveLab" appears on the command window.

Let me note 2 issues of WaveLab850. In the function WavePath, a path to WaveLab is defined as   WAVELABPATH=strcat(matlabroot,'\toolbox\Wavelab850\') at line 31 for Windows in WavePath.m. If you locate the unpacked zip file at another place, path setting fails. One solution is to locate the unpacked zip file at [matlabroot '\toolbox\Wavelab850\']. Otherwise, you should modify the path at line 31 according to the right location.

The other issue is missing file. As far as I know, a function CircularShift is missing. You can find the file on the web.