(New page: == Reversed Song File == Tweaked Song == MATLAB .m File == <pre> %Ronny Wijaya %rwijaya@purdue.edu %301 HW1.2 Ronny Wijaya clc; clear; songrea...)
 
(No difference)

Latest revision as of 13:44, 4 September 2008

Reversed Song File

Tweaked Song

MATLAB .m File


%Ronny Wijaya
%rwijaya@purdue.edu
%301 HW1.2 Ronny Wijaya

clc;
clear;

songread = wavread('jpforward.wav');
wavplay(songread, 44100)

songflip = flipud(songread);
wavplay(songflip,44100)

wavwrite(songflip,44100,'hw1.2 Ronny Wijaya Flipped.wav'); %to write the output file

%The message wasn't so clear but it sounds like he commited suicide

Alumni Liaison

Correspondence Chess Grandmaster and Purdue Alumni

Prof. Dan Fleetwood