(New page: %Splitting the song into phases : ph1 = 320;ph2 = 340;ph3= 400;ph4= 420;ph5= 475;ph6= 540;ph7= 561;ph8= 497; brk = 0; %Giving the parameters smps = 21500; bitrate = 65/130; x = bit...)
(No difference)

Revision as of 14:58, 5 September 2008

%Splitting the song into phases :

ph1 = 320;ph2 = 340;ph3= 400;ph4= 420;ph5= 475;ph6= 540;ph7= 561;ph8= 497;

brk = 0;

%Giving the parameters

smps = 21500;

bitrate = 65/130;

x = bitrate;

j = 2*x;

w = 1.5*x;

d = .5*x;

phases = [ph1, ph2 ph3 ph4 ph5 ph6 ph6 ph7 ph7 ph7 ph4 ph5 ph8 ph6]; freq = [j x x w d x x x d d x d d j]

  • after this point i wasnt sure of what to do

Alumni Liaison

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

Buyue Zhang