Section 3.2: Digital Modes and Signals #
In an analog voice signal, changes in the RF wave follow the sound you want to send. A digital mode instead represents information with discrete choices: one frequency or another, for example, or one of several phase positions. The receiver must recognize those choices and turn them back into data.
That opens up several kinds of communication. RTTY can carry a typed conversation, FT8 exchanges short structured messages at low signal levels, and packet systems can pass addressed messages through a network. They do not all provide the same speed, flexibility, or protection against errors. A noisy RTTY contact can produce garbled characters; other protocols add checks, correction, or retransmission to improve reliability.
The useful foundation is how information becomes a signal, how bits represent characters, and what happens when some of those bits arrive incorrectly. Station setup and on-air procedures build on these ideas in Sections 7.5 and 8.5.
Basic Digital Modulation Techniques #
Digital modes build on the same modulation principles we learned about in Section 3.1, but apply them in precise, computer-controlled ways to represent digital data.
Frequency Shift Keying (FSK) #
The simplest digital modulation switches between two frequencies to represent the binary digits 0 and 1—it’s like having a very precise, computer-controlled FM system that instantly jumps between exact frequencies instead of gradually varying them.
Key Information: Direct binary FSK modulation is generated by changing an oscillator’s frequency directly with a digital control signal.
Direct binary FSK modulation is generated by changing an oscillator’s frequency directly with a digital control signal. This direct approach creates clean, precise frequency shifts that can be detected reliably even in poor conditions.
Key Information: The two separate frequencies of an FSK signal are identified as mark and space.
The two separate frequencies of a Frequency Shift Keyed (FSK) signal are identified as mark and space. These terms come from telegraphy, where “mark” meant a signal was present and “space” meant no signal. In FSK, “mark” represents a binary “1” and “space” represents a binary “0”.
Just like the relationship between PM and FM that we learned about in Section 3.1, PSK and FSK are closely related digital cousins. FSK directly changes frequency (like FM), while PSK changes phase timing (like PM). Both achieve essentially the same goal of encoding digital data, but through different approaches.
Advanced FSK: Multiple Tones #
Here’s where things get really clever! Modern digital modes extend the basic FSK concept by using more than two frequencies—why settle for just two tones when you can use many?
Key Information: FT8 uses 8-tone frequency shift keying modulation.
FT8 uses 8-tone frequency shift keying modulation. With 8 different tones, each symbol can represent 3 bits of information (since 2³ = 8 possible combinations). It’s like having an 8-note musical scale where each note carries information!
Phase Shift Keying (PSK) #
Instead of changing frequency like FSK, PSK takes a different approach—it changes the phase of the carrier to represent data. Remember our spinning wheel analogy from Section 1.2? PSK works by controlling exactly when each “wheel rotation” begins.
Binary PSK (BPSK) uses two phase positions—think of it as starting each cycle either “on time” or “half a cycle late.” The “B” in BPSK stands for “Binary,” meaning it uses two states, just like binary FSK uses two frequencies.
For even more efficiency, we can use more phase positions:
Key Information: QPSK modulation transmits digital data using 0-, 90-, 180- and 270-degree phase shifts to represent pairs of bits.
QPSK modulation transmits digital data using 0-, 90-, 180- and 270-degrees phase shift to represent pairs of bits. The “Q” stands for “Quadrature,” meaning four phase positions. Each phase position represents a unique 2-bit combination: 00, 01, 10, or 11.
Engineers call this a “constellation diagram” because the phase positions look like stars in specific locations around a circle.
Key Information: QPSK31 is sideband sensitive, its encoding provides error correction, and its bandwidth is approximately the same as BPSK31.
QPSK31 demonstrates several characteristics that make it particularly effective for amateur radio. The error correction capability means the mode can often detect and fix transmission errors automatically—pretty impressive for such a narrow bandwidth mode!
Character Encoding: From Letters to Bits #
Digital modes need a way to convert text characters into binary data. Different modes use different encoding systems optimized for their specific requirements.
Baudot Code: The Classic System #
Key Information: Baudot code is a 5-bit code with additional start and stop bits.
Baudot code is a 5-bit code with additional start and stop bits. This vintage encoding system, still used in RTTY, has a charming retro feel—it predates modern computers and uses exactly 5 bits per character. With only 32 possible combinations (2⁵), it’s just enough for letters and basic punctuation, but requires special “shift” characters to access numbers and symbols.
Varicode: The Smart System #
Modern modes use much smarter encoding. Here’s where things get elegant:
Key Information: PSK31 uses Varicode for sending characters.
PSK31 uses Varicode for sending characters. Like Morse code, Varicode assigns shorter bit patterns to common letters (like ’e’ and ’t’) and longer patterns to rare characters (like ‘q’ and ‘z’). This optimization makes a real difference in transmission speed.
Key Information: PSK31 uppercase letters use longer Varicode bit sequences and thus slow down transmission.
PSK31 uppercase letters use longer Varicode bit sequences and thus slow down transmission. Most experienced PSK31 operators type in lowercase to keep things moving quickly, saving uppercase for when they really want to emphasize something. It’s a neat example of how understanding the technology can improve your operating technique!
Weak Signal Modes: Pulling Signals from the Noise #
Some of the most impressive digital modes specialize in extremely weak signal communication.
WSPR: The Ultimate Weak Signal Explorer #
Key Information: WSPR is a digital mode used as a low-power beacon for assessing HF propagation.
WSPR is a digital mode used as a low-power beacon for assessing HF propagation. WSPR (pronounced “whisper”—how perfect is that?) is almost like magic. Stations transmit just their callsign, grid square, and power level using incredibly low power, often just milliwatts. Yet receivers worldwide can decode these whisper-quiet signals and automatically report what they heard via the internet.
It’s fascinating to fire up WSPR with 200 milliwatts and see reports from stations thousands of miles away that heard your tiny signal. The automatic reporting creates a real-time global map of propagation conditions.
FT8: The Game Changer #
Key Information: FT8 can receive signals with very low signal-to-noise ratios.
FT8 can receive signals with very low signal-to-noise ratios—it’s among the most sensitive narrow-band digital modes available. Many operators are amazed the first time they successfully complete an FT8 contact with a signal they can’t even hear. The computer does mathematical magic that extracts coherent information from what sounds like pure noise to human ears.
Key Information: An FT8 signal report of +3 means the signal-to-noise ratio is equivalent to +3dB in a 2.5 kHz bandwidth.
FT8 signal reports use a standardized measurement system. An FT8 signal report of +3 means the signal-to-noise ratio is equivalent to +3dB in a 2.5 kHz bandwidth. This precise measurement system lets operators share accurate signal quality information across different stations and software packages.
Error Detection and Correction #
A computer may detect a weak signal, but that does not guarantee it recovers every bit correctly. Noise or interference can change a received symbol. Digital protocols address that problem by adding information that helps detect or correct errors, or by arranging to send damaged information again.
Forward Error Correction (FEC) #
Here’s where digital modes get really clever:
Key Information: Forward error correction (FEC) allows the receiver to correct data errors by transmitting redundant information with the data.
Forward error correction (FEC) allows the receiver to correct data errors by transmitting redundant information with the data. It’s like sending the same message in multiple slightly different ways—if one version gets garbled by noise or fading, the others provide enough information to reconstruct what was intended. No retransmission required!
ARQ: When Perfect Accuracy Matters #
When a receiving station can request another transmission, Automatic Repeat reQuest (ARQ) provides a different approach:
Key Information: In an ARQ mode, a NAK response means request retransmission of the packet.
In an ARQ mode, a NAK response to a transmitted packet means request retransmission of the packet. When the receiving station detects corrupted data, it automatically sends a “Negative Acknowledgment” (NAK) requesting a do-over. It’s like having an automatic “say again?” response.
Key Information: Excessive transmission attempts in ARQ mode result in the connection being dropped.
However, ARQ systems are smart enough to give up when conditions become impossible. A failure to exchange information due to excessive transmission attempts when using an ARQ mode results in the connection being dropped. This prevents systems from getting stuck trying forever when propagation just isn’t cooperating.
Packet Radio and Network Protocols #
Digital modes enable sophisticated networking capabilities impossible with analog voice.
Packet Structure #
Digital communication organizes information into neat, addressable packages:
Key Information: The header of a packet radio frame contains routing and handling information.
The header of a packet radio frame contains the routing and handling information. Like the addressing information on an envelope, the header tells the network where the packet should go and how it should be handled along the way. This structure enables sophisticated networking that would be impossible with simple analog voice.
Mesh Networking: The Self-Healing Network #
One of the most impressive capabilities of digital networks is their resilience:
Key Information: In mesh networks, packets can reach their destination via alternate nodes if one node fails.
In mesh network microwave nodes, if one node fails, a packet may still reach its target station via an alternate node. It’s like having a city with multiple roads—if one route gets blocked, traffic automatically finds another way around. This self-healing capability makes digital networks incredibly robust for emergency communications.
Digital Voice: The Best of Both Worlds #
Digital techniques can encode voice as well as data, combining the naturalness of voice communication with digital advantages.
Digital Voice: Having Your Cake and Eating It Too #
What if you could combine the naturalness of voice communication with all the advantages of digital modes? That’s exactly what digital voice systems do:
Key Information: DMR, D-STAR, and System Fusion provide digital voice modes.
DMR, D-STAR, and System Fusion provide digital voice modes. These systems convert your voice to digital data using specialized codecs (coder-decoders), transmit it using digital techniques, and reconstruct natural-sounding voice at the receiving end. You get the error correction and efficiency benefits of digital modes while still enjoying the immediacy and personality of voice communication.
The Science Behind Digital Efficiency #
Digital modes achieve their remarkable performance through several scientific principles:
Signal Processing Gain: Mathematical techniques can extract signals well below the noise floor that would be completely inaudible to human ears
Coherent Integration: By analyzing signals over long time periods, weak but consistent patterns emerge from random noise
Error Correction Mathematics: Advanced mathematical codes can detect and correct transmission errors automatically
Bandwidth Efficiency: Digital modes can pack much more information into narrow bandwidth compared to analog voice
Precise Timing: Computer control allows exact timing that maximizes signal efficiency
These capabilities represent fundamental advances in communication science, extending the effective range and reliability of amateur radio far beyond what analog modes can achieve.
Practical Advantages for General Class Operators #
As a General class operator, digital modes give you several practical advantages:
- Extended Range: Digital modes often work with signals too weak for analog voice
- Automated Operation: Many digital modes can operate without constant attention
- Error Control: Depending on the protocol, error detection, correction, or retransmission can improve message reliability
- Objective Measurements: Digital signal reports provide precise, quantifiable information
- Network Capabilities: Digital modes can connect through networks and gateways
- Emergency Communication: Digital modes work well in challenging conditions
Understanding these digital modulation methods builds on the analog concepts from Section 3.1 and prepares you for the frequency mixing and signal processing concepts we’ll explore next. Each digital technique represents a sophisticated application of basic modulation principles, optimized by computer control and mathematical processing to achieve performance impossible with purely analog methods.