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

7 次查看(过去 30 天)
I want to reconstruct the signal usign only the detail or either the approximation coefficents. is this possible?

回答(1 个)

Jonas
Jonas 2021-4-25
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 个评论
Jonas
Jonas 2021-4-26
编辑:Jonas 2021-4-26
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 2022-3-18
@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!

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Discrete Multiresolution Analysis 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by