calculate SPL-Third octave using poctave function
이전 댓글 표시
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?
댓글 수: 1
Urmila Rajpurohith
2020년 7월 1일
답변 (2개)
댓글 수: 5
ngoc quy hoang ngoc quy
2021년 3월 6일
hello zein, What is the input of p in function poctave??
zein
2021년 3월 7일
ngoc quy hoang ngoc quy
2021년 3월 8일
can you send me these file which you have tested, pls?
ngoc quy hoang ngoc quy
2021년 3월 8일
you can send me to Email: hoangngocquygtvtk52@gmail.com
thank you verry much
zein
2021년 3월 17일
ngoc quy hoang ngoc quy
2021년 3월 4일
0 개 추천
do you have the answer? I am also interested in this question
카테고리
도움말 센터 및 File Exchange에서 Octave에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!