Skip to content

Latest commit

 

History

History
52 lines (31 loc) · 1.27 KB

File metadata and controls

52 lines (31 loc) · 1.27 KB

Simsalabim

Documentation Status

Simsalabim is a collection of my custom utilities in python concerning tasks in digital signal processing and basic data wrangling.

Features

  • Digital signal processing
    • Decibel calculations
    • Evaluation of Speech Enhancement Algorithms
  • Data transformations from Excel sheets

Get Started

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

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.