Part A

I could not really understand it. The last word could be stay, but I am not 100% sure.

Part B

%Daniel Morris
%drmorris@purdue.edu
%EE 301

clc; clear;
song=wavread('jpforward.wav');  %load the file
songreverse=flipud(song);       %it loads as a column vector, so this flips it

wavwrite(songreverse,44100,'jpreversed');   %write the file

Comments

I still don't know how to load a sound file, but in listening to it, I believe it is saying suicide in my mind.

Alumni Liaison

Correspondence Chess Grandmaster and Purdue Alumni

Prof. Dan Fleetwood