9.3 Digital Emission Protocols, Baudot, PSK, FSK & Symbol Rates
Key Takeaways
- Frequency Shift Keying (FSK) shifts an RF carrier between distinct Mark and Space frequencies (standard 170 Hz shift on HF amateur bands), while Audio Frequency Shift Keying (AFSK) generates audio tones fed into a Single Sideband transceiver.
- The historical Baudot radioteletype (RTTY) protocol uses a 5-bit character code with start and stop framing bits running at 45.45 baud, utilizing LTRS and FIGS shift commands to encode letters, numbers, and punctuation.
- PSK31 utilizes Phase Shift Keying at 31.25 baud with Varicode encoding—assigning shorter bit sequences to frequently used characters—and raised-cosine pulse shaping to constrain occupied bandwidth to an ultra-narrow 31.25 Hz.
- FT8 is an 8-FSK protocol operating at 6.25 baud with 50 Hz total bandwidth, transmitting 77-bit structured message blocks synchronized to 15-second UTC windows with Low-Density Parity-Check (LDPC) forward error correction.
- Baud rate represents the number of modulation state changes per second (symbol rate), whereas bit rate measures binary information throughput (bps = baud * log2(M)); FCC Part 97.307(f) now limits HF data emissions to a 2.8 kHz occupied bandwidth (the legacy 300-baud symbol rate cap was eliminated effective January 8, 2024).
9.3 Digital Emission Protocols, Baudot, PSK, FSK & Symbol Rates
Digital communication over High Frequency (HF) radio represents the intersection of computer data processing and electromagnetic propagation. By replacing analog voice modulation with structured binary symbols, digital modes achieve extraordinary spectral efficiency, robust noise immunity, and automated error correction.
From legacy electro-mechanical Baudot Radioteletype (RTTY) to ultra-narrowband Phase Shift Keying (PSK31) and state-of-the-art weak-signal Multiple Frequency Shift Keying (MFSK / FT8), amateur operators utilize diverse modulation constellations. Mastering these protocols, the mathematical relationship between baud rate and bit rate, and FCC Part 97 regulatory limits is essential for General Class operators.
1. Digital Modulation Techniques: FSK vs. AFSK
Digital data is transmitted over radio channels by shifting the frequency, phase, or amplitude of an RF carrier between discrete signaling states.
+-----------------------------------------------------------------------------------------+
| DIRECT FSK VS. AUDIO FSK (AFSK) |
| |
| DIRECT FREQUENCY SHIFT KEYING (FSK - FCC Designator F1D): |
| [Computer Serial Data] ---> [Transmitter VFO / PLL] ---> [Shifted RF Carrier] |
| - True FSK directly keys the radio frequency synthesizer between Mark and Space. |
| - Completely immune to audio overdrive, microphone clipping, or audio IMD. |
| |
| AUDIO FREQUENCY SHIFT KEYING (AFSK - FCC Designator J2D): |
| [Sound Card Audio Tones] ---> [SSB Transmitter Audio Input] ---> [Transmitted RF] |
| - Generates audio tones (Mark: 2125 Hz, Space: 2295 Hz) into a Single Sideband radio. |
| - CRITICAL WARNING: Overdriving audio causes severe audio harmonics & duplicate RF! |
+-----------------------------------------------------------------------------------------+
Mark and Space Tone Conventions
In frequency-shift systems, binary logic levels are represented by two distinct frequencies separated by a specific frequency shift ($\Delta f$):
- Mark: Binary
1(conventional HF tone: $2125\text{ Hz}$). - Space: Binary
0(conventional HF tone: $2295\text{ Hz}$). - Standard HF Shift: The difference between Mark and Space is exactly $170\text{ Hz}$ ($2295 - 2125 = 170\text{ Hz}$). On VHF/UHF FM packet radio, a wider shift of $1000\text{ Hz}$ (Mark $1200\text{ Hz}$, Space $2200\text{ Hz}$) is standard.
2. Baudot Radioteletype (RTTY): The 5-Bit Legacy
Radioteletype (RTTY) is the oldest automated digital communications mode in amateur radio. Developed for mechanical teleprinters, it utilizes the 5-bit Baudot (ITA2) character code.
+-----------------------------------------------------------------------------------------+
| BAUDOT ASYNCHRONOUS CHARACTER FRAMING |
| |
| [IDLE / MARK] [START BIT] [5 DATA BITS (b0 - b4)] [STOP BIT(S)] [NEXT CHAR] |
| --------------+ +---+---+---+---+---+-----+---------------+------------ |
| | | | | | | | | | |
| +-------------+ +---+ +---+ +-----+ +----------- |
| (Space) (Mark) |
| 22.0 ms 5 x 22.0 ms 31.24 ms |
+-----------------------------------------------------------------------------------------+
Architectural Features of Baudot RTTY:
- 5-Bit Limitation ($2^5 = 32$ States): A 5-bit code can only represent 32 unique binary combinations—insufficient for 26 letters, 10 numerals, and punctuation. Baudot solves this using two special shift characters:
- LTRS (Letters Shift): Shifts the decoder to uppercase alphabetic characters.
- FIGS (Figures Shift): Shifts the decoder to numbers and symbols.
- If a transmission error corrupts a
FIGScode, the receiving terminal prints garbled text (e.g., printingTOOinstead of599) until aLTRScode is received.
- Asynchronous Framing: Each character is framed by 1 Start Bit (Space), 5 Data Bits, and 1.42 or 1.5 Stop Bits (Mark).
- Standard HF Speed: 45.45 baud, corresponding to a single bit duration of $T = \frac{1}{45.45} \approx 22.0\text{ milliseconds}$ (approximately 60 words per minute).
3. Phase Shift Keying: PSK31 & Raised-Cosine Shaping
Introduced by Peter Martinez (G3PLX) in 1998, PSK31 revolutionized HF digital communication by replacing frequency shifting with Binary Phase Shift Keying (BPSK) operating at 31.25 baud.
+-----------------------------------------------------------------------------------------+
| PSK31 RAISED-COSINE PULSE SHAPING |
| |
| UNSHAPED BPSK (HARD 180 DEGREE PHASE FLIPS): PSK31 RAISED-COSINE SHAPED ENVELOPE: |
| RF Envelope RF Envelope |
| ^ +---+ +---+ ^ /\ /\ /\ |
| | | | | | | / \ / \ / \ |
| +---+---+---+---+---> Time +---+----+--+----+--+----+---> Time |
| PHASE FLIP CREATES WIDE KEY CLICKS / SPLATTER AMPLITUDE DROPS TO ZERO AT FLIP |
| OCCUPIES RAZOR-THIN 31.25 Hz! |
+-----------------------------------------------------------------------------------------+
Key Engineering Innovations of PSK31:
- Varicode Encoding: Unlike fixed-length 5-bit Baudot or 8-bit ASCII, PSK31 uses a variable-length Huffman code called Varicode. Frequently used characters are assigned short bit sequences (e.g., the letter
'e'is11,'t'is101, and space is1), while rare characters use longer bit strings. Two consecutive zeros (00) serve as an inter-character space. - Raised-Cosine Pulse Shaping: A pure $180^\circ$ phase inversion generates broad transient sidebands. PSK31 shapes each symbol into a cosine envelope such that RF amplitude drops to zero at the exact instant the $180^\circ$ phase flip occurs. This eliminates key clicks and constrains total bandwidth to an extraordinary 31.25 Hz.
- Spectral Efficiency: More than 30 simultaneous PSK31 QSOs can operate comfortably inside the bandwidth of a single $2.8\text{ kHz}$ SSB voice channel.
4. Multiple Frequency Shift Keying (MFSK) & FT8
Modern weak-signal digital modes, developed largely by Nobel laureate Joe Taylor (K1JT) in the WSJT-X software suite, utilize Multiple Frequency Shift Keying (MFSK) combined with advanced Forward Error Correction (FEC).
+-----------------------------------------------------------------------------------------+
| FT8 8-FSK TONE LADDER SPECTRUM |
| |
| Tone 7 (f0 + 43.75 Hz) ====================================================== |
| Tone 6 (f0 + 37.50 Hz) ================================================ |
| Tone 5 (f0 + 31.25 Hz) ======================================== |
| Tone 4 (f0 + 25.00 Hz) ================================ |
| Tone 3 (f0 + 18.75 Hz) ======================== Tone Spacing = 6.25 Hz |
| Tone 2 (f0 + 12.50 Hz) ================ Total Bandwidth = 50.0 Hz |
| Tone 1 (f0 + 6.25 Hz) ======== Symbol Rate = 6.25 Baud |
| Tone 0 (Base f0) ==== |
+-----------------------------------------------------------------------------------------+
Technical Architecture of FT8:
- 8-FSK Modulation: Information is encoded by transmitting one of 8 discrete audio tones.
- Tone Spacing & Bandwidth: Tones are separated by exactly 6.25 Hz. The total occupied bandwidth is $8 \times 6.25\text{ Hz} = \mathbf{50.0\text{ Hz}}$.
- Symbol Rate: Symbols are transmitted at 6.25 baud ($T_{\text{symbol}} = \frac{1}{6.25} = 0.160\text{ seconds}$). Each symbol encodes $\log_2(8) = 3\text{ bits}$.
- Time Synchronization: FT8 operates on strict 15-second transmission blocks synchronized to Universal Coordinated Time (UTC) via computer Network Time Protocol (NTP). Transmissions occur for $12.64\text{ seconds}$ (79 symbols), leaving $2.36\text{ seconds}$ for decoding.
- Forward Error Correction (FEC): A 77-bit structured message is combined with a 14-bit CRC and protected by a powerful Low-Density Parity-Check (LDPC 174,91) code. This allows error-free decoding down to $-24\text{ dB}$ SNR in a standard $2.5\text{ kHz}$ reference noise bandwidth—decoding signals buried far below the audible noise floor.
5. Baud Rate (Symbol Rate) vs. Bit Rate
A critical technical distinction frequently tested on the General Class exam is the mathematical difference between baud rate and bit rate.
+-----------------------------------------------------------------------------------------+
| BAUD RATE VS. BIT RATE FORMULA |
| |
| BAUD RATE (S): Number of signal state transitions or symbols transmitted per second. |
| S = 1 / T_symbol (units: Baud / symbols per second) |
| |
| BIT RATE (R): Actual binary throughput in bits per second (bps). |
| R = S * log2(M) = S * (bits per symbol) |
| where M is the number of discrete modulation states. |
+-----------------------------------------------------------------------------------------+
Mathematical Calculations for Different Modulation Types:
- Binary Systems ($M = 2$, e.g., BPSK, 2-FSK RTTY): In binary systems, baud rate and bit rate are numerically identical (e.g., PSK31 runs at $31.25\text{ baud}$ and $31.25\text{ bps}$).
- Quadrature Systems ($M = 4$, e.g., QPSK): At $31.25\text{ baud}$, QPSK delivers $62.5\text{ bps}$ of raw throughput.
- 8-Ary Systems ($M = 8$, e.g., FT8 8-FSK):
6. FCC Data Emission Standards: The 2.8 kHz Bandwidth Rule
Under current FCC Part 97.307(f)(3), RTTY and data emissions using specified digital codes on the HF amateur bands (160 through 10 meters) are limited to a maximum occupied bandwidth of 2.8 kHz — the width of a standard SSB voice channel. In Report and Order FCC 23-93 (adopted November 13, 2023, effective January 8, 2024), the FCC eliminated the legacy symbol-rate (baud) ceilings on these bands and replaced them with the bandwidth limit, so any symbol rate is now legal as long as the emission fits inside 2.8 kHz. This is what legalized modern high-throughput protocols such as PACTOR 4 and VARA HF on HF.
Two symbol-rate exceptions survive in the current rules:
- 2200-meter and 630-meter LF/MF bands: symbol rate must not exceed 300 baud (and FSK mark/space shift must not exceed 1 kHz).
- VHF/UHF bands (Part 97.307(f)(5)–(6)): 19.6 kilobaud maximum on 2 meters and 56 kilobaud maximum on 70 centimeters.
[!NOTE] Why the Rule Changed: The pre-2024 rules capped HF data at 300 baud (1200 baud on 10 meters) to keep wideband commercial data modems from monopolizing narrow amateur HF segments. The rigid speed cap blocked efficient narrowband modems, so the FCC moved to regulating occupied bandwidth instead of symbol rate — encouraging spectrum-efficient protocols while preventing any single data station from consuming excessive spectrum. The NCVEC 2023–2027 question pool no longer tests the old baud ceilings.
7. Digital Modes Technical Comparison Matrix
| Digital Protocol | Modulation Scheme | Symbol Rate (Baud) | Total RF Bandwidth | Bits per Symbol | Forward Error Correction (FEC) | Minimum Usable SNR (2.5 kHz BW) |
|---|---|---|---|---|---|---|
| Baudot RTTY | 2-FSK ($170\text{ Hz}$ shift) | $45.45\text{ baud}$ | $\approx 250\text{ Hz}$ | $1\text{ bit}$ | None (Asynchronous framing) | $-5\text{ dB}$ |
| PSK31 (BPSK) | 2-PSK ($180^\circ$ flips) | $31.25\text{ baud}$ | $\mathbf{31.25\text{ Hz}}$ | $1\text{ bit}$ | None (Varicode encoding) | $-9\text{ dB}$ |
| QPSK31 | 4-PSK ($90^\circ$ shifts) | $31.25\text{ baud}$ | $31.25\text{ Hz}$ | $2\text{ bits}$ | Convolutional Rate 1/2 | $-10\text{ dB}$ |
| FT8 | 8-FSK ($6.25\text{ Hz}$ shift) | $6.25\text{ baud}$ | $\mathbf{50.0\text{ Hz}}$ | $3\text{ bits}$ | LDPC (174, 91) | $\mathbf{-24\text{ dB}}$ |
| FT4 | 4-FSK ($20.83\text{ Hz}$ shift) | $20.83\text{ baud}$ | $90.0\text{ Hz}$ | $2\text{ bits}$ | LDPC (174, 91) | $-17\text{ dB}$ |
| JT65 | 65-FSK ($2.69\text{ Hz}$ shift) | $2.69\text{ baud}$ | $175.0\text{ Hz}$ | $6\text{ bits}$ | Reed-Solomon (63, 12) | $-28\text{ dB}$ |
How does the PSK31 digital emission protocol achieve an ultra-narrow 31.25 Hz bandwidth while maintaining high communications efficiency on amateur HF bands?
What are the core technical modulation parameters of the weak-signal FT8 protocol used extensively on amateur HF bands?
What is the fundamental distinction between symbol rate (baud rate) and bit rate (data throughput in bits per second)?
Under current FCC Part 97 rules, what is the maximum authorized occupied bandwidth for an RTTY or data emission on the amateur HF bands (160 through 10 meters)?