SDR and Digital Modes on Air

Software Defined Radio (SDR)

In a traditional radio, the signal processing is done by physical components — crystal filters, analogue mixers, discrete amplifiers. In an SDR, most of this is done in software. The hardware is simple: an antenna, a few amplifiers, and an analogue-to-digital converter. Everything else is code.

SDR Architectures

I/Q Processing

SDRs use I (In-phase) and Q (Quadrature) signals — two versions of the signal with a 90° phase difference. Together, they capture both the amplitude and phase of the signal, allowing any modulation type to be processed digitally.

Think of I and Q as capturing "what" the signal is doing and "how" it's changing — enough information to reconstruct everything.

Digital Modulation Types

Different ways to encode data onto a radio signal:

TypeWhat ChangesExample
FSKFrequencyRTTY (170 Hz shift between two tones)
PSKPhasePSK31 (31 Hz bandwidth, very narrow)
QAMBoth amplitude AND phaseHigh-speed data modes

Popular Amateur Digital Modes

ModeBandwidthCan decode atWhat it's for
FT8~50 Hz−24 dB SNRWeak signal DX — the most popular digital mode
FT4~80 Hz−17 dB SNRFaster version for contests
PSK31~31 Hz−10 dB SNRKeyboard-to-keyboard chat
RTTY~300 Hz−5 dB SNRClassic digital, contesting
JS8Call~50 Hz−22 dB SNRKeyboard messaging, store-and-forward
Winlink/VARAAdaptiveVariesEmail over radio
FT8's secret: FT8 uses 15-second transmit/receive cycles with LDPC error correction coding. Each message is only 77 bits, but it takes 12.6 seconds to send them. By spending a long time on very little data, it achieves incredible sensitivity. This is a practical application of Shannon's theorem — trade speed for reliability.

Error Correction

Two approaches to dealing with errors:

‹ PreviousNext ›