Direct RF Sampling is an architecture where the analog-to-digital converter (ADC) digitizes the radio frequency signal directly at the antenna, eliminating the need for analog mixers, local oscillators, and intermediate frequency stages. This approach converts the electromagnetic spectrum into raw digital samples at multi-gigasample-per-second rates, shifting signal processing entirely into the digital domain.
Glossary
Direct RF Sampling

What is Direct RF Sampling?
Direct RF Sampling is a digital architecture where the analog-to-digital converter digitizes the radio frequency signal directly at the antenna, eliminating analog down-conversion stages.
The architecture relies on ADCs with sufficient analog bandwidth and sampling rate to capture the carrier frequency directly. By removing analog down-conversion, Direct RF Sampling eliminates I/Q imbalance, LO leakage, and mixer-induced non-linearities, enabling simultaneous multi-band reception and preserving the pristine signal fidelity required for RF fingerprinting and automatic modulation classification.
Key Characteristics of Direct RF Sampling
Direct RF Sampling digitizes the antenna signal immediately, eliminating analog mixers and local oscillators. This shifts signal processing complexity from hardware to software, enabling flexible, multi-band receivers.
Elimination of Analog Down-Conversion
Traditional superheterodyne receivers use multiple mixer stages and local oscillators to step down the RF frequency to an intermediate frequency (IF) before digitization. Direct RF sampling connects the analog-to-digital converter (ADC) directly to the antenna, bypassing these analog components entirely. This removes sources of I/Q imbalance, LO leakage, and phase noise inherent in analog mixers, resulting in a cleaner, more mathematically pure signal representation for downstream AI processing.
Nyquist-Zone Sampling and Aliasing
Direct RF architectures intentionally exploit aliasing by sampling at rates below the carrier frequency but above twice the signal bandwidth. This technique, known as sub-sampling or bandpass sampling, uses a high-bandwidth sample-and-hold amplifier to capture the RF signal in a higher Nyquist zone. The resulting folded spectrum appears at a lower frequency in the digital domain, effectively performing frequency translation without analog hardware. Key requirements:
- Jitter: Must be below 100 femtoseconds for GHz-range signals
- Analog bandwidth: The ADC's input bandwidth must exceed the carrier frequency, not just the sample rate
JESD204B/C High-Speed Data Interfaces
Direct RF sampling ADCs produce raw data rates exceeding 100 Gbps for wideband, multi-channel systems. The JESD204B and JESD204C serial interface standards are critical for transporting this torrent of digitized samples to FPGAs or processors. These protocols provide deterministic latency, multi-gigabit lane bonding, and harmonic clocking. For edge AI deployments, the FPGA must ingest this stream, perform digital down-conversion (DDC) and channelization, and feed a real-time inference engine—all within a strict power envelope.
Digital Down-Conversion (DDC) in Logic
Once the entire RF spectrum is digitized, a Digital Down Converter implemented in FPGA fabric extracts the signal of interest. The DDC performs three operations:
- Numerically Controlled Oscillator (NCO): Generates a digital sinusoid for frequency translation
- Digital Mixer: Multiplies the input samples by the NCO output to shift the target band to baseband
- Cascaded Integrator-Comb (CIC) and FIR decimation filters: Reduce the sample rate and filter out adjacent channels This allows a single wideband digitizer to service multiple virtual receivers simultaneously.
Dynamic Range and SFDR Requirements
Without analog pre-filtering, the ADC must digitize the entire spectrum including strong interferers alongside weak signals of interest. The Spurious-Free Dynamic Range (SFDR) becomes the critical specification. A high SFDR (e.g., > 80 dBc) ensures that intermodulation products from strong blockers do not create false signals that mask the subtle hardware impairment fingerprints used for device authentication. Modern direct RF ADCs achieve this through advanced dithering techniques and calibration logic integrated on-chip.
Direct RF for Edge AI Fingerprinting
For Radio Frequency Fingerprinting at the edge, direct RF sampling provides a pristine, uncompromised digital representation of the raw waveform. This is essential because:
- Transient analysis: Captures the full turn-on burst without analog filter ringing
- Phase preservation: Maintains the exact phase relationships critical for identifying DAC non-linearities and power amplifier memory effects
- Multi-band awareness: A single ADC can simultaneously fingerprint devices operating on different frequencies This architecture enables real-time, physical-layer authentication on embedded platforms like the Xilinx Zynq or NVIDIA Jetson.
Direct RF Sampling vs. Superheterodyne Receiver
Architectural comparison of direct RF digitization against traditional analog down-conversion receiver topologies for signal identification applications.
| Feature | Direct RF Sampling | Superheterodyne | Zero-IF/Direct Conversion |
|---|---|---|---|
Analog Down-Conversion Stages | 0 (eliminated) | 1-3 (multiple IF stages) | 1 (single mixer to baseband) |
ADC Input Frequency | Directly at carrier (GHz range) | Intermediate frequency (MHz range) | Baseband (DC to bandwidth) |
Image Rejection Requirement | None (no mixing) | High (requires image-reject filters) | High (I/Q imbalance sensitive) |
LO Leakage and DC Offset | Not applicable | Manageable (filtered at IF) | Problematic (appears in-band) |
Hardware Complexity | Low (ADC + FPGA/DSP) | High (multiple mixers, filters, synthesizers) | Medium (single mixer, dual ADC) |
Phase Noise Sensitivity | Low (no LO multiplication) | Medium (accumulated through stages) | Medium (single LO contribution) |
Wideband Signal Capture | Native (GHz instantaneous bandwidth) | Limited (per IF filter bandwidth) | Limited (baseband filter bandwidth) |
Power Consumption | 3-10W (ADC-dominated) | 5-15W (multiple active stages) | 2-5W (simplified chain) |
Frequently Asked Questions
Explore the core concepts behind direct RF sampling, an architecture that digitizes radio frequency signals at the antenna, eliminating analog down-conversion stages for simplified, flexible receiver design.
Direct RF sampling is a digital receiver architecture where the analog-to-digital converter (ADC) digitizes the radio frequency (RF) signal directly at the antenna, without prior analog down-conversion to an intermediate frequency (IF) or baseband. The process works by capturing the entire RF spectrum of interest at the Nyquist rate—or using intentional undersampling via bandpass sampling—to alias a high-frequency signal into a lower Nyquist zone. This shifts the mixing and filtering functions from analog hardware into the digital domain, where they are performed by a digital down converter (DDC) using a numerically controlled oscillator (NCO) and digital filters. The result is a flexible, software-defined receiver where channel selection, bandwidth, and modulation are controlled entirely in firmware.
Enabling Efficiency, Speed & Accuracy
Intelligent Analysis, Decision & Execution
We build AI systems for teams that need search across company data, workflow automation across tools, or AI features inside products and internal software.
Talk to Us
Search across company data
Give teams answers from docs, tickets, runbooks, and product data with sources and permissions.
Useful when people spend too long searching or get different answers from different systems.

Automate internal workflows
Use AI to route work, draft outputs, trigger actions, and keep approvals and logs in place.
Useful when repetitive work moves across multiple tools and teams.

Add AI to products and internal tools
Build assistants, guided actions, or decision support into the software your team or customers already use.
Useful when AI needs to be part of the product, not a separate tool.
Related Terms
Direct RF sampling eliminates analog down-conversion, but its implementation depends on a tightly integrated ecosystem of high-speed data converters, digital signal processing blocks, and optimized inference engines. These related terms define the critical building blocks.
Digital Down Converter (DDC)
A digital signal processing block that converts a digitized band-limited high sample rate signal to a lower sample rate baseband signal. In a direct RF sampling architecture, the DDC is implemented in FPGA fabric or an ASIC immediately after the ADC, performing mixing, filtering, and decimation to reduce the data rate to a level manageable for subsequent processing stages. Modern DDCs use CIC filters, half-band filters, and numerically controlled oscillators (NCOs) to achieve high dynamic range without analog artifacts.
JESD204B/C Interface
A high-speed serial interface standard used to connect high-bandwidth data converters to logic devices such as FPGAs. Direct RF sampling ADCs operating at multiple gigasamples per second (GSPS) generate data rates exceeding the capabilities of parallel LVDS interfaces. JESD204B/C provides deterministic latency, lane alignment, and multi-device synchronization using SYSREF signals, reducing I/O pin count from hundreds to just a few differential pairs. The C revision supports data rates up to 32 Gbps per lane.
AXI4-Stream Protocol
A unidirectional point-to-point protocol within the ARM AMBA specification designed for high-throughput streaming data transfer. In direct RF sampling pipelines, digitized IQ samples flow through the FPGA fabric using AXI4-Stream interfaces between IP cores:
- TDATA: The payload carrying complex samples
- TVALID/TREADY: Handshaking signals for backpressure control
- TKEEP/TLAST: Byte qualifiers and packet boundary markers This protocol enables zero-copy chaining of DDC, filtering, and AI inference blocks without processor intervention.
Real-Time Operating System (RTOS)
An operating system designed for deterministic timing constraints, critical for direct RF sampling systems where ADC data must be processed within strict latency budgets. Unlike general-purpose OSes, an RTOS provides:
- Preemptive priority-based scheduling with bounded interrupt latency
- Priority inversion avoidance mechanisms
- Memory locking to prevent paging delays Examples include FreeRTOS, VxWorks, and Zephyr, often running on the processing system of an SoC while the programmable logic handles the high-throughput datapath.
Zero-Copy Transfer
A data management technique where the CPU avoids copying data between memory buffers, instead passing pointers to drastically reduce latency and overhead. In direct RF sampling pipelines, ADC samples are written via DMA directly into a shared memory region accessible by both the FPGA fabric and the processor. The AI inference engine reads from this same buffer without intermediate copies. This is essential when processing multi-gigabit-per-second sample streams where memory bandwidth is the primary bottleneck.
Mixed-Precision Inference
A technique using different numerical precisions for various layers or operations within a single neural network. For edge deployment on direct RF sampling hardware, models are often quantized to INT8 for convolutional layers while keeping attention mechanisms at FP16. This balances:
- Computational speed: INT8 operations execute faster on NPU and FPGA DSP slices
- Accuracy: Sensitive layers retain higher precision to preserve signal fidelity
- Memory bandwidth: Reduced precision decreases the data volume transferred from ADC buffers to the inference engine

About the author
Prasad Kumkar
CEO & MD, Inference Systems
Prasad Kumkar is the CEO & MD of Inference Systems and writes about AI systems architecture, LLM infrastructure, model serving, evaluation, and production deployment. Over 5+ years, he has worked across computer vision models, L5 autonomous vehicle systems, and LLM research, with a focus on taking complex AI ideas into real-world engineering systems.
His work and writing cover AI systems, large language models, AI agents, multimodal systems, autonomous systems, inference optimization, RAG, evaluation, and production AI engineering.
Partnered with leading AI, data, and software stack.
How We Work
Custom AI workflows for your Business
One-fit-all AI don't work for modern businesses. At Inferensys, we aim to understand your business & custom requirements; which we use to define most efficient agentic workflows, the data, and the tools for your business.
01
Review the use case
We understand the task, the users, and where AI can actually help.
Read more02
Pick the right approach
We define what needs search, automation, or product integration.
Read more03
Build the first useful version
We implement the part that proves the value first.
Read more04
Improve from there
We add the checks and visibility needed to keep it useful.
Read moreThe first call is a practical review of your use case and the right next step.
Talk to Us