Difficulty: Medium
Correct Answer: 12 Mbaud/s
Explanation:
Introduction / Context:
The Nyquist criterion sets a theoretical upper bound on symbol rate for intersymbol-interference-free transmission over an ideal baseband channel with limited bandwidth. Separating symbol rate (baud) from bit rate (bit/s) is essential, especially when multi-level signaling is used.
Given Data / Assumptions:
Concept / Approach:
For an ideal baseband channel, the Nyquist maximum symbol rate is R_s,max = 2 * B symbols per second. With B = 6e6 Hz, the maximum symbol rate is 12e6 symbols/s, i.e., 12 Mbaud/s. If we were asked for bit rate, we would multiply by log2(M): R_b,max = R_s,max * log2(4) = 12e6 * 2 = 24 Mb/s.
Step-by-Step Solution:
Write Nyquist formula for baud: R_s,max = 2 * B.Substitute B = 6 MHz → R_s,max = 12 MHz in baud.Match to options: 12 Mbaud/s.
Verification / Alternative check:
Cross-check using bit rate notion: with M = 4, each symbol carries 2 bits, giving 24 Mb/s maximum in the same conditions—consistent with 12 Mbaud/s symbol rate.
Why Other Options Are Wrong:
1.5 or 6 Mbaud/s: Below the Nyquist limit for 6 MHz.
Common Pitfalls:
Confusing bit rate with baud; multi-level signaling increases bits per symbol but not the maximum symbol rate allowed by Nyquist for a given bandwidth.
Final Answer:
12 Mbaud/s
Discussion & Comments