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

BSEE 2004, current Ph.D. student researching signal and image processing.

Landis Huffman