ISO 1996-1:2003
ISO 1996-1:2003 defines the basic quantities to be used for the description of noise in community environments and describes basic assessment procedures. It also specifies methods to assess environmental noise and gives guidance on predicting the potential annoyance response of a community to long-term exposure from various types of environmental noises. The sound sources can be separate or in various combinations. Application of the method to predict annoyance response is limited to areas where people reside and to related long-term land uses.
Reference
ISO 1996-1:2003: Description, measurement and assessment of environmental noise
Functions
composite_rating_level
Composite rating level.
The composite rating level is calculated as:
where \(i\) is a period. See equation 6 and 7 of the standard.
Note
Summation is done over the last axis
| PARAMETER | DESCRIPTION |
|---|---|
levels
|
Level per period
TYPE:
|
hours
|
Amount of hours per period
TYPE:
|
adjustment
|
Adjustment per period
TYPE:
|
| RETURNS | DESCRIPTION |
|---|---|
float | ndarray
|
The composite rating level in dB as a float if a scalar result is obtained, or as |
float | ndarray
|
an ndarray if multiple periods are processed. |
Source code in acoustic_toolbox/standards/iso_1996_1_2003.py
:::