(New page: == Matlab == temp=wavread('jpforward.wav'); temp1=flipud(temp); wavwrite(temp1,36000,'temp1.wav'); == Audio File == Media:song2.wav)
 
(Matlab)
Line 2: Line 2:
 
== Matlab ==
 
== Matlab ==
  
 +
<pre>
 
temp=wavread('jpforward.wav');
 
temp=wavread('jpforward.wav');
 
temp1=flipud(temp);
 
temp1=flipud(temp);
 
wavwrite(temp1,36000,'temp1.wav');
 
wavwrite(temp1,36000,'temp1.wav');
 
+
</pre>
  
 
== Audio File ==
 
== Audio File ==
 
[[Media:song2_ECE301Fall2008mboutin.wav]]
 
[[Media:song2_ECE301Fall2008mboutin.wav]]

Revision as of 12:55, 1 September 2008

Matlab

temp=wavread('jpforward.wav');
temp1=flipud(temp);
wavwrite(temp1,36000,'temp1.wav');

Audio File

Media:song2_ECE301Fall2008mboutin.wav

Alumni Liaison

Questions/answers with a recent ECE grad

Ryne Rayburn