How to determine the frequency band of a leaf node in Wavelet packet Transform?
1 次查看(过去 30 天)
显示 更早的评论
For a decomposition level of j = 3, there will be 2^j = 8 (for n = 0, 1,⋯, 7) leaf nodes at the Jth decomposed level. Then how can we determine the frequency band of each leaf node?
In a paper, the authors have taken IF, sampling rate, and the bandwidth of the bandpass filter as 4.092, 16.368, and 2.046 MHz, respectively. In that case, they said that only 2 nodes fall in the pass-band, i.e. nodes {2, 3}.
When I have tried using [nFs/(2^(j+1),(n+1)Fs/2^(j+1)) n=0,1,…2^(j−1) where Fs is the sampling frequency as given in https://in.mathworks.com/help/wavelet/ug/wavelet-packets-decomposing-the-details.html nodes {2,3,4,5} are falling in the pass-band which is not same as what the authors has said.
Can someone help me with this?
0 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Signal Analysis 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!