Baseband Transmission
Understanding Baseband Transmission
In baseband transmission, the digital data directly shapes the voltage or current waveform on the transmission medium. A logical "1" might be represented as a positive voltage and "0" as zero or negative voltage. The resulting signal spectrum starts at DC (or near DC, depending on the line code) and extends upward. This is the simplest form of digital transmission and is natural for copper cables and PCB traces that can carry DC.
The challenge at high data rates is that the required bandwidth grows proportionally with speed. A 100 Gbps NRZ signal needs 50 GHz of bandwidth, which is impractical on most copper channels. Multi-level signaling (PAM-4, PAM-8) reduces the required bandwidth by encoding multiple bits per symbol, at the cost of reduced noise margin and more complex equalization.
Baseband Bandwidth Requirements
BWmin = R / (2 × log2(M)) Hz
NRZ (M=2): BW = R/2
PAM-4 (M=4): BW = R/4
Examples:
10 Gbps NRZ: 5 GHz bandwidth
112 Gbps PAM-4: 28 GHz bandwidth
112 Gbps NRZ: 56 GHz bandwidth
SNR Penalty for Multi-level:
SNRpenalty = 20 log10((M−1)/1) dB vs. NRZ
PAM-4 vs. NRZ: 9.5 dB penalty
Line Code Comparison
| Line Code | Levels | Bits/Symbol | BW Efficiency | Application |
|---|---|---|---|---|
| NRZ | 2 | 1 | R/2 Hz | RS-232, early Ethernet |
| Manchester | 2 (transitions) | 1 | R Hz | 10BASE-T |
| MLT-3 | 3 | 1 | R/3 Hz | 100BASE-TX |
| PAM-4 | 4 | 2 | R/4 Hz | 400G Ethernet |
| PAM-5 | 5 | ~2.3 | R/4.6 Hz | 1000BASE-T |
Frequently Asked Questions
What line codes are used?
NRZ (simplest, BW=R/2). Manchester (self-clocking, BW=R). MLT-3 (3 levels, reduced BW). PAM-4 (4 levels, 2 bits/symbol, 400G Ethernet). PAM-5 (1000BASE-T). Each trades BW efficiency vs. complexity and noise margin.
Baseband vs. passband?
Baseband: DC to BWmax, needs low-frequency channel (copper/PCB). Passband: modulated onto carrier, works through bandpass channels (wireless, fiber). Wireless = passband. Some high-speed "baseband" uses DSP-based equalization approaching passband complexity.
Bandwidth requirements?
BW = R/(2 log2M). NRZ: R/2. PAM-4: R/4. 112 Gbps PAM-4: 28 GHz vs. 56 GHz NRZ. PAM-4 trades 9.5 dB SNR penalty for 2x BW reduction. Drives need for equalization (CTLE, DFE) in high-speed SerDes.