(New page: == Matlab code == <pre> %Tyler Houlihan(thouliha@purdue.edu) 0016165728 %9/3/08 %ECE301 HW 1 %------------------------------------------------- %This program will play the judas priest e...)
 
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 +
[[Media:judas priest reversed_ECE301Fall2008mboutin.wav]]
 +
  
 
== Matlab code ==
 
== Matlab code ==

Latest revision as of 13:05, 4 September 2008

Media:judas priest reversed_ECE301Fall2008mboutin.wav


Matlab code

%Tyler Houlihan(thouliha@purdue.edu) 0016165728
%9/3/08
%ECE301 HW 1
%-------------------------------------------------
%This program will play the judas priest extract
%backwards, i could not hear anything,
%even when sampling at different frequencies.



original=wavread('jpforward.wav');
reversed=flipud(original);

wavplay(original,44100);
pause(1);
wavplay(reversed,44100);
pause(1);
wavplay(reversed,22050);
%None of the other sampling rates were understandable
%I honestly can't hear a reverse message, it just sounds like noise

Alumni Liaison

Ph.D. on Applied Mathematics in Aug 2007. Involved on applications of image super-resolution to electron microscopy

Francisco Blanco-Silva