Sunteți pe pagina 1din 3

Fall 2014 Computer Communication Networks

HW#4_sol (Due date: 2014/10/20 hand in on E3 system)

Question 1:
We have sampled a low-pass signal with a bandwidth of 200 KHz using
1024 levels of quantization.
a. Calculate the bit rate of the digitized signal.
b. Calculate the SNRdB for this signal.
c. Calculate the PCM bandwidth of this signal.

a. In a lowpass signal, the minimum frequency is 0. Therefore, we can


say
fmax = 0 + 200 = 200 KHz fs = 2 200,000 = 400,000 samples/s
The number of bits per sample and the bit rate are
nb = log21024 = 10 bits/sample N = 400 KHz 10 = 4 Mbps
b. The value of nb = 10. We can easily calculate the value of SNRdB
SNRdB = 6.02 nb + 1.76 = 61.96
c. The value of nb = 10. The minimum bandwidth can be calculated as
BPCM = nb Banalog = 10 200 KHz = 2 MHz

Question 2:
Calculate the bit rate for the given baud rate and type of modulation.
a. 1000 baud, FSK
b. 1000 baud, ASK
c. 1000 baud, BPSK
d. 1000 baud, 16-QAM

We use the formula N = r S, but first we need to calculate the value of r


for each case.
a. r = log22 = 1 N = (1) (1000 bps) = 1000 bps
b. r = log22 = 1 N = (1) (1000 bps) = 1000 bps
c. r = log22 = 1 N = (1) (1000 bps) = 1000 bps
d. r = log216 = 4 N = (4) (1000 bps) = 4000 bps
Question 3:
We need to use synchronous TDM and combine 20 digital sources, each
of 100 Kbps. Each output slot carries 1 bit from each digital source, but
one extra bit is added to each frame for synchronization. Answer the
following questions:
a. What is the size of an output frame in bits?
b. What is the output frame rate?
c. What is the duration of an output frame?
d. What is the output data rate?
e. What is the efficiency of system (ratio of useful bits to the total bits).

a. Each output frame carries 1 bit from each source plus one extra bit
for synchronization. Frame size = 20 1 + 1 = 21 bits.
b. Each frame carries 1 bit from each source. Frame rate = 100,000
frames/s.
c. Frame duration = 1 /(frame rate) = 1 /100,000 = 10 s.
d. Data rate = (100,000 frames/s) (21 bits/frame) = 2.1 Mbps
e. In each frame 20 bits out of 21 are useful. Efficiency = 20/21= 95%
Question 4:
We need a three-stage space-division switch with N=100. We use 10
crossbars at the first and third stages, and 4 crossbars at the middle
stage.
a. Draw the configuration diagram.
b. Calculate the total number crosspoints.
c. Find the possible number of simultaneous connections.
d. Find the possible number of simultaneous connections if we use one
single crossbar(100 100).
e. Find the blocking factor, the ratio of the number of connections in c
and in d.

a.

b. The total number of crosspoints are Number of crosspoints = 10 (10


4) + 4 (10 10) + 10 (4 10) = 1200
c. Only four simultaneous connections are possible for each crossbar at
the first stage. This means that the total number of simultaneous
connections is 40.
d. If we use one crossbar (100 100), all input lines can have a
connection at the same time, which means 100 simultaneous
connections.
e. The blocking factor is 40/100 or 40 percent.

S-ar putea să vă placă și