Wavelet Toolbox Previous page   Next Page

What Is the Wavelet Toolbox?

Everywhere around us are signals that can be analyzed. For example, there are seismic tremors, human speech, engine vibrations, medical images, financial data, music, and many other types of signals. Wavelet analysis is a new and promising set of tools and techniques for analyzing these signals.

The Wavelet Toolbox is a collection of functions built on the MATLAB® Technical Computing Environment. It provides tools for the analysis and synthesis of signals and images, and tools for statistical applications, using wavelets and wavelet packets within the framework of MATLAB.

The MathWorks provides several products that are relevant to the kinds of tasks you can perform with the Wavelet Toolbox. For more information about any of these products, see the products section of The MathWorks Web site, at http://www.mathworks.com.

The Wavelets Toolbox provides two categories of tools:

The first category of tools is made up of functions that you can call directly from the command line or from your own applications. Most of these functions are M-files, series of statements that implement specialized wavelet analysis or synthesis algorithms. You can view the code for these functions using the following statement:

You can view the header of the function, the help part, using the statement

A summary list of the Wavelet Toolbox functions is available to you by typing

You can change the way any toolbox function works by copying and renaming the M-file, then modifying your copy. You can also extend the toolbox by adding your own M-files.

The second category of tools is a collection of graphical interface tools that afford access to extensive functionality. Access these tools by typing

from the command line.


Previous page  Wavelets: A New Tool for Signal Analysis Background Reading Next page

© 1994-2005 The MathWorks, Inc.