Wcompress for 1D data
古いコメントを表示
is there another function in matlab for compressing 1D data (speech or any signal) that is equivalent to wcompress ?
4 件のコメント
Sharmin Kibria
2022 年 9 月 23 日
You can use other 2D discrete wavelet transform funtions in Wavelet toolbox to obtain the coefficients and perform compression by setting some values to zero. Wavelet toolbox also has wdencmp function that can used for denoising or compression.
The following example shows how to use wdencmp for compression.
https://www.mathworks.com/help/wavelet/ug/wavelet-data-compression.html
faten Abushmmala
2022 年 9 月 24 日
編集済み: Walter Roberson
2022 年 9 月 25 日
Sharmin Kibria
2022 年 9 月 25 日
Did you check how if the threshold you chose zeroed out significant number of coefficients? If not, chances are the file size won't change drastically. The functions must be using different algorithms under the hood. Can you attach the audio file here? I want to take a look.
faten Abushmmala
2022 年 9 月 25 日
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Continuous Wavelet Transforms についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!