Urgent: Help with plot
Show older comments
Someone help me to plot. I want M on x-axis and T on y-asix. Find the script below
CBW=12; % kbit/sec
Ps=160; %voice payload size
for M=1:100 %number of voice sources
lambda= M*CBW/Ps %arrival rate of a single voice source
Ls=4096; % bandwidth of link, kbit/s
Hl=240; %Total size of header
Ts=20*10^-6;
mu=Ls/(Ps+Hl+Ls*Ts); %service rate of a voice packet
nu=M*CBW*(Ps+Hl+Ls*Ts);
de=Ps*Ls;
rho=nu/de %factor of utilization
a=1/mu;
b=rho/2*(1-rho)*mu;
T=a+b
end
1 Comment
Jan
on 26 Sep 2011
Please use meaningful subject and tags. For the ones who ask the question, it is always "urgent", for the ones who answer, it is never "urgent". And all questions concern "matlab".
Accepted Answer
More Answers (0)
Categories
Find more on Clocks and Timers in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!