Overview
This article provides a basic introduction to baseband and radio frequency (RF). These two concepts are common in communications, but online information is often confusing or inaccurate, which can mislead beginners. Using a mobile phone call as an end-to-end example, this article traces the signal from handset to base station to clarify the roles of baseband and RF.
From Sound to Baseband
When a call connects, a person's voice is picked up by the phone microphone and converted into an electrical analog signal. Sound waves (mechanical waves) are converted into electrical signals.

At this stage baseband processing begins. "Baseband" refers to frequencies near zero frequency (from DC up to several hundred kHz). Signals in this range are called baseband signals. In practice, "baseband" often refers to the baseband chip or circuitry in a handset, or the baseband processing unit (BBU) in a base station.

Analog-to-Digital Conversion and Source Coding
The analog voice signal is passed through the baseband's ADC (analog-to-digital converter) circuitry to perform sampling, quantization and encoding, producing a digital signal.
The encoding shown here is source coding. Source coding converts audio or video into sequences of bits and typically applies compression to reduce data size. For audio, common methods include PCM and MP3; in mobile voice systems, AMR is used in many 3G WCDMA deployments. For video, common codecs include MPEG-4, H.264 and H.265.
Channel Coding and Encryption
In addition to source coding, the baseband performs channel coding. Unlike source coding, channel coding increases data size by adding redundancy to protect against interference and fading, improving link reliability. Examples include Turbo codes, Polar codes, LDPC codes and convolutional codes. The baseband also handles encryption of the data stream.

Modulation and Constellation Diagrams
After coding and encryption, the baseband performs modulation, mapping bits into waveform symbols. Basic analog modulation methods include frequency modulation (FM), amplitude modulation (AM) and phase modulation (PM), which use different waveform properties to represent information.

Modern digital modulation schemes include ASK, FSK, PSK and quadrature amplitude modulation (QAM). Constellation diagrams are commonly used to visualize the possible amplitude and phase states of a modulated symbol.


For example, 16QAM maps one symbol to 4 bits, and higher-order QAM such as 256QAM (commonly used in modern systems like 5G) maps one symbol to 8 bits, increasing spectral efficiency.

Radio Frequency (RF) and Upconversion
After baseband processing, RF circuitry takes over. Radio frequency (RF) refers to electromagnetic waves roughly in the range 300 kHz to 300 GHz. Time-varying currents in conductors create electromagnetic fields and waves that can propagate through space.

Very low-frequency electromagnetic waves (below roughly 100 kHz) are largely absorbed by the Earth and do not propagate effectively for typical wireless communications. Frequencies above that threshold can propagate through air and, in some cases, be reflected by the ionosphere to enable long-distance transmission.

In engineering practice, the term "RF" is often used collectively for RF circuits, chips, modules and components that generate or process radio signals.
Why Upconvert to RF?
The baseband signal frequency is low. RF processing upconverts the signal to assigned radio bands such as 900 MHz for GSM, 1.9 GHz for 4G LTE, or 3.5 GHz for 5G. Upconversion is required because low-frequency baseband signals are unsuitable for long-distance wireless transmission and because wireless spectrum allocation requires transmission in specified bands to avoid interference.

Another practical reason is antenna size. Antenna efficiency is highest when the antenna length is approximately one quarter of the wavelength. Since wavelength equals the speed of light divided by frequency, using low RF frequencies would require larger antennas, which is impractical for mobile devices.
RF Chain: Amplification, Filtering and Radiation
After RF upconversion, the signal is passed to a power amplifier to reach the required transmit power level. The amplified RF signal is then filtered to remove spurious emissions and unwanted out-of-band components, and finally delivered to the antenna element for radiation.

At the base station or receiver, the reverse process occurs: the antenna receives RF energy, front-end filters select the desired band, low-noise amplifiers increase signal level, and downconversion/demodulation recovers the baseband signal. After decoding and processing, the resulting data is carried by the transport network to the core network.
Summary
The above provides a simplified, end-to-end view of how a voice signal is converted, encoded, modulated, upconverted to RF, transmitted, received and then processed back into data. Real systems include additional stages and complexity such as intermediate frequency stages, advanced baseband algorithms and multiple radio front-end components, but the high-level roles of baseband and RF are as described.