This repository has the main propuse to help new Students of Signal Processing Laboratory of Federal University of Rio de Janeiro to get familiar with useful methods and analysis
1 - First clone the package lastest version
$ git clone https://github.com/natmourajr/LPSTutorials.git
2 - Go to package folder
$ cd LPSTutorials
3 - To run the tutorials, I suggest to use the virtualenv struct (create a virtualenv with no lib installed). To run the tutorials do:
$ pip install --upgrade pip
$ pip install -r requirements.txt
4 - To run a package
$ cd Packages/<Choose Package>
$ jupyter notebook