How to determine the frequency band of a leaf node in Wavelet packet Transform?
조회 수: 4 (최근 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!