E8C: Digital Signals and Codes
Digital communications have transformed amateur radio, enabling modes that work at signal levels far below what voice communications can survive. This group covers the underlying signal theory — how digital signals are characterized, how their bandwidth is determined, how errors are corrected, and how multiple signals are coded and networked.
This lesson covers QAM, symbol rate and baud, PSK phase transitions, bandwidth of specific digital modes, ARQ error correction, Gray code, constellation diagrams, and mesh networking fundamentals.
Quadrature Amplitude Modulation (QAM)
Quadrature Amplitude Modulation (QAM) transmits data by modulating both the amplitude and phase of two carriers that share the same frequency but are 90 degrees out of phase with each other. These two carriers are called the in-phase (I) and quadrature (Q) components. By varying the amplitude of each independently, QAM can encode many bits per symbol — making it highly bandwidth-efficient.
Higher-order QAM (such as 64-QAM or 256-QAM) encodes more bits per symbol by using more amplitude and phase combinations, but requires better signal quality to distinguish between the closer symbol positions.
Symbol Rate and Baud
The symbol rate of a digital transmission is defined as the rate at which the waveform changes to convey information — that is, how many distinct signal states are transmitted per second. Symbol rate is measured in baud, and the two terms are exactly equivalent. One baud equals one symbol per second.
Baud rate and bit rate are not the same thing when more than two signal states are used. In a system with four states per symbol (such as QPSK), each symbol carries two bits, so the bit rate is twice the baud rate. But symbol rate and baud always refer to the same measurement.
PSK Bandwidth and Phase Transitions
In phase-shift keying (PSK), the carrier phase is changed abruptly when a data bit or symbol transition occurs. If phase changes happen at random points in the RF cycle, they produce wideband transients that spread the signal's occupied bandwidth significantly.
To minimize bandwidth, PSK signals should change phase at the zero crossing of the RF signal. At a zero crossing, the carrier amplitude is already at zero, so a phase reversal produces no transient energy — the phase change is smooth and the spectrum remains narrow.
PSK31 further minimizes bandwidth by using sinusoidal data pulses rather than square pulses. The gradual rise and fall of sinusoidal shaping eliminates sharp transitions, keeping the transmitted spectrum very narrow — approximately 31 Hz — ideal for crowded HF bands.
Bandwidth of Common Digital Modes
- 13 WPM CW: approximately 52 Hz
- FT8: approximately 50 Hz
- 4,800 Hz FSK, 9,600-baud ASCII FM: approximately 15.36 kHz
The bandwidth of a transmitted CW signal is determined by keying speed and shape factor (rise and fall time). Faster keying produces a wider signal; sharper rise and fall times also widen the spectrum. Slowing the keying waveform's edges (longer rise/fall) reduces key clicks and bandwidth.
Error Correction: ARQ
Automatic Repeat reQuest (ARQ) is an error correction technique where the receiver detects errors in received data and requests the transmitter to retransmit the affected data. ARQ relies on error-detection codes (such as CRC) to identify corrupted packets, but does not correct errors itself — it simply asks for a clean copy. This distinguishes ARQ from forward error correction (FEC) schemes, which correct errors without retransmission.
Gray Code
Gray code (also called reflected binary code) is a binary numbering system where adjacent code values differ in only one bit at a time. This is valuable in digital systems because it means that single-bit errors or transitions between adjacent states produce only one-bit changes in the decoded value, reducing the impact of noise or timing errors.
Gray code is used in rotary encoders, QAM constellation mapping, and analog-to-digital converters for this reason.
Increasing Data Rate Without Increasing Bandwidth
A common exam concept is whether it is possible to increase data throughput without widening the transmitted signal's bandwidth. The answer is yes — by using a more efficient digital code. A more efficient encoding scheme carries more bits per symbol, increasing the information throughput without requiring additional spectrum. This is why higher-order modulation formats (16-QAM, 64-QAM) are used in bandwidth-constrained environments.
Constellation Diagrams
A constellation diagram is a graphical representation of a modulated signal that shows all the possible phase and amplitude states for each transmitted symbol. Each point on the diagram represents one possible symbol state. The I (in-phase) axis runs horizontally; the Q (quadrature) axis runs vertically.
A clean signal produces tightly clustered points; noise and distortion spread the clusters, increasing the likelihood of decoding errors. Constellation diagrams are used to visually assess signal quality in QAM, QPSK, and other complex modulation schemes.
Mesh Networking
Amateur mesh networks connect multiple nodes that route traffic between each other using standard Internet Protocol (IP) addresses. Each node participates in the network by using discovery and link establishment protocols to find neighboring nodes and build routing tables automatically. This self-organizing capability allows mesh networks to route around failed nodes without manual intervention.
E8C Practice Questions
Check Your Knowledge
E8D: Keying Defects and Spread Spectrum →
← E8B: Modulation Techniques