calculate SPL-Third octave using poctave function
19 ビュー (過去 30 日間)
古いコメントを表示
I want to calculate the sound pressure level third ooctave using poctave function
I used poctave function to convert pressure data (p) (time,pressure) to 1/3 octave spectrum
[P3rd, cf] = poctave(p,fs,'FrequencyLimits',[df,fs/2],'BandsPerOctave',3);
In order to calculate the SPL-1/3 Octave (sploct)
sploct = 10*log10(P3rd/pref^2);
Is the equation for calculating SPL-1/3 octave is correct or not?
回答 (2 件)
zein
2021 年 3 月 5 日
編集済み: zein
2021 年 3 月 5 日
5 件のコメント
ngoc quy hoang ngoc quy
2021 年 3 月 8 日
you can send me to Email: hoangngocquygtvtk52@gmail.com
thank you verry much
ngoc quy hoang ngoc quy
2021 年 3 月 4 日
do you have the answer? I am also interested in this question
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Octave についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!