Wavelet Toolbox    

Importing and Exporting Information from the Graphical Interface

The tool lets you save the estimated density to disk. The toolbox creates a MAT-file in the current directory with a name you choose.

To save the estimated density, use the menu option File==>Save Density. A dialog box appears that lets you specify a directory and filename for storing the density. Type the name dex1cusp. After saving the density data to the file dex1cusp.mat, load the variables into your workspace.

The estimated density is given by xdata and ydata. The length of these vectors is of the same as the number of bins you choose in step 4. In addition, the parameters of the estimation process are given by the wavelet name contained in wname.

and the level dependent thresholds contained in thrParams, which is a cell array of length 4 (the level of the decomposition). For i from 1 to 4, thrParams{i} contains the lower and upper bounds of the interval of thresholding and the threshold value (since interval dependent thresholds are allowed). For more information, see One-Dimensional Variance Adaptive Thresholding of Wavelet Coefficients. For example, for level 1:

At the end of this section, turn the extension mode back to zero padding using the command:


 One-Dimensional Estimation Using the Graphical Interface One-Dimensional Variance Adaptive Thresholding of Wavelet Coefficients