关于HHT的运行出错
请教各位,我把zhlong的那段关于HHT的程序粘在matlab中运行时为什么出现这个错误啊Undefined command/function 'extr'.
t=1:500;
t=t*1/2000;
x=sin(2*pi*20*t);
y=0.4*sin(2*pi*40*t+140);
z=x+y;
plot(t,z)
imf=emd(z);
emd_visu(z,1:length(z),imf)
=hhspectrum(imf);
=toimage(A,f);
disp_hhs(im);
colormap(flipud(gray))
回复 #1 bluelonger 的帖子
缺少一个函数extr回复 #1 bluelonger 的帖子
http://perso.ens-lyon.fr/patrick.flandrin/emd.html下载 多谢zhlong了,不好意思,那个网站我不知为什么打不开,能个我发一个extr函数吗,谢谢了
回复 #4 bluelonger 的帖子
http://zhlong.ys168.com/2007年3月Rilling的EMD程序文件夹下 下到了,谢谢zhlong了
页:
[1]