How to reconstruct the original signal using the detail coefficients in the discrete wavelet transform?
11 ビュー (過去 30 日間)
古いコメントを表示
I want to reconstruct the signal usign only the detail or either the approximation coefficents. is this possible?
0 件のコメント
回答 (1 件)
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
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
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 Center および File Exchange で Discrete Multiresolution Analysis についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!