A) The contents of this file are unintelligable to me.

B) The contents of this file are still unintelligable to me. (Surprise, surprise!)

%Jessica Sparks

%Homework 1 part2

JP = wavread('H:/ECE301/jpforward.wav');

wavplay(JP, 44100)

j=1;

for I = 751000:-1:1

 JPB(j) = JP(I);
 j=j+1;

end


wavwrite(JPB, 'H:/ECE301/jpbackward.wav');


wavplay(JPB, 44100)

Media:Jpbackward_ECE301Fall2008mboutin.wav

Alumni Liaison

Ph.D. 2007, working on developing cool imaging technologies for digital cameras, camera phones, and video surveillance cameras.

Buyue Zhang