How can find decibal sampl for audio

조회 수: 1 (최근 30일)
Esraa abd Altoni
Esraa abd Altoni 2020년 8월 19일
댓글: Star Strider 2020년 8월 19일
Iam read audio file and ineed to comput loudness sample in audio

채택된 답변

Star Strider
Star Strider 2020년 8월 19일
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
Esraa abd Altoni
Esraa abd Altoni 2020년 8월 19일
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 2020년 8월 19일
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.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Audio Processing Algorithm Design에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by