Question:

A source generates symbols with probabilities (0.5, 0.25, 0.25) at a rate of 300 symbols per second. The most efficient source encoder would have average bit rate:

Show Hint

Minimum bits = Entropy × Symbol rate.
Updated On: May 20, 2026
  • 150 bits/sec
  • 300 bits/sec
  • 450 bits/sec
  • 600 bits/sec
Show Solution
collegedunia
Verified By Collegedunia

The Correct Option is B

Solution and Explanation

Concept: Minimum average bit rate is given by: \[ R = H \times \text{symbol rate} \]

Step 1: Compute entropy
\[ H = -[0.5\log_2 0.5 + 0.25\log_2 0.25 + 0.25\log_2 0.25] \] \[ = -[0.5(-1) + 0.25(-2) + 0.25(-2)] \] \[ = 0.5 + 0.5 + 0.5 = 1.5 \text{ bits/symbol} \]

Step 2: Compute bit rate
\[ R = 1.5 \times 300 = 450 \text{ bits/sec} \] \[ \therefore \text{Correct answer is (C)} \]
Was this answer helpful?
0
0