This example shows how to find and display information about available wavelets. The Wavelet Toolbox™ software contains an extensive selection of the most commonly-used wavelets and orthogonal and biorthogonal wavelet filters. You also have the ability to add your own filters to the toolbox.
Determine the existing wavelet families. Display the wavelet family names in the command window.
waveletfamilies('f')
Display the names of all available wavelets in each family.
waveletfamilies('a')
You can also use wavemngr
to display the available
wavelet
families.
wavemngr('read')
Use the wavelet family short name to determine what analysis an existing wavelet supports.
The wavelet family short name for the Daubechies extremal-phase
wavelets is 'db'
.
waveinfo('db')
Determine what analysis the Morlet wavelet supports. The
wavelet family short name is 'morl'
.
waveinfo('morl')
Use the Wavelet
Toolbox
Wavelet Analyzer app to investigate wavelet families. To start the
interactive tool, enter
at the
command line. waveletAnalyzer
Click Wavelet Display. Select the db4 wavelet and click Display.