i have applied huffman coding and decoding from matlab/simulink for digital communication by won y yang
조회 수: 1 (최근 30일)
이전 댓글 표시
i have applied huffman on images everything is working fine am getting the coded_sequence ,decoded_sequence,decoded image but the compresses image size am getting same as the original
can any one help
댓글 수: 0
답변 (1개)
Shounak Shastri
2018년 3월 19일
Usually compression doesn't work well for data which has uniform distribution. Almost all natural images follow this trait. You can try different compression algorithms and different images to test this. The compressed data would either be more than the input or almost the same size. The only thing you can do is try to modify the existing compression algorithms to suit your purpose.
Good Luck.
댓글 수: 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!