summaryrefslogtreecommitdiff
path: root/116/CH12/EX12.5/exa12_5.sce
blob: 26994b43c69e228a02bb997b460ddfe545b9a794 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26

 
//Example 5.5
 
//Page 534
 
//Refer figure 12.5 on page 533
 
disp('From fig, it can be that the output circuit utilization for B=0.1 and N=24 is 0.8.')

N=24

op=0.8
 
disp('Thus the carried traffic intensity is ')

N*op

disp('Since the blocking probability is 0.1, the maximum level of offered traaffic is,')

A=[19.2/(1-0.1)]

disp("Result")

disp("A = 21.3 erlangs")