Revision as of 17:09, 4 September 2008 by Cztan (Talk)

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

Message

Can't hear very clearly but it goes something something my life.

MATLAB Code

% Caleb Tan

% HW 1.2


% WavRead the File

[Jpforward, Fs, nbits] = wavread('Jpforward.wav');


% Reverse the matrix using the flipud function

Jpbackward = flipud(Jpforward);


% Play the song backwards at the same speed

sound(Jpforward, Fs);


% Play it using a slower rate

sound(Jpforward, 20000);

Alumni Liaison

Ph.D. 2007, working on developing cool imaging technologies for digital cameras, camera phones, and video surveillance cameras.

Buyue Zhang