How can find decibal sampl for audio
조회 수: 1 (최근 30일)
이전 댓글 표시
Iam read audio file and ineed to comput loudness sample in audio
댓글 수: 0
채택된 답변
Star Strider
2020년 8월 19일
Note that it is necessary to use the absolute value of the argument:
xdB = mag2db(abs(x));
.
댓글 수: 8
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 Center 및 File Exchange에서 Audio Processing Algorithm Design에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!