Project for course ISS (Signals and Systems) at FIT BUT 2020
- Script for analysis & simulation of the impact of face masks on human speech; and production of graphs for output protocol
- Documentation of implementation & Protocol of achieved results (in Slovak)
Assignment (in Czech)
- Procude recordings of of single tone & single sentence with and without face mask
- Analyse the recordings, produce estimates of parameters of the face mask & use them for simulation of the mask's impact on the recordings without the mask
- Jakub Bartko xbartk07@stud.fit.vutbr.cz
- Download tar file
- Unpack using
tar -xf xbartk07.tar.gz - Navigate to
src - Install dependencies using
python3 -m pip install -r requirements.txt
- Run using
python3 solution.py - Generate graphs using
python3 solution.py -g
- At merlin.fit.vutbr.cz run with
/usr/local/bin/python3.8instead ofpython3 - SoundFile v0.10.0 was used, but due to merlin not recognizing its version specification I was forced to ommit it from requirements.txt