Revision as of 17:38, 4 September 2008 by Lee251 (Talk)

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

[data, sample_rate, bits_per_sample] = wavread('Jpforward'); wavplay(data, sample_rate); wavplay(data, sample_rate*2/3);

reverse=flipud(data); wavplay(reverse, sample_rate);

%%%%FORWARD%%%% %%%I could not tell what he was saying%%%% %%%%REVERSE%%%% %%%It souunded like 'I took my own life'%%%%%%%%%%

Alumni Liaison

Basic linear algebra uncovers and clarifies very important geometry and algebra.

Dr. Paul Garrett