windwhisper.geometric_divergence
This module models the geometric divergence of sound waves.
Functions
|
Calculate the geometric spread loss in accordance with ISO 9613-2:2024. |
Module Contents
- windwhisper.geometric_divergence.get_geometric_spread_loss(distance)
Calculate the geometric spread loss in accordance with ISO 9613-2:2024.
- Parameters:
distance (numpy.ndarray | float) – Distance between source and receiver in metres.
- Returns:
Geometric divergence loss in dB.
- Return type:
numpy.ndarray | float