How to use wcompress
古いコメントを表示
The following is stated in the documentation for wcompress: "X can be either a 2-D array containing an indexed image or a 3-D array of uint8 containing a truecolor image. Both the row and column size of the image must be powers of two."
Is there any way the 3-d image or datacube can be of a different type than uint8 and the rows and columns of something different than a number that is a power of two?
Is this possible or do I have to implement something myself?
採用された回答
その他の回答 (1 件)
Abhishek Ballaney
2018 年 3 月 1 日
0 投票
https://in.mathworks.com/help/wavelet/ref/wcompress.html
3 件のコメント
Sivert Bakken
2018 年 3 月 1 日
faten Abushmmala
2022 年 9 月 23 日
is there another function in matlab for compressing 1D data (speech or any signal) that is equivlant for wcompress ?
Walter Roberson
2022 年 9 月 23 日
編集済み: Walter Roberson
2022 年 9 月 23 日
Equivalent in what sense? What would it have to do differently than wcompress? There is a complete wavelet toolbox https://www.mathworks.com/help/wavelet/index.html
カテゴリ
ヘルプ センター および File Exchange で Wavelet Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!