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

15 views (last 30 days)
I want to reconstruct the signal usign only the detail or either the approximation coefficents. is this possible?

Answers (1)

Jonas
Jonas on 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 Comments
Jonas
Jonas on 26 Apr 2021
Edited: Jonas on 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 on 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!

Sign in to comment.

Community Treasure Hunt

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

Start Hunting!