You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yeah, no, you are correct. That's what I get for trying to work things out at the end of the day. Sorry about that.
I work with explosions a lot, where the threshold for injury (in terms of pressure) is much higher than the threshold for injury due to noise. Humans is weird.
Converting pressure level to sound pressure level gives an incorrect result. Example:
julia> uconvertrp(u"dBSPL", 35u"Pa")
124.86076097372589 dBSPL
The expected answer is
28.750252691799393
.I skimmed the source code but it was not immediately apparent how this value is calculated.
The text was updated successfully, but these errors were encountered: