wavelte packet reconstruction
Mostra commenti meno recenti
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
Risposta accettata
Più risposte (7)
Wayne King
il 22 Ott 2011
0 voti
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.
thangam
il 23 Ott 2011
0 voti
Wayne King
il 23 Ott 2011
0 voti
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
il 23 Ott 2011
0 voti
2 Commenti
Wayne King
il 23 Ott 2011
wavedec() does not give you a wavelet packet transform. That gives you a wavelet transform, so which did you do?
thangam
il 27 Ott 2011
thangam
il 27 Ott 2011
0 voti
Wayne King
il 27 Ott 2011
0 voti
Then just modify the terminal nodes.
1 Commento
thangam
il 29 Ott 2011
Categorie
Scopri di più su Signal Analysis in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!