How can find decibal sampl for audio
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
Esraa abd Altoni
il 19 Ago 2020
Commentato: Star Strider
il 19 Ago 2020
Iam read audio file and ineed to comput loudness sample in audio
0 Commenti
Risposta accettata
Star Strider
il 19 Ago 2020
Note that it is necessary to use the absolute value of the argument:
xdB = mag2db(abs(x));
.
8 Commenti
Star Strider
il 19 Ago 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.
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Audio Processing Algorithm Design 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!