How can find decibal sampl for audio

1 Ansicht (letzte 30 Tage)
Esraa abd Altoni
Esraa abd Altoni am 19 Aug. 2020
Kommentiert: Star Strider am 19 Aug. 2020
Iam read audio file and ineed to comput loudness sample in audio

Akzeptierte Antwort

Star Strider
Star Strider am 19 Aug. 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 Kommentare
Esraa abd Altoni
Esraa abd Altoni am 19 Aug. 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 am 19 Aug. 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.

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Audio Processing Algorithm Design finden Sie in Help Center und File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by