0

Can someone explain to me how to get the answer I am so lost.

Q1. A multiplexer combines four 100-kbps channels using a time slot of 2 bits. What is the frame rate and the bit rate?

The answer is 50,000 Frame per sec and 400 kbps.

Brian Tompsett - 汤莱恩
  • 5,753
  • 72
  • 57
  • 129
Mebighobo
  • 13
  • 1
  • 1
  • 7

3 Answers3

1
bit rate = no. of channels * Input bit rate

So, bit rate = 4 * 100kbps = 400kbps

Frame rate = Input bit rate (convert it into bit) / time slot bit(s)

So, Frame rate = 100000bps / 2b = 50000 frames per second (Frames/s)

Sallar Rabiei
  • 630
  • 1
  • 12
  • 33
0

4 * 100kbps = 400kbps

100kbps / 2b = 100000bps / 2b = 50000fps

Milan Rakos
  • 1,705
  • 17
  • 24
-1

Frame rate is the number of frames per second. If we have 400000 bits per second transmission Since each frame carries 8 bits, the frame rate would be: 400000/8 = 5000 per second.

dboy
  • 1,004
  • 2
  • 16
  • 24