Simsalabim is a collection of my custom utilities in python concerning tasks in digital signal processing and basic data wrangling.
- Free software: MIT license
- Documentation: https://simsalabim.readthedocs.io.
- Digital signal processing
- Decibel calculations
- Evaluation of Speech Enhancement Algorithms
- Data transformations from Excel sheets
Create a local copy of the package by cloning the repository:
$ git clone git://github.com/simklein/simsalabim
Install the local package to your environment:
$ python -m pip install -e c:/mydir/simsalabim
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.