bgpz2007 发表于 2013-3-8 09:11

emd前面运行一切正常!第45行错了,帮看看,大侠们

>> 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)';哪错了???
依照如图

happy 发表于 2013-3-8 09:48

函数instfreq不存在

yghit08 发表于 2013-3-19 13:24

建议删除,无意义贴!
页: [1]
查看完整版本: emd前面运行一切正常!第45行错了,帮看看,大侠们