Wavelet Toolbox Previous page   Next Page

Advice to the Reader

You should follow along and process these examples on your own, using either the graphical interface or the command line functions.

Use the graphical interface for immediate signal processing. To execute the analyses included in the figures:

  1. To bring up the Wavelet Toolbox Main Menu type
  1. wavemenu

  1. Select the Wavelet 1-D menu option to open the Wavelet 1-D tool.
  2. From the Wavelet 1-D tool, choose the FileExample Analysis menu option.
  3. From the dialog box, select the sample analysis in question.

This triggers the execution of the examples.

When using the command line, follow the process illustrated in this M-file to conduct calculations:

About Further Exploration

Tip 1.   On all figures, visually check that for j = 0, 1, ..., Aj = Aj+1 + Dj+1.

Tip 2.   Don't forget to change wavelets. Test the shortest ones first.

Tip 3.   Identify edge effects. They will create problems for a correct analysis. At present, there is no easy way to avoid them perfectly. You can use tools described in the section Dealing with Border Distortion and see also the dwtmode reference page. They should eliminate or greatly reduce these effects.

Tip 4.   As much as possible, conduct calculations manually to cross-check results with the values in the graphic representations. Manual calculations are possible with the db1 wavelet.

For the sake of simplicity in the following examples, we use only the haar and db family wavelets, which are the most frequently used wavelets.


Previous page  Illustrated Examples Example 1: A Sum of Sines Next page

© 1994-2005 The MathWorks, Inc.