Difficulty: Medium
Correct Answer: 40,000 bps
Explanation:
Introduction / Context:
Channel capacity places an upper bound on error-free data rate for a given bandwidth and signal-to-noise ratio. For telephony-grade channels, Shannon’s theorem provides the theoretical limit irrespective of modulation specifics.
Given Data / Assumptions:
Concept / Approach:
Convert SNR from dB to linear: SNR_linear ≈ 10^(30.1/10) ≈ 1023. Then compute C with base-2 logarithm. Notation: use * for multiplication and / for division.
Step-by-Step Solution:
Verification / Alternative check:
If one mistakenly uses 3000 Hz bandwidth, C would be 30000 bps, which is lower and does not reflect the given 4000 Hz span. The provided spectrum explicitly yields 40000 bps.
Why Other Options Are Wrong:
Common Pitfalls:
Mixing Nyquist and Shannon formulas, using dB directly without converting to linear ratio, or assuming 3000 Hz bandwidth by habit.
Final Answer:
40,000 bps.
Discussion & Comments