calculate SPL-Third octave using poctave function
Afficher commentaires plus anciens
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 commentaire
Urmila Rajpurohith
le 1 Juil 2020
Réponses (2)
5 commentaires
ngoc quy hoang ngoc quy
le 6 Mar 2021
hello zein, What is the input of p in function poctave??
zein
le 7 Mar 2021
ngoc quy hoang ngoc quy
le 8 Mar 2021
can you send me these file which you have tested, pls?
ngoc quy hoang ngoc quy
le 8 Mar 2021
you can send me to Email: hoangngocquygtvtk52@gmail.com
thank you verry much
zein
le 17 Mar 2021
ngoc quy hoang ngoc quy
le 4 Mar 2021
0 votes
do you have the answer? I am also interested in this question
Catégories
En savoir plus sur Octave dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!