Sound Pressure Level (SPL)
Convert acoustic pressure to dB SPL, invert back to pressure, sum multiple SPL values, and estimate distance loss.
How to Use
- Pick a mode: Pressure → SPL, SPL → Pressure, Sum Levels, or Distance Loss.
- Enter values (units supported). Results update instantly.
- Open “Show Work” for the exact formulas and steps used.
- Use “Share Link” only when you want a URL that restores your inputs.
Show Work (step-by-step)
Formulas Used
dB SPL from pressure: L = 20 · log10(p / p₀)
Pressure from dB SPL: p = p₀ · 10^(L/20)
Sum levels (same reference): L = 10 · log10(Σ 10^(Li/10))
Free-field distance loss: L₂ = L₁ − 20 · log10(r₂ / r₁)
p₀ = 20 µPa.
FAQ
Why is SPL “20·log10” instead of “10·log10”?
SPL is based on pressure amplitude. Sound intensity/power ratios use 10·log10, but pressure is proportional to the square root of intensity, so it becomes 20·log10.
What does it mean when two sources add?
Two equal, uncorrelated sources add about +3 dB (not +6 dB). This tool uses the standard logarithmic summation.
Is distance loss always accurate?
The 20·log10(r₂/r₁) model assumes free-field conditions. Real rooms, enclosures, reflections, and absorption can change results.
Tool Info
Last updated:
Updates may include unit additions, parsing improvements for summation lists, and edge-case handling.