I need to find out the compression ratio of an audio signal ?Is it correct method that I have done here?
Mostrar comentarios más antiguos
byte_size_of_sampled_signal=4.826071911134670e-42 kb ;
byte_Size_of_compressed_data=4.663521289272991e-42kb;
byte_Size_of_decompressed_signal=2.326155450779196e-42kb;
Calculation of compression ratio:
Is this method is correct????????????
C.R=byte_Size_of_compressed_data/byte_size_of_sampled_signal=0.966318234610918;
OR
this method is correct???????????
C.R=byte_Size_of_decompressed_signal/byte_size_of_sampled_signal=0.481997677119628;
Respuesta aceptada
Más respuestas (1)
PRATIBHA WARKADE
el 31 de Ag. de 2015
0 votos
Categorías
Más información sobre Audio Processing Algorithm Design en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!