Skip to content

bics-rug/dsp-exercises

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dsp-exercises

Exercises of the Digital Signal Processing (DSP) course at the University of Groningen

Installation

First create the virtual environment and install the dependencies. Use the option approtiate for your OS/shell:

python -m venv .venv
source .venv/bin/activate       # bash/zsh (Linux/Mac)
.venv\Scripts\activate.bat      # cmd.exe (Windows)
.venv\Scripts\Activate.ps1      # PowerShell (Windows)
pip install .

Now you can use the environment to run your code, i.e. via the terminal or by actvating it within your IDE.

About

Exercises of the Digital Signal Processing (DSP) course at the University of Groningen

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors