云题海 - 专业文章范例文档资料分享平台

当前位置:首页 > Hilbert - Huang - guide

Hilbert - Huang - guide

  • 62 次阅读
  • 3 次下载
  • 2025/6/15 5:21:20

>> t(1)=1850; >> t(2)=2010; >> y1(1)=0; >> y1(2)=0; >> y2(1)=-0.3; >> y2(2)=-0.3; >> y3(1)=-0.6; >> y3(2)=-0.6; >> y4(1)=-0.9; >> y4(2)=-0.9; >> y5(1)=-1.2; >> y5(2)=-1.2; >> y6(1)=-1.6; >> y6(2)=-1.6; >> plot(t,y1,'k-'); >> hold on;

>> plot(t,y2,'k-'); >> plot(t,y3,'k-'); >> plot(t,y4,'k-'); >> plot(t,y5,'k-'); >> plot(t,y6,'k-'); >> plot(year,rslt(:,1)); >> plot(year,rslt(:,3)-0.3); >> plot(year,rslt(:,4)-0.6);

>> plot(year,rslt(:,5)-0.9); >> plot(year,rslt(:,6)-1.2);

>> plot(year,sum(rslt(:,7:8),2)-1.6,'r-'); >> set(gca,'yTickLabel',[]);

>> title('EEMD decomposition of GSTA (A_n=0.2; N_e_s_b=100)') >> axis([1850 2010 -2.1 0.2]); >> xlabel('year');

5) Statistical significance test

Since the annual mean global surface temperature anomaly behaves completely different from a white noise series, we use computer generated white noise to illustrate how the significance.m can be used:

>> clear; >> clf;

>> data=randn(512,1); >> rslt=eemd(data,0,1); >> imfs=rslt(:,2:8);

>> [sigline95,logep]=significance(imfs,0.05); >> [sigline99,logep]=significance(imfs,0.01); >> plot(sigline95(:,1),sigline95(:,2)); % 95 percenta line >> hold on

>> plot(sigline99(:,1),sigline99(:,2),'m-'); % 99 percenta line

>> plot(logep(:,1),logep(:,2),'r*'); >> plot(logep(1,1),logep(1,2),'k*'); >> grid;

>> xlabel('LOG2 ( Mean Period )');

>> ylabel('LOG2 ( Mean Normalized Energy )');

>> title('Significance test of IMFs of white noise'); >> axis([0 10 -7 0])

3) Trend and detrending

For example, in the previous decomposition, the sum of the last three columns satisfies the definition of trend well.

>> plot(year, rslt(:,1)); >> hold on;

>> plot(year, sum(rslt(:,7:8),2),'r-'); >> plot(year, sum(rslt(:,6:8),2),'g-'); >> plot(year, sum(rslt(:,5:8),2),'m-'); >> title('Trends of different timescales'); >> ylabel('Kelvin'); >> xlabel('year'); >> grid;

搜索更多关于: Hilbert - Huang - guide 的文档
  • 收藏
  • 违规举报
  • 版权认领
下载文档10.00 元 加入VIP免费下载
推荐下载
本文作者:...

共分享92篇相关文档

文档简介:

>> t(1)=1850; >> t(2)=2010; >> y1(1)=0; >> y1(2)=0; >> y2(1)=-0.3; >> y2(2)=-0.3; >> y3(1)=-0.6; >> y3(2)=-0.6; >> y4(1)=-0.9; >> y4(2)=-0.9; >> y5(1)=-1.2; >> y5(2)=-1.2; >> y6(1)=-1.6; >> y6(2)=-1.6; >> plot(t,y1,'k-'); >> hold on; >> plot(t,y2,'k-'); >> plot(t,y3,'k-'); >> plot(t,y4,'k-'); >> plot(t,y5,'k-'); >> plot(t,y6,'k-'); >> plot(year,rslt(:,1)); >> plot(year,rslt(:,3)-0.3); >>

× 游客快捷下载通道(下载后可以自由复制和排版)
单篇付费下载
限时特价:10 元/份 原价:20元
VIP包月下载
特价:29 元/月 原价:99元
低至 0.3 元/份 每月下载150
全站内容免费自由复制
VIP包月下载
特价:29 元/月 原价:99元
低至 0.3 元/份 每月下载150
全站内容免费自由复制
注:下载文档有可能“只有目录或者内容不全”等情况,请下载之前注意辨别,如果您已付费且无法下载或内容有问题,请联系我们协助你处理。
微信:fanwen365 QQ:370150219
Copyright © 云题海 All Rights Reserved. 苏ICP备16052595号-3 网站地图 客服QQ:370150219 邮箱:370150219@qq.com