Giter Club home page Giter Club logo

501-a4's Introduction

Student:	Jeremy Mah
ID:		1005 3908
COURSE:		CPSC 501
INSTRUCTOR:	Leonard Manzara
TUTORIAL:	tut 3, MW @ 10am
TA:		Lee Ringham

Requires library lsndfile for reading wav files...
(requires super user so cannot install onto lab computers...)
on ubuntu:
	sudo apt-get install libsndfile1-dev

to compile: 
	g++ convolve.cpp -lsndfile

tested on: 
	osx
	ubuntu vm on windows 
http://ubuntuforums.org/showthread.php?t=968690

included important files:
	report
	readme
	gitlog

	convolve.cpp  (same as convolveOptimized.cpp)
	baseConvolve.cpp
	fftConvolve.cpp
	convolveOptimized.cpp

	main.cpp
	utils.cpp
	libsndfile-1.0.26   (for osx, enter the folder and run './configure; make; make install' as defined in the library's readme)
	tabla.wav
	irBIGHALL
	tablaSlowConvolve.wav
	
Decisions:
	reading wav iles uses lsndfile library,
	writing wav files uses code from tutorials and is in utils.cpp
	sound files used were tabla.wav and irBIGALL, both were provided on d2l.

	fourier transformation was one found online which also in C textbook.

	All optimization changes were made in convolve.cpp, as such only multiple versions of that file are included.


501-a4's People

Contributors

jwymah avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.