声振论坛

 找回密码
 我要加入

QQ登录

只需一步,快速开始

查看: 2374|回复: 1

[小波] 小波工具箱,概念的颠覆还是误解?!!!

[复制链接]
发表于 2012-3-14 17:16 | 显示全部楼层 |阅读模式
10体能
level = 6;
[LO_D,HI_D,LO_R,HI_R] = wfilters('db4');
%大家注意这里:
LO_D, the decomposition low-pass filter
        HI_D, the decomposition high-pass filter
        LO_R, the reconstruction low-pass filter
        HI_R, the reconstruction high-pass filter
但是后面的代码只用了LO_R,其他的一个没用,这是为什么,感觉和以往概念不同,以前不都是要概貌,用小波概貌系数来做,要细节,用小波细节系数来做。现在怎么一个全包了
[yl,yh] = mrdwt(ewx,LO_R,level);
for k = 1:level
  cx(k) = corrbound(LO_R,k,0);
end
thres = sqrt(2*log(N)*(1+cx))*sigma*gamma/3;
eyh = yh.*(abs(yh) > kron(thres,ones(N,3*N)));
ee = mirdwt(yl,eyh,LO_R,level);

回复
分享到:

使用道具 举报

发表于 2012-8-30 18:36 | 显示全部楼层
mrdwt ()这个函数应该是别人自己编写的函数,mathworks没有这个函数。如果有代码楼主可以贴出来
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 我要加入

本版积分规则

QQ|小黑屋|Archiver|手机版|联系我们|声振论坛

GMT+8, 2024-4-29 05:11 , Processed in 0.073402 second(s), 16 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

快速回复 返回顶部 返回列表