필터 지우기
필터 지우기

Quieries on Quantization and Inverse Quantization

조회 수: 1 (최근 30일)
Derick Wong
Derick Wong 2013년 12월 31일
댓글: ES 2013년 12월 31일
Hi,
I had a question regarding quantization.
I need to quantize a matrix, and I found out that the round command built in matlab is similar to quantization. So what I did are as follow.
example:
DCTr=[ 1 2 3; 2 3 4; 5 6 7]
quantization=round(DCTr);
However, now I need to get back the DCTr by doing an inverse quantization. May I know how do I achieve that?
  댓글 수: 1
ES
ES 2013년 12월 31일
I think quantization physically leads to data loss that is irreversible. i.e., quantization is a means of lossy compression. So there is no way to get your unquantized dara back!

댓글을 달려면 로그인하십시오.

답변 (0개)

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by