y=cos(10*t*pi)+cos(40*t*pi);t属于[0,1],求这个函数的EMD分解matlab程序,画出图来

如题所述

t=0:0.01:1;

y=cos(10*t*pi)+cos(40*t*pi);

imf=emd(y);

m=size(imf,1);

figure

for i=1:m

    subplot(m,1,i);

    plot(t,imf(i,:));

end

  你可以百度下  我看过其他人写成一个函数 比较好用点  这个是自己写的

温馨提示:答案为网友推荐,仅供参考
相似回答
大家正在搜