Compression Ratio
1 回表示 (過去 30 日間)
古いコメントを表示
Hello guys
Am interested in compressing and recovering some scrambled data using wavelets.Is there way out to set the compression ratio in matlab for wavelet family ?
appreciate any help.
thanks
0 件のコメント
回答 (1 件)
Wayne King
2012 年 2 月 25 日
You can use wcompress from the Wavelet Toolbox and select from among several wavelet compression methods,each with optional parameters.
For three of the supported wavelet compression methods: 'lvl_mmc', 'gbl_mmc_f', and 'gbl_mmc_h', you can specify the compression ration as an input 'comprat'
With all methods you obtain the actual compression ratio as an output argument.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Denoising and Compression についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!