Revision as of 16:36, 24 June 2009 by Xie0 (Talk | contribs)

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

del = 0.00001;

t = 0:del:1;

y = sin(2*pi*330*t);

sound(y,1/del);

%E


del = 0.00001;

t = 0:del:1;

y = sin(2*pi*330*t);

sound(y,1/del);

%E


del = 0.00001;

t = 0:del:1; y = sin(2*pi*330*t);

sound(y,1/del);

%E


del = 0.00001;

t = 0:del:1;

y = sin(2*pi*396*t);

sound(y,1/del);

%G


del = 0.00001;

t = 0:del:1;

y = sin(2*pi*264*t);

sound(y,1/del);

%C


del = 0.00001;

t = 0:del:1;

y = sin(2*pi*330*t);

sound(y,1/del);

%E


del = 0.00001;

t = 0:del:1;

y = sin(2*pi*396*t);

sound(y,1/del);

%G


del = 0.00001;

t = 0:del:1;

y = sin(2*pi*264*t);

sound(y,1/del);

%C


del = 0.00001;

t = 0:del:1;

y = sin(2*pi*198*t);

sound(y,1/del);

%G lower


del = 0.00001;

t = 0:del:1;

y = sin(2*pi*165*t);

sound(y,1/del);

%E lower


del = 0.00001;

t = 0:del:1;

y = sin(2*pi*220*t);

sound(y,1/del);

%A lower


del = 0.00001;

t = 0:del:1;

y = sin(2*pi* 247.5*t);

sound(y,1/del);

%B lower


del = 0.00001;

t = 0:del:1;

y = sin(2*pi*233.75*t);

sound(y,1/del);

%A# lower


del = 0.00001;

t = 0:del:1;

y = sin(2*pi*220*t);

sound(y,1/del);

%A lower

Alumni Liaison

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

Landis Huffman