A software-defined radio (SDR) receiver replaces the analog signal processing stages of a traditional radio with a digitizer and software running on a general-purpose computer. The hardware front-end does one thing: down-convert and digitize a slice of the RF spectrum. Everything else — demodulation, filtering, channel selection, decoding — happens in software.
This separation is important. Classical radio design locked the detector behavior into the hardware. An SDR exposes the raw in-phase and quadrature (I/Q) samples of the received spectrum, giving you direct access to the complex baseband signal. For a physicist, this is the equivalent of going from a finished print to the raw photographic plate.
What You Can Do With It
ADS-B aircraft tracking. Every commercial aircraft broadcasts its GPS position, altitude, speed, and flight number on 1090 MHz. A simple SDR with a vertical antenna and free dump1090 software turns your desk into a real-time radar display. This is also a clean demonstration of pulse-position modulation and Manchester encoding.
NOAA weather satellite APT decoding. NOAA-15, -18, and -19 transmit analog APT (Automatic Picture Transmission) images of Earth on 137 MHz as they pass overhead. With a crossed-dipole antenna and WXtoImg software, you can receive actual satellite weather images — the same data feed used by amateur meteorologists worldwide. The pass lasts about 12 minutes; the signal is strong enough to receive with nearly any antenna.
ISS signal reception. The International Space Station transmits on multiple amateur bands. The 2m downlink is receivable with a basic dipole during overhead passes. Doppler shift is measurable — approximately ±3.4 kHz at 145 MHz for a low-orbit pass — making the ISS a live demonstration of relativistic kinematics.
FM spectrum analysis with waterfall display. The waterfall view in SDR# or GQRX plots signal power vs. frequency vs. time. This makes visible phenomena that a standard receiver hides: RDS subcarriers at 57 kHz offset, stereo pilot tones at 19 kHz, adjacent channel interference patterns. Students can see the actual FM spectrum structure, not just hear the audio.
The Pedagogical Value
The RTL-SDR chipset — originally designed for DVB-T television reception — operates from roughly 24 MHz to 1.7 GHz with a direct-sampling mod extending coverage to HF. At under $30, it costs less than most single lab components. The raw I/Q data stream can be piped into GNU Radio Companion or Python (scipy.signal) for custom DSP experiments.
The combination of accessible hardware, open-source software, and the physical richness of the RF environment makes SDR the best single instrument for building intuition about signal processing, antenna theory, and electromagnetic propagation. It connects the equations on the page to signals actually passing through the room.
Browse the RF & SDR collection in the Golden Physics store.