calculate SPL-Third octave using poctave function
18 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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?
Antworten (2)
zein
am 5 Mär. 2021
Bearbeitet: zein
am 5 Mär. 2021
5 Kommentare
ngoc quy hoang ngoc quy
am 8 Mär. 2021
you can send me to Email: hoangngocquygtvtk52@gmail.com
thank you verry much
ngoc quy hoang ngoc quy
am 4 Mär. 2021
do you have the answer? I am also interested in this question
0 Kommentare
Siehe auch
Kategorien
Mehr zu Octave finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!