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

    %% MODWT Using Daubechies Extremal Phase Wavelet with Two Vanishing Moments
% Obtain the MODWT of Southern Oscillation Index data with the |'db2'| 
% wavelet down to the maximum level.

% Copyright 2015 The MathWorks, Inc.

load soi;
wsoi = modwt(soi,'db2');