wave_matlab
function[daughter,fourier_factor,coi,dofmin]=...
wave_bases(mother,k,scale,param);
mother=upper(mother);
n=length(k);
if(strcmp(mother,'MORLET'))%-----------------------------------Morlet
if(param==-1),param=6.;,end
k0=param;
expnt=-(scale.*k-k0).^2/2.*(k>0.);
norm
下载地址
用户评论
很好,但是需要修改,最好能注释中文