How can find decibal sampl for audio

1 visualización (últimos 30 días)
Esraa abd Altoni
Esraa abd Altoni el 19 de Ag. de 2020
Comentada: Star Strider el 19 de Ag. de 2020
Iam read audio file and ineed to comput loudness sample in audio

Respuesta aceptada

Star Strider
Star Strider el 19 de Ag. de 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 comentarios
Esraa abd Altoni
Esraa abd Altoni el 19 de Ag. de 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 el 19 de Ag. de 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.

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Audio Processing Algorithm Design en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by