Compression Ratio
조회 수: 3 (최근 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!