How can find decibal sampl for audio
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Esraa abd Altoni
le 19 Août 2020
Commenté : Star Strider
le 19 Août 2020
Iam read audio file and ineed to comput loudness sample in audio
0 commentaires
Réponse acceptée
Star Strider
le 19 Août 2020
Note that it is necessary to use the absolute value of the argument:
xdB = mag2db(abs(x));
.
8 commentaires
Star Strider
le 19 Août 2020
CConsider that:
dB80 = db2mag(80)
produces:
dB80 =
10.0000e+003
so multiplying them by 1E+4 or dibviding them by 1E-4 would do what you want.
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Audio Processing Algorithm Design dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!