How to reconstruct the original signal using the detail coefficients in the discrete wavelet transform?
11 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
I want to reconstruct the signal usign only the detail or either the approximation coefficents. is this possible?
0 commentaires
Réponses (1)
Jonas
le 25 Avr 2021
yes, it is possible to reconstruct using only approximation coefficients or detail coefficient. have a look into appcoeff() or detcoeff(), there are also examples in the documentation.
3 commentaires
Jonas
le 26 Avr 2021
Modifié(e) : Jonas
le 26 Avr 2021
the example in appcoeff explains how to approximate your original data with approximation coefficients only. The data shape you can see there (subplot(2,1,2))is pretty similar to the original one but without high frequency parts. the link is https://de.mathworks.com/help/wavelet/ref/appcoef.html#mw_cf4c8214-04a7-4ad6-9646-fb9de3ed1386
if you are unhappy with the different scale feel free to rescale
if the question was if you can reconstruct the exact original data with details/approximation only, then the answer is no
Nikolaos Sioulas
le 18 Mar 2022
@Jonas Hi I wanted to ask if you have any suggestion on how I coul reconstruct the approximations and details at all levels after using swt (undecimated discrete wavelet transform). Thanks!
Voir également
Catégories
En savoir plus sur Discrete Multiresolution Analysis dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!