summaryrefslogtreecommitdiff
path: root/1574/CH2/EX2.6/SCS_ex_2_6.sce
blob: c786cbdaec8a21b16931ec7f85549c0d5ceff0cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
clc;
// Chapter 2 Switched communication systems
//Example 2.6,page no 128
//given
S=10000//no of subscribers
C=16000//Tatol no of call in busy hour
CR=C/S//busy hour calling rate
mprintf('Busy hour calling rate is:%f \n',CR)
T=2.6//avarage duration of calls in min

A=C*(T/60)//rate of traffic flow
mprintf('Rate of traffic flow is %f traffic unit ',A)