Filter löschen
Filter löschen

Convert audioread file to obtain spl

3 Ansichten (letzte 30 Tage)
Justin
Justin am 29 Okt. 2022
Kommentiert: Star Strider am 29 Okt. 2022
I have an audio recording of.wav file type that i want to obtain the spl for it. the audioread() function returns 2 columns with doubles. how do i convert that into spl and plot a graph of spl vs time?
My goal is to obtain the L50 level of the sound recording

Akzeptierte Antwort

Star Strider
Star Strider am 29 Okt. 2022
Use the Audio Toolbox function splMeter.
  2 Kommentare
Justin
Justin am 29 Okt. 2022
yeap i managed to get my graph up and running. But do you know how I can obtain the L50 sound level from it? or from the audioread() file?
Star Strider
Star Strider am 29 Okt. 2022
I do not have the Audio Toolbox, so I have no experience with it. I am not certain what all its options are.
The median function can return 50th percentile value of a vector, and the prctile function can return the percentiles of a data set. See the documentation on each for details.

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Simulation, Tuning, and Visualization finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by