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

    %% Synchrosqueezed Transform of Sunspot Data Using Bump Wavelet
% Obtain and plot the wavelet synchrosqueezed transform of sunspot data 
% using the bump wavelet. Specify the sampling interval to be 1 for one 
% sample per year.
load sunspot.dat;
wsst(sunspot(:,2),years(1),'bump')