GitXplorerGitXplorer
t

coursera-dsp

public
3 stars
5 forks
0 issues

Commits

List of commits on branch master.
Unverified
b11fe2b9a786ae654cf4dec748a0c00ec2bff829

Did Homework 3 and 4

ttbekolay committed 10 years ago
Unverified
48e2b4fdad6443c53d488fb0fa08f820b30ab808

Did Homework 1 and 2

ttbekolay committed 10 years ago
Unverified
34373e0c90ce7fc7d1930142208f8a5c684cf378

Add README

ttbekolay committed 10 years ago
Unverified
fc0ea142d470b4095916103e401f583b319dead8

Added Karplus-Strong alg. notebook

ttbekolay committed 10 years ago
Unverified
329a169768ddbc9db1861f840f204fd8e3c141dc

Initial commit with Python reqs

ttbekolay committed 10 years ago

README

The README file for this repository.

Digital Signal Processing

This is work relating to dsp-005.

Installation

To work with this repo, you must have Python installed. Then, make a new virtualenv and do

pip install -r requirements.txt

Running notebooks

Most of the work is in IPython notebooks. In the top-level of this repo, run

ipython notebook

to open and run the notebooks.

Accessing course materials

The actual course materials aren't stored in this repo; instead, they are downloaded with coursera-dl. To download the materials, run

coursera-dl -u <username> -p <password> -d . dsp-005