Quieries on Quantization and Inverse Quantization
    4 visualizzazioni (ultimi 30 giorni)
  
       Mostra commenti meno recenti
    
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 Commento
  ES
      
 il 31 Dic 2013
				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!
Risposte (0)
Vedere anche
Categorie
				Scopri di più su Cast and Quantize Data in Help Center e File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

