MATLAB: MATLAB to calculate .wav file intensity

MATLABsoundfile

Any tools or suggestions?
Thanks!

Best Answer

Hi, Jen!
Audio System Toolbox has a couple of tools for this:
splMeter measures sound pressure level in dB: https://www.mathworks.com/help/audio/ref/splmeter-system-object.html
loudnessMeter does similar, using Loudness Units: https://www.mathworks.com/help/audio/ref/loudnessmeter-system-object.html
Related Question