仿真信号em分解程序.docVIP

  • 16
  • 0
  • 约1.12万字
  • 约 13页
  • 2018-11-19 发布于广东
  • 举报
仿真信号em分解程序.doc

附录1仿真信号EMD分解程序 clc; clear all; t=linspace(0.15,1.15); a=4*sin(20*pi*t).*sin(pi*2*t/10)+sin(10*pi*t); plot(t,a); imf=emd(a); al=imf(1,:); a2=imf(2,:); a3=imf(3,:); a4=imf(4,:); a5=imf(5,:); t=linspace (0.15,1.15); subplot(5,1,1);plot(t,al),title(* imf1 *); subplot(5,1,2);plot(t,a2),title(imf2 *); subplot(5,1,3);plot(t,a3),title(imf3 *); subplot(5,1,4);plot(t,a4),title(’ imf4 *); subplot(5,1,5);plot (t,a5),title ( res 1); xlabel ( * 时间(time) t/s * ) , ylabel (幅值/mm’); 附录2仿真信号前端10个数据点的预测程序 clc; clear all; t = linspace(0.15, 1.15); d=4*sin(20*pi*t).*sin(pi*2*t/10)+sin(10*pi*t); a (1:100)=d; a=a 1;

您可能关注的文档

文档评论(0)

1亿VIP精品文档

相关文档