How to convert Pascal to dB, knowing the microphone sensitivity?

조회 수: 38 (최근 30일)
Coline Feral
Coline Feral 2011년 7월 6일
댓글: harun yildirim 2021년 5월 27일
Hi everybody,
I'm currently struggling with a sound file that comes from a recording from a microphone. I have to process this file, and I need to know the dB(A) value of the signal. I know the sensitivity of the microphone (20mV/Pa) but don't know how and where to use it. Could somebody help me with this ? Cheers,
Coline

채택된 답변

Daniel Shub
Daniel Shub 2011년 7월 6일
I think you are probably missing a piece of information to do the conversion. Your signal in MATLAB is probably in some arbitrary digital unit, you need to know the conversion from MATLAB units to voltage units. With that and teh microphone sensitivity, you can convert your signal from arbitrary units to Pa.
You then need to A-weight the signal. The A-weighting filter coefficients depend on the sample rate. You also need to account for any non-flat frequency responses in your microphone, preamp, amp, and analog-to-digital converter.
Once you have the A-weighted signal in Pa, I like to convert the signal to intensity (W/m2), which you get by squaring the signal in Pa. The instantaneous level in dB(A) is then 10*log10 of the signal in W/m2. The mean level in dB(A) is the 10*log10 of the mean of the signal in W/m2. Often people want the peak level based on either a "fast" or "slow" integration time. The integration times are standards and you will need to implement the weighting window...
The easiest way to do all of this is probably to use something on the FEX. The following looks promising, but I have not tried it:

추가 답변 (1개)

Gerd
Gerd 2011년 7월 6일
Hi Coline please have a look at the webside
I think this is what you need

카테고리

Help CenterFile Exchange에서 Measurements and Spatial Audio에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by