Revision as of 15:37, 4 September 2008 by Ezarowny (Talk)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Wave Files

Media: reverse_ECE301Fall2008mboutin.wav

Matlab Code

% Eric Zarowny
% ECE 301 HW 1.2

% Just in case...
clear;
clc;

% Generate the forwards column vector
[forwards, sample_rate, bits_per_sample]=wavread('jpforward.wav');

% Flip forwards column vector and put it into a new vector
reverse = flipud(forwards);

% Write out file
wavwrite(reverse, sample_rate, bits_per_sample, 'reverse.wav')

Message

Forwards: I think it says "Beyond the Realms of Death" but I'm not 100% on that because the quality is horrible. Backwards: It says "I took my life". No need to slow it down to hear that. Odd that it's easier to hear the reverse message.

Alumni Liaison

Have a piece of advice for Purdue students? Share it through Rhea!

Alumni Liaison