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

    %% Wavelet 1-D Regression Estimation
% This example shows how to use the Wavelet Analyzer app for nonparametric
% regression with 1-D data. The app illustrates examples with both fixed 
% and stochastic designs.
%%
% The example runs as a slide show. You can run the slide show by entering
% the following command at the MATLAB command prompt.
wshowdrv dguire1d
%%
% 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.
%
% Each slide shows a noisy sample data set and uses wavelets to fit a
% nonparametric regression function to the data.
%
% 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 *Regression Estimation 1-D* app.
%
% <<../regression_app.png>>