Power Module
Sound power level calculations.
Functions
lw_iso3746
Calculate sound power level according to ISO 3746:2010.
| PARAMETER | DESCRIPTION |
|---|---|
LpAi
|
Sound pressure levels of the source \(L_{pAi}\).
TYPE:
|
LpAiB
|
Background noise sound pressure levels \(L_{pAiB}\).
TYPE:
|
S
|
Area in square meters of the measurement surface \(S\).
TYPE:
|
alpha
|
Absorption coefficients of the room \(\alpha\).
TYPE:
|
surfaces
|
Room surfaces.
TYPE:
|
| RETURNS | DESCRIPTION |
|---|---|
float
|
Sound power level \(L_{w}\). |
Source code in acoustic_toolbox/power.py
:::