mberz / 2022_dega_block_room_acoustics

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Accompanying Notebooks for the Tutorial on Acoustic Measurements

Binder nbviewer

The notebooks can be run interactively or simply viewed in a static version.

  1. Interactive online access. It may take a couple of minutes to start the online environment.
  2. Static online access. There's no wait time here, but it's not interactive.

License and Contributing

The content is provided as Open Educational Resource. The Jupyter notebooks and respective Python code are licensed under the open source MIT license; Audio (*.ita and *.wav) files are licensed under the Creative Commons 4.0 license.

Local Installation using conda

To create the environment and open locally run the following commands in the terminal:

conda env create -f environment.yml --prefix ./env/2022_dega_block_room_acoustics/
conda activate ./env/2022_dega_block_room_acoustics
jupyter lab index.ipynb

About

License:MIT License


Languages

Language:Jupyter Notebook 99.1%Language:Python 0.9%Language:MATLAB 0.1%