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

    %% Continuous Wavelet Transform Using Specified Wavelet
% Obtain the continuous wavelet transform of a speech sample using the 
% bump wavelet instead of the default Morse wavelet.
load mtlb;
cwt(mtlb,'bump',Fs);
%%
% Compare the result obtained from the CWT using the default Morse wavelet.
cwt(mtlb,Fs);