Skip to main content

A package for simulating the sound propagation in a road scenario

Project description

DOI

pyroadacoustics

Pyroadacoustics is an open-source library that enables to simulate the sound propagation in a road scenario. The Python, entirely developed in Python, is built on a geometrical acoustics model to resemble the main acoustic phenomena that affect the sound produced by sources moving on a road, in a realistic outdoor environment.

The simulated acoustic scene is defined by:

  • One omnidirectional sound source, moving on an arbitrary trajectory with an arbitrary speed, that emits a user-defined sound signal.
  • A static array of omnidirectional microphones, with arbitrary geometry, used to record the sound produced by the source.
  • A static background noise with defined SNR.
  • A set of environmental parameters that define the atmospheric conditions:
    • Temperature
    • Pressure
    • Relative Humidity
  • The material of the road surface over which the sound source is moving. This material characterizes the acoustic properties of the ground surface used in the simulation.

The simulator provides an accurate model of the Doppler effect, the acoustic atmospheric absorption, affecting sound propagation at high distances, and of the asphalt reflection properties.

Installation and Use

To install and use pyroadacoustics, the following python packages are required:

  • numpy
  • scipy
  • matplotlib

You can install the package using pip:

pip install pyroadacoustics

Documentation and Examples

The documentation of all the classes and methods of the package is available in the corresponding docstring.

An example of the definition of the simulation scene and of the use of the simulator is provided in the notebook simulator_demo.ipynb.

Audio Demos

The directory audio_demos contains the audio files of a set of simulations performed in a fixed scenario, with different source signals. The demos were produced with the simulator_demo.ipynb code. The scenario is defined by the following parameters:

  • Atmospheric conditions:
    • Temperature T = 20° C
    • Pressure P = 1 atm
    • Relative Humidity H = 50 %
  • Sampling frequency: Fs = 8 kHz
  • Static Microphone at position: [0,0,1] m
  • Sound source moving on a straight trajectory starting at position [3,20,1] m and ending at position [3,-20,1] m, with constant speed v = 5m /s
  • No background noise

The 3 demos were run with different sound source signals:

  1. demo1: sinusoid with frequency F = 2000 Hz, without reflection from the ground (i.e. only direct sound field is simulated).
  2. demo2: sinusoid with frequency F = 2000 Hz, with direct sound field and reflection from the ground.
  3. demo3: white noise signal, with direct sound field and reflection from the ground.

Academic Publication

If you use this package or part of this code in your own research, please cite the following paper:

S. Damiano and T. van Waterschoot. “Pyroadacoustics: a Road Acoustics Simulator Based On Variable Length Delay Lines”, in Proceedings of the 25th International Conference on Digital Audio Effects (DAFx22), Vienna, Austria, Sept. 2022.

Acknowledgements

This project has received funding from the European Union’s Horizon 2020 research and innovation programme under the Marie Skłodowska-Curie grant agreement No. 956962 (I-SPOT Project).

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyroadacoustics-1.1.0.tar.gz (69.1 kB view hashes)

Uploaded Source

Built Distribution

pyroadacoustics-1.1.0-py3-none-any.whl (54.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page