Revision as of 12:52, 4 September 2008 by Drmorris (Talk)

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

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

Abstract algebra continues the conceptual developments of linear algebra, on an even grander scale.

Dr. Paul Garrett