网站大量收购独家精品文档,联系QQ:2885784924

小波分析课件_常用小波函数及Matlab常用指令精品.ppt

小波分析课件_常用小波函数及Matlab常用指令精品.ppt

  1. 1、本文档共119页,可阅读全部内容。
  2. 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
  3. 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  4. 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
小波分析课件_常用小波函数及Matlab常用指令精品

十九、wpjoin 功能:重新组合小波包 格式及说明: t = wpjoin(t,n) returns the modified tree t corresponding to a recomposition of the node n. t = wpjoin(t) is equivalent to t = wpjoin(t,0). [t,x] = wpjoin(t,n) also returns the coefficients of the node n。 [t,x] = wpjoin (t) is equivalent to [t,x] = wpjoin(t,0) * load noisdopp; x=noisdopp(1:1000); figure(1) subplot(321) plot(x) title(原始信号) t=wpdec(x,3,db1,shannon); plot(t) [wpt,wpc]=wpjoin(t,[1,1]); plot(wpt) figure(1) subplot(322) plot(wpc) title(节点2的小波包分解系数) * * * 二十、wpcutree 功能:剪切小波包分解树 格式及说明: t = wpcutree(t,L) cuts the tree t at level L. In addition, [t,rn] = wpcutree(t,L) returns the vector rn which contains the indices of the reconstructed nodes. * 举例 load noisdopp; x=noisdopp(1:1000); figure(1) subplot(211) plot(x) title(原始信号) t=wpdec(x,3,db1,shannon); plot(t) [wpt,rn]=wpcutree(t,2); plot(wpt) * rn=3,4,5,6 * 二十一、besttree 功能:计算最佳树 格式及说明: BESTTREE computes the optimal sub-tree of an initial tree with respect to an entropy type criterion. The resulting tree may be much smaller than the initial one. T = BESTTREE(T) computes the modified tree T corresponding to the best entropy value. [T,E] = BESTTREE(T) returns the best tree T and in addition, the best entropy value E. The optimal entropy of the node whose index is j-1 is E(j). [T,E,N] = BESTTREE(T) returns the best tree T, entropy value E and in addition, the vector N containing the indices of the merged nodes. * 举例 load noisdopp; x=noisdopp; t=wpdec(x,3,db1,shannon); x1=wprec(t); [wpt,wpca,wpcd]=wpsplt(t,[3,0]); plot(wpt) [bt,e,n]=besttree(wpt); plot(bt) * * e ans = 1.0e+004 * Columns 1 through 8 -9.8173 -9.7822 -0.0350 -9.7303 -0.0519 -9.5880 -0.1423 -0.0318 Columns 9 through 11 -0.0200 -9.3112 -0.2768 n=2 * 二十二、bestlevt 计算完整最佳小波包树 BESTLEVT computes the optimal complete sub-tree of an initial tree with respect to an entropy type criterion. The resulting complete tree may be of smaller depth tha

您可能关注的文档

文档评论(0)

aena45 + 关注
实名认证
内容提供者

该用户很懒,什么也没介绍

1亿VIP精品文档

相关文档