Wavelet Toolbox |
One-Dimensional Discrete Wavelet Analysis
This section takes you through the features of one-dimensional discrete wavelet analysis using the MATLAB Wavelet Toolbox.
The Wavelet Toolbox provides these functions for one-dimensional signal analysis. For more information, see the reference pages.
Analysis-Decomposition Functions
Function Name |
Purpose |
dwt |
Single-level decomposition |
wavedec |
Decomposition |
wmaxlev |
Maximum wavelet decomposition level |
Synthesis-Reconstruction Functions
Function Name |
Purpose |
idwt |
Single-level reconstruction |
waverec |
Full reconstruction |
wrcoef |
Selective reconstruction |
upcoef |
Single reconstruction |
Decomposition Structure Utilities
Function Name |
Purpose |
detcoef |
Extraction of detail coefficients |
appcoef |
Extraction of approximation coefficients |
upwlev |
Recomposition of decomposition structure |
De-noising and Compression
Function Name |
Purpose |
ddencmp |
Provide default values for de-noising and compression |
wbmpen |
Penalized threshold for wavelet 1-D or 2-D de-noising |
wdcbm |
Thresholds for wavelet 1-D using Birgé-Massart strategy |
wdencmp |
Wavelet de-noising and compression |
wden |
Automatic wavelet de-noising |
wthrmngr |
Threshold settings manager |
In this section, you'll learn how to
Since you can perform analyses either from the command line or using the graphical interface tools, this section has subsections covering each method.
The final subsection discusses how to exchange signal and coefficient information between the disk and the graphical tools.
Importing and Exporting Information from the Graphical Interface | One-Dimensional Analysis Using the Command Line |
© 1994-2005 The MathWorks, Inc.