How can find decibal sampl for audio

1 visualizzazione (ultimi 30 giorni)
Iam read audio file and ineed to comput loudness sample in audio

Risposta accettata

Star Strider
Star Strider il 19 Ago 2020
See if the Signal Processing Toolbox mag2db function will do what you want.
Note that it is necessary to use the absolute value of the argument:
xdB = mag2db(abs(x));
.
  8 Commenti
Esraa abd Altoni
Esraa abd Altoni il 19 Ago 2020
I want to get samples that contain decibels higher than 80 from this equation. Mag2db) Values are very low and negative Is there an add-on to get noisy samples over 80 db?
Star Strider
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.

Accedi per commentare.

Più risposte (0)

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!

Translated by