Line 1: Line 1:
 +
At full speed it is very easy to tell that he says: "I took my own life".
 +
 
==Sound File==
 
==Sound File==
 
http://kiwi.ecn.purdue.edu/ECE301Fall2008mboutin/images/6/68/JudasPriest.wav
 
http://kiwi.ecn.purdue.edu/ECE301Fall2008mboutin/images/6/68/JudasPriest.wav

Latest revision as of 09:25, 5 September 2008

At full speed it is very easy to tell that he says: "I took my own life".

Sound File

http://kiwi.ecn.purdue.edu/ECE301Fall2008mboutin/images/6/68/JudasPriest.wav

MATLAB code

clear
clc

[forward,fs,nbits] = wavread('N:\jpforward.wav');
reverse = flipud(forward);
wavwrite(reverse,44100,32,'N:\JudasPriest');

Alumni Liaison

Questions/answers with a recent ECE grad

Ryne Rayburn