- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
小波包频段划分供参习
MATLAB小波包的频率分段我总觉得不是按照自然顺序排的,通过测得响应频谱所得的结果能明显看出来。可苦于找不到相关的说明,哎,踏破铁鞋无觅处得来全不费工夫,原来帮助里早都说了,只怪自己急功近利没好好学习,骑驴找驴,反倒浪费不少时间。
Building Wavelet Packets
The computation scheme for wavelet packets generation is easy when using an orthogonal wavelet. We start with the two filters of length 2N, where h(n) and g(n), corresponding to the wavelet.
Now by induction let us define the following sequence of functions:
(Wn(x), n = 0, 1, 2, ...)
by
where W0(x) = φ(x) is the scaling function and W1(x) = ψ(x) is the wavelet function.
For example for the Haar wavelet we have
The equations become
W0(x) = φ(x) is the Haar scaling function and W1(x) = ψ(x) is the Haar wavelet, both supported in [0, 1]. Then we can obtain W2n by adding two 1/2-scaled versions of Wn with distinct supports [0,1/2] and [1/2,1] and obtain W2n+1 by subtracting the same versions of Wn.
For n = 0 to 7, we have the W-functions shown in Figure?6-37.
Figure 6-37: Haar Wavelet Packets
This can be obtained using the following command:
[wfun,xgrid] = wpfun(db1,7,5);
which returns in wfun the approximate values of Wn for n = 0 to 7, computed on a 1/25 grid of the support xgrid.
Starting from more regular original wavelets and using a similar construction, we obtain smoothed versions of this system of W-functions, all with support in the interval [0, 2N-1]. Figure?6-38 presents the system of W-functions for the original db2 wavelet.
Figure 6-38: db2 Wavelet Packets
Wavelet Packet Atoms
Starting from the functions and following the same line leading to orthogonal wavelets, we consider the three-indexed family of analyzing functions (the waveforms):
.
As in the wavelet framework, k can be interpreted as a time-localization parameter and j as a scale parameter. So what is the interpretation of n?
The basic idea of the wavelet packets is that for fixed values of j and k, Wj,n,k analyzes the fluctuations of the signal roughly around the position and at various frequencies for the different admissible values of the
文档评论(0)