A project to gather simple python notebooks for doing Signal Processing, Machine Learning and Data Analysis.
This package is written in python. The code is mostly in the form of ipython notebook
To run python scripts or ipython notebook you need to setup a python environment. This can be done in different ways and some IDE as
- [PyCharm] ( https://www.jetbrains.com/pycharm/ )
- [Enthought] (https://www.enthought.com/products/canopy/)
- [Anaconda] (https://www.continuum.io/downloads)
can do it for you. Each of them offers free community edition.
If you prefer to do everything by yourself, you can follow the following instructions to create your local virtual environment:
http://docs.python-guide.org/en/latest/dev/virtualenvs/
You have to install also ipython and ipython notebook
One you have your python environment setup, you need to install some library packages, which will be used in the notebook or scripts
There are many good tutorial on the net for signal processing and many good book on the argument, so this is only a short list.
- Introduction to Signal Processing, Sophocles J. Orfanidis
- Fundamentals of Statistical Signal Processing: Estimation Theory by Steven M. Kay (ISBN 0-13-345711-7)
- Nonlinear Methods of Spectral Analysis, Editors: Haykin, S. (Ed.)