wavelte packet reconstruction
이전 댓글 표시
hi,
actually i decomposed the signal with wpdec() and measured each node using wpcoef now i have to adjust those signals before reconstruction.
anybody pls help me in which manner the signal can be adjusted before reconstruction to get the better signal.
thank u in advance
채택된 답변
추가 답변 (7개)
Wayne King
2011년 10월 22일
0 개 추천
Hi, You can use wpthcoef or wpdencmp for denoising. Or you can simply modify the terminal nodes of your original tree, then create a new tree and use write to write your new coefficients to the terminal nodes.
Wayne King
2011년 10월 23일
0 개 추천
Hi, It doesn't make sense in a wavelet packet tree to adjust each node separately because the higher levels nodes depend on the terminal nodes. It's not like a wavelet tree where you can modify just the detail coefficients.
You should decompose the signal down to whatever level you wish and just modify the terminal nodes. By definition, everything above it will be modified.
thangam
2011년 10월 23일
0 개 추천
댓글 수: 2
Wayne King
2011년 10월 23일
wavedec() does not give you a wavelet packet transform. That gives you a wavelet transform, so which did you do?
thangam
2011년 10월 27일
카테고리
도움말 센터 및 File Exchange에서 Signal Analysis에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!