(New page: == Message Forward == I believe he is saying "Beyond the realms of death". But I'm not 100% sure. <pre> %% Joshua Long %% ECE 301 %% HW 1.2 Hidden Message %% clear memory cl...)
 
(Message Backwards)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
== Message Forward ==
 
== Message Forward ==
  
I believe he is saying "Beyond the realms of death". But I'm not 100% sure.
+
I believe he is saying "Beyond the realms of death." But I'm not 100% sure.
 +
 
 +
 
 +
== Matlab Code ==
 +
 
  
 
<pre>
 
<pre>
Line 28: Line 32:
 
   wavwrite(col_vector,sample_rate,bits_per_sample,'N:\Personal\ECE301\Jpbackward.wav');
 
   wavwrite(col_vector,sample_rate,bits_per_sample,'N:\Personal\ECE301\Jpbackward.wav');
 
</pre>
 
</pre>
 +
 +
 +
== Message Backwards ==
 +
 +
Compared to the message forwards the message backwards was easier to distinguish what was possibly being said. I believe he said "I took my own life."
 +
 +
The [[Media:JALBackwards.wav _ECE301Fall2008mboutin| audio file]] contains the segment of the song backwards.

Latest revision as of 07:52, 5 September 2008

Message Forward

I believe he is saying "Beyond the realms of death." But I'm not 100% sure.


Matlab Code

  %% Joshua Long
  %% ECE 301
  %% HW 1.2 Hidden Message
  
  %% clear memory
  clear
  
  %% clear console
  clc
  
  [data, sample_rate, bits_per_sample] = wavread('N:\Personal\ECE301\Jpforward.wav');
  
  %%Play the data from a wav file:
  wavplay(data, sample_rate);
      
  %% Reverse a column vector
  col_vector = flipud(data);
  
  %%Play the data from a wav file:
  wavplay(col_vector, sample_rate);
  
  %%Save a wav file:
  wavwrite(col_vector,sample_rate,bits_per_sample,'N:\Personal\ECE301\Jpbackward.wav');


Message Backwards

Compared to the message forwards the message backwards was easier to distinguish what was possibly being said. I believe he said "I took my own life."

The audio file contains the segment of the song backwards.

Alumni Liaison

Correspondence Chess Grandmaster and Purdue Alumni

Prof. Dan Fleetwood