Revision as of 11:13, 5 September 2008 by Verman (Talk)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

clc; clear;

%Command used to read the wav file [jpforward,rate,bits] = wavread('jpforward.wav');

% Command to use the flipud function jpbackward = flipud(jpforward);

%Command to play the file backwards wavplay(jpbackward,rate); sound(jpbackward,rate);

%Command to save the wav file


wavwrite(jpbackward,rate,bits,jpbackward.wav');

Alumni Liaison

BSEE 2004, current Ph.D. student researching signal and image processing.

Landis Huffman