How to convert Pascal to dB, knowing the microphone sensitivity?
32 ビュー (過去 30 日間)
古いコメントを表示
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
1 件のコメント
harun yildirim
2021 年 5 月 27 日
How can noise signals received as pa be converted into dB and dBA?
Help me please
採用された回答
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:
0 件のコメント
その他の回答 (1 件)
Gerd
2011 年 7 月 6 日
Hi Coline please have a look at the webside
I think this is what you need
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Simulation, Tuning, and Visualization についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!