How to reconstruct the original signal using the detail coefficients in the discrete wavelet transform?

14 visualizzazioni (ultimi 30 giorni)
I want to reconstruct the signal usign only the detail or either the approximation coefficents. is this possible?

Risposte (1)

Jonas
Jonas il 25 Apr 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 Commenti
Jonas
Jonas il 26 Apr 2021
Modificato: Jonas il 26 Apr 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
Nikolaos Sioulas il 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!

Accedi per commentare.

Categorie

Scopri di più su Discrete Multiresolution Analysis in Help Center e File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by