www.gusucode.com > wavelet 源码程序 matlab案例代码 > wavelet/StationaryWaveletTransform1DAppExample.m

    %% Stationary Wavelet Transform 1-D App
% This example shows how to use the Wavelet Analyzer app to denoise signals
% using the 1-D stationary wavelet transform (SWT).
% The example runs as a slide show. You can run the slide 
% show by entering the following command at the MATLAB command prompt.
wshowdrv dguisw1d
%%
%
% Click *Start>>* to begin the slide show. At any point, you can click 
% *AutoPlay* to automatically go through the entire slide show from the 
% last slide viewed. The example illustrates a number of capabilities of
% the Wavelet Analyzer SWT 1-D Denoising app.  
%
% If you wish to experiment further with this app, launch the 
% Wavelet Analyzer from the apps gallery, or from the MATLAB command line
% with |waveletAnalyzer|. Select the SWT 1-D Denoising app. The app
% comes with several built in examples you can access through the 
% *File -> Example Analysis* menu.
% 
% <<../swt1d_app.png>>