谁有emd包,请帮忙给我一个,我做的程序老出错!!
谁有emd包,请帮忙给我一个,我做的程序老出错!!别人电脑上可以,我的就出错 为什么啊?
>> clear;
t=1:500;
t=t*1/2000;
x=sin(2*pi*20*t+5);
y=0.4*sin(2*pi*40*t+140);
z=x+y;
subplot(2,2,1)
plot(x)
title('原信号z')
subplot(2,2,2)
plot(y)
title('分量信号x')
subplot(2,2,3)
plot(z)
title('分量信号y')
imf=emd(z);
emd_visu(z,1:length(z),imf)
>> =hhspectrum(imf);
??? Undefined function or method 'instfreq' for input arguments of type 'double'.
Error in ==> hhspectrum at 45
f(i,:)=instfreq(an(i,:)',tt,l)';
帮看看这个matlab中 hhspectrum.m 文件 中 f(i,:)=instfreq(an(i,:)',tt,l)';哪错了???
依照如图
Ref:
2.常见的程序出错问题整理 http://forum.vibunion.com/thread-46001-1-1.html
3F->Undefined function or variable "a"
无意义帖,建议版主删除 我不知道怎么传文件不过我这里有EMD程序 可以发给你
页:
[1]