Skip to content
This repository has been archived by the owner on Sep 17, 2020. It is now read-only.
/ ECE439-Scripts Public archive

Collection of Python scripts for Digital Signal Processing applications for ECE439, Intro to Digital Signal Processing.

Notifications You must be signed in to change notification settings

hhofner/ECE439-Scripts

Repository files navigation

ECE439-Scripts

Collection of Python scripts for Digital Signal Processing applications for ECE439, Intro to Digital Signal Processing.

Prereq's

Packages that are required:

  • pyaudio
  • matplotlib
  • numpy/scipy

To install pyaudio:

sudo apt-get install python-all-dev
sudo apt-get install portaudio19-dev
sudo pip install pyaudio

or

sudo apt-get install python-pyaudio

Trellis Project

Files needed:

  • trellis.py
  • state.py

Run

python trellis.py

About

Collection of Python scripts for Digital Signal Processing applications for ECE439, Intro to Digital Signal Processing.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages