(New page: ==Part A== I could not really understand it. The last word could be stay, but I am not 100% sure. ==Part B== <pre> %Daniel Morris %drmorris@purdue.edu %EE 301 clc; clear; song=wavread('j...)
 
(No difference)

Latest revision as of 12:52, 4 September 2008

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

Questions/answers with a recent ECE grad

Ryne Rayburn