How can calculate compression ratio in Principal component analysis using SVD
15 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
compression ratio is the rate of original file on the compressed file. but in PCA tech the ratio= 1024/(2*PrinComps+1)?
0 Commenti
Risposte (2)
Image Analyst
il 18 Set 2017
I don't understand the question. Compression ratio is the ratio of the disk size of the original (uncompressed) image divided by the size of the compressed image file. Like if the original file was 10 MB and you compressed it, what whatever method (SVD or otherwise), and now the size of the compressed file is 2 MB, then the compression ratio is 10/5 = 5 to 1. So, is that formula not working for you?
6 Commenti
Walter Roberson
il 20 Set 2017
I showed how to use whos to find out the data storage requirement of a matrix. Call that on the original matrix. Call that on each of the matrices of non-constant values that are needed together to reconstruct the original matrix, and sum those. The original size divided by the sum of the representation matrix sizes is the compression ratio.
Vedere anche
Categorie
Scopri di più su Dimensionality Reduction and Feature Extraction 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!