Folding/Subranging ADC Architecture and Design Guide
← Back to:Analog-to-Digital Converters (ADCs)
This page summarizes how Folding/Subranging ADCs use folding, interpolation, and subranging to achieve a balanced speed–power trade-off between flash and pipeline architectures, and provides clear guidance on when to use them, how to select suitable ICs, and how to evaluate their key design limits and failure signatures.
Folding/Subranging ADC Definition
Folding/Subranging ADCs combine folding amplifiers with a subranging conversion flow to deliver high-speed, medium-resolution conversion with far fewer comparators than a pure flash ADC.
A Folding ADC uses one or more folding amplifiers to map the input voltage into a periodic, “folded” waveform. Each fold represents a sub-range of the full-scale input. Because only the local fold needs to be discriminated, the architecture can reuse a much smaller set of comparators instead of dedicating a separate comparator to every code transition as in a flash ADC. Comparator count, input loading, silicon area and static power are all reduced.
A Subranging ADC resolves the input in at least two steps. A coarse converter first determines the approximate subrange or segment. An analog residue is then generated by subtracting the coarse approximation from the original input. A fine converter quantizes this residue to add the remaining lower bits. The overall code is obtained by combining the coarse and fine results, often with some redundancy for error tolerance.
In a Folding/Subranging ADC, folding is typically used in the coarse path to compress the input range into repeated segments that share a compact bank of comparators. The subranging structure supplies the additional resolution by quantizing the residue with a smaller, faster fine ADC. This combination enables the converter to achieve a useful balance between conversion speed, resolution and power consumption.
This architecture naturally targets 8–12 bit resolution and hundreds of MSPS sampling rates. The analog folding network and compact comparator bank support high front-end bandwidth, while the reduced comparator count keeps static and dynamic power well below that of a full flash ADC at the same resolution. At the same time, the complexity and non-idealities of the residue path make it less attractive for very high resolutions, where pipeline or precision SAR architectures are typically preferred.
The definition on this page focuses specifically on folding and subranging within this architecture. Detailed principles of SAR, pipeline, time-interleaved and other ADC families, as well as topics such as input driver design, anti-alias filtering and clock distribution, are covered in their respective dedicated sections.
Folding/Subranging ADC Operating Principle
The operating principle of a Folding/Subranging ADC is based on a folding front-end that compresses the input into repeated segments, followed by coarse conversion, residue generation and fine conversion, with digital correction to produce a monotonic output code.
A Folding/Subranging ADC does not perform a single-step flash conversion across the entire input range. Instead, it decomposes the task into several coordinated stages. The folding front-end first reshapes the input signal into multiple periodic segments. A coarse converter determines which segment and rough code region the signal occupies. An analog residue is then formed by subtracting the coarse approximation from the original input. A fine converter resolves the lower bits from this residue. Finally, digital logic combines coarse and fine information and applies limited error correction to remove bubble and boundary irregularities.
This staged operating principle allows the architecture to maintain high sampling rates with a significantly reduced number of comparators, while still offering medium resolution suitable for radar front-ends, wideband communications and other high-speed applications.
(1) Folding Principle
In the folding front-end, the input voltage is processed by one or more folding amplifiers. These analog networks generate a waveform that “folds” the full-scale range into several repeated segments. Within each segment, the output ramp is monotonic, but the direction or slope alternates between segments. As the input sweeps across the full range, the folded waveform exhibits multiple peaks and valleys that encode which segment the signal occupies.
Because the same compact set of comparators can be reused across repeated segments of the folded waveform, the converter does not need an individual comparator for every single code transition. Instead of the 2N comparators that a pure flash ADC requires, a Folding/Subranging architecture can operate with approximately K × N comparators, where K is the folding factor and N is the nominal resolution in bits. This reduction in comparator count directly reduces input loading, static power consumption and area.
(2) Interpolation
Interpolation is used together with folding to create additional effective decision levels without physically adding more comparators. Analog interpolation networks, typically based on weighted combinations of neighboring folding amplifier outputs, generate intermediate signals that emulate extra threshold crossings between main folding peaks. Comparators connected to these interpolated nodes detect transitions at finer spacing than the raw folding outputs alone can provide.
By using interpolation, the architecture further increases the number of available decision boundaries per physical comparator. This technique pushes the resolution of the coarse path higher while keeping the actual comparator count low. The result is a denser set of usable thresholds over each folded segment, which improves coarse code precision and reduces the burden on the subsequent residue and fine conversion stages.
(3) Coarse ADC Stage
The coarse ADC stage operates on the folded and interpolated signals and outputs a code that identifies the approximate subrange of the input. This coarse code effectively encodes which fold and which local region within that fold the signal belongs to. It typically provides the most-significant bits (MSBs) of the final result and may include a small amount of intentional redundancy to support error correction.
The coarse conversion does not need to resolve every least-significant bit. Its primary role is to narrow the search to a limited analog span where a fine converter can operate with reduced dynamic range. Because the coarse ADC interacts with the folding front-end, its timing and decision points must be well aligned with the folded waveform, but the detailed circuit realization remains outside the scope of this principle overview.
(4) Residue Generation
After the coarse code is available, the architecture generates an analog residue. This residue represents the difference between the original input and the analog value that corresponds to the coarse decision. Residue generation typically involves subtracting a coarse-level reconstruction from the input and may include a small amount of gain to expand the residual span for better resolution.
The residue is confined to a much smaller voltage range than the original full-scale input. Because of this reduced span, the fine converter that follows can achieve the required lower-bit resolution with relaxed demands on input range. Maintaining good linearity in the residue path is critical; any distortion or offset in this stage directly limits the achievable effective number of bits (ENOB) of the complete converter.
(5) Error Correction and Redundancy
Folding and interpolation can introduce small mismatches and non-idealities near decision boundaries, which may produce irregular thermometer codes or bubble errors. To tolerate these imperfections, Folding/Subranging ADCs often employ limited redundancy between the coarse and fine codes and simple digital correction logic.
Redundancy is arranged so that small errors around a boundary, such as a comparator offset or a minor timing skew, do not cause large discontinuities in the output code. Digital correction circuits remove isolated or short bubble patterns before binary encoding and reconcile overlaps between coarse and fine ranges. The goal of this correction is to maintain a monotonic and gap-free transfer characteristic, rather than to increase nominal resolution beyond what the analog sections can support.
(6) Folding versus Pipeline Operation
Although Folding/Subranging and pipeline ADCs both rely on residue concepts, their operating principles differ in important ways. A Folding/Subranging converter typically uses a single folding front-end followed by a limited number of subranging stages. Most of the decision activity occurs in parallel at the front-end, and the overall latency is usually only a few clock cycles or less.
In contrast, a pipeline ADC performs a sequence of sub-conversions in multiple cascaded stages. Each stage resolves a small group of bits, generates a residue and passes it to the next stage. The total conversion latency accumulates across all stages and is generally longer than that of a Folding/Subranging architecture. Folding/Subranging thus emphasizes a parallel, front-loaded decision process with low latency and reduced comparator count, while pipelined converters emphasize staged precision over a deeper conversion pipeline.
Design Considerations
Design considerations for a Folding/Subranging ADC focus on internal analog behavior, signal integrity and architectural trade-offs. They do not involve PCB layout, external clocking, I/O interfaces or power distribution topics, which are covered separately. The items below summarize the primary design factors that influence resolution, speed, linearity and overall robustness within the folding/subranging structure itself.
Folding Amplifier Linearity and Bandwidth
The folding amplifier determines the quality of the folded waveform that defines segment boundaries. Each fold must maintain a steep, monotonic slope within its segment and exhibit well-aligned peaks and troughs across all segments. Sufficient bandwidth is required to support multi-hundred-megahertz operation; otherwise, waveform rounding or slew limitations distort the effective thresholds. Folding stages must avoid hitting saturation regions, which flatten the output and create dead zones where comparator decisions become ambiguous.
Comparator Count versus Resolution
Achievable resolution is determined by the combination of folding depth, interpolation density, coarse-level bits and fine-level bits. Folding reduces the number of required comparators by reusing the same threshold set across repeated segments, while interpolation generates additional intermediate decision points without adding comparators. The resulting comparator budget grows roughly with folding_factor × segment_base_comparators, not 2N as in a full flash converter. Proper distribution of coarse and fine bits ensures accurate subrange detection while minimizing overall comparator load.
Residue Linearity
The residue amplifier generates a scaled difference between the original input and the coarse approximation. Its linearity directly limits achievable ENOB. Any distortion in the residue path is expanded by the fine converter and becomes visible in the final transfer characteristic. The residue span is much smaller than full-scale input, which reduces dynamic requirements for the fine ADC but increases sensitivity to nonlinearity, noise and offset in the residue amplifier.
Offset and Mismatch
Comparator offsets shift local threshold positions and manifest as uneven code widths or distorted segment boundaries. Mismatch in the folding network causes misaligned fold peaks, leading to segment-length variations and periodic INL patterns. Limited redundancy between coarse and fine codes enables digital correction to absorb small boundary errors and remove local bubble patterns, helping maintain a monotonic output without requiring extreme analog matching.
Speed–Power Trade-Off
High-speed folding networks require strong bias currents and wideband analog stages, which dominate power consumption. However, comparator count is significantly lower than in flash architectures of similar resolution, reducing total static and dynamic comparator power. The resulting speed–power balance makes folding/subranging suitable for moderate-resolution, high-sampling-rate applications where both bandwidth and power efficiency are priorities.
Debug and Failure Modes
Internal error mechanisms include residue miscalculation that produces missing or repeated codes, folding-network imbalance that generates dead zones or duplicated folds, and interpolation errors that introduce periodic INL segmentation. These issues arise from internal analog behavior rather than PCB-level effects and serve as indicators of folding-path distortion, mismatch or insufficient residue accuracy.
Applications
Folding/Subranging ADCs are suited for systems requiring medium resolution and very high sampling rates with low latency. Their architecture balances speed, power efficiency and comparator count, making them appropriate for front-end stages where bandwidth and prompt decision timing are critical. The applications listed here focus solely on where this architecture excels, without describing system topologies, interface schemes or sampling-band classifications.
Radar Front-End
Radar receivers often demand 8–10 bit resolution with sampling rates in the hundreds of MSPS to near gigasample levels. Folding/Subranging converters provide the required bandwidth and maintain extremely low latency for beamforming, target tracking and detection algorithms. Reduced comparator count allows multi-channel radar systems to scale more efficiently than equivalent flash-based designs.
Broadband Communications
Cable tuners, DOCSIS systems and similar broadband receivers use wide channel bandwidths and multi-carrier modulation schemes. These applications typically require medium resolution with good SFDR and moderate power consumption. Folding/Subranging ADCs deliver high sampling performance while maintaining manageable thermal footprints, supporting both customer-premises equipment and network-side implementations.
Digital Oscilloscope Front-End
Oscilloscope acquisition channels require very high analog bandwidth and extremely fast response for trigger and transient capture. Resolution is usually 8–10 bit, but sampling must scale toward the gigasample range. Folding/Subranging designs offer near-flash bandwidth with lower comparator power, enabling compact, multi-channel oscilloscope architectures.
High-Speed Line-Scan Imaging
Line-scan and industrial imaging systems operate at high line rates with modest per-pixel resolution demands. Folding/Subranging ADCs integrate efficiently into column-level or block-level readout chains, reducing power and area overhead while preserving throughput. This makes them well suited for high-speed inspection and measurement systems.
Ultrasound Imaging Front-End
Ultrasound beamforming and channelized acquisition require many parallel ADCs with moderate resolution and high sampling rates. Folding/Subranging architectures reduce the comparator and power footprint per channel, enabling denser integration for array-based probes and console systems while maintaining low-latency response.
Selection Guide
Folding/Subranging ADCs occupy a specific region in the converter architecture space. They bridge the gap between pure flash converters and pipelined architectures by providing medium resolution, high sampling rates and low latency at significantly lower comparator counts than a full flash design. This section outlines when a Folding/Subranging architecture should be considered and when alternative ADC families are typically a better fit.
Suitable Operating Window
Folding/Subranging converters are generally best suited for resolutions in the 8–12 bit range. Below 8 bits, the simplicity of a direct flash converter often dominates. Above 12 bits, subranging errors, folding non-idealities and residue linearity constraints make it difficult to maintain high ENOB without significant complexity, so pipelined or precision SAR solutions are usually preferred.
In terms of sampling rate, the practical target window for Folding/Subranging architectures is typically around 200–800+ MSPS. Within this range the folding network can still be implemented with reasonable analog bandwidth, and the reduction in comparator count delivers a meaningful power advantage over full flash designs. At much lower sampling rates, SAR converters generally offer better power and area efficiency with sufficient resolution and flexibility.
System-level latency is another key factor. Folding/Subranging ADCs usually present only a shallow conversion pipeline, often only a few clock cycles, which is attractive for latency-sensitive functions such as radar front-ends, trigger paths and real-time monitoring. When the system demands nanosecond-scale latency with medium resolution at high sample rates, Folding/Subranging becomes a strong candidate.
When to Prefer Folding/Subranging
Folding/Subranging is a favorable choice when the following conditions are met:
• Resolution: target resolution lies between 8 and 12 bits, with ENOB
requirements aligned to communication, radar or oscilloscope classes rather than metrology-grade
precision.
• Sampling Rate: required conversion rates are in the hundreds of MSPS,
where SAR architectures would struggle to maintain speed and flash designs become excessively
power-hungry.
• Latency: the signal chain benefits from very low conversion latency,
making deep pipelined solutions less attractive.
• Power versus Flash: system power must be significantly lower than an
equivalent full flash implementation, especially in multi-channel or dense front-end designs.
• Linearity: linearity requirements are moderate rather than
metrology-grade, focusing on clean SFDR and THD suitable for radar and broadband front-ends.
When Other Architectures Are Better
There are also clear cases where Folding/Subranging is usually not the best choice. Typical exclusions include:
• Resolution above 12 bits: for 14- or 16-bit performance and beyond,
subranging and folding non-idealities become difficult to control. Pipelined ADCs or hybrid
pipeline/SAR architectures with calibration tend to provide better linearity and robustness.
• Low sampling rates below 20–50 MSPS: in this regime, SAR
converters typically achieve superior power efficiency, compact area and flexible configuration,
making a Folding/Subranging front-end unnecessarily complex.
• Extreme sampling rates above 2–4 GSPS: at very high
speeds, implementing folding networks and accurate residue paths is challenging. Flash
converters or time-interleaved solutions built from simpler cores are generally preferred.
• Metrology-class linearity: applications that demand very low INL,
ultra-low drift and excellent low-frequency noise, such as precision instrumentation and
reference-grade measurement, are usually better served by high-resolution SAR or sigma-delta
architectures.
Decision Flow Perspective
A practical selection flow starts with sampling rate, then considers resolution, latency and linearity. For sampling rates below roughly 50 MSPS, SAR and sigma-delta converters dominate. Between 50 and 200 MSPS, SAR and pipelined solutions compete depending on resolution and power goals. In the 200–800+ MSPS range with 8–12 bit requirements and tight latency constraints, Folding/Subranging becomes a primary candidate. Above a few gigasamples per second, flash and time-interleaved architectures take over.
Within the appropriate rate and resolution window, the final decision is guided by latency and linearity priorities. Low-latency, medium-linearity systems lean toward Folding/Subranging, while applications that emphasize ultimate linearity and calibration flexibility often favor deeper pipelined or precision SAR designs.
Design Examples
1. 8-bit @ 500 MSPS: Basic Folding + 2× Interpolation Topology
A core folding amplifier generates four folded segments across the input range. A 2× interpolation network produces additional boundary thresholds, achieving an effective 8-bit decision with fewer than 40 comparators.
- 4 folding segments → periodic voltage waveform
- 2× interpolation → increases threshold density
- Low-latency fine-step flash backend resolves remaining bits
2. 10-bit Wideband Receiver Front-End
The folding network covers the full Nyquist bandwidth with reduced comparator count. A coarse 4-bit decision triggers a controlled-gain residue path that feeds a compact 6-bit flash block.
- Coarse bits: 4-bit flash segment locator
- Residue path: low-distortion, small swing
- Fine bits: 6-bit high-speed flash
3. 12-bit Radar IF Digitizer with Digital Redundancy
Targeting IF sampling, the folding structure uses deeper interpolation for threshold density. Redundant codes allow small folding mismatches to be corrected digitally, improving effective ENOB for radar detection.
- High linearity folding core (IF-optimized)
- Subranging path with coarse/fine overlap
- Digital correction handles segment-boundary errors
4. Low-Latency Oscilloscope Input Stage
Folding/Subranging allows sub-3-cycle latency for real-time trigger paths. Deep analog bandwidth reserve avoids delay distortion at high input frequencies.
- Front-end folding → instant segment mapping
- Minimal pipeline depth → fast trigger decision
- Tolerance to overdrive remains critical
Failure Signatures & Debug Hints
Folding/Subranging ADCs have characteristic failure signatures that differ from pure flash, SAR or pipelined architectures. Recognizing these patterns in code-density plots, FFT measurements and time-domain captures helps narrow down whether issues originate in the folding network, interpolation, residue path or digital correction.
1. Periodic INL / DNL patterns caused by folding-network mismatch
When folding amplifiers or their bias conditions are mismatched, segment boundaries shift unevenly. This produces a repeating pattern in DNL/INL that follows the folding periodicity (for example every 16, 32 or 64 codes depending on folding depth).
- Symptom: periodic INL “waves” across the transfer curve
- Test: code-density histogram and INL vs code index
- Likely source: gain/offset mismatch in folding amplifier paths
2. Local DNL spikes or missing codes from interpolation errors
If interpolation ratios are inaccurate, some intermediate thresholds collapse or spread apart, generating narrow or wide codes. In severe cases, codes can disappear entirely in localized regions.
- Symptom: clustered DNL spikes, occasional missing or repeated codes
- Test: high-resolution code-density tests around the affected ranges
- Likely source: resistor/capacitor ratio errors or loading in interpolation networks
3. ENOB drop at higher amplitudes due to residue nonlinearity
Residue amplifiers operating near their linearity limit introduce harmonic distortion that grows with signal amplitude. ENOB measured with large, high-frequency tones drops more rapidly than predicted from low-level tests.
- Symptom: ENOB and SFDR degrade as input amplitude approaches full scale
- Test: swept-amplitude FFT at representative input frequencies
- Likely source: residue path headroom, finite open-loop gain or slewing
4. Sparkle codes and random code jumps near folding peaks
Around folding maxima and minima, multiple comparators and interpolation nodes may be close to switching simultaneously. Timing skew, metastability or noise can cause sporadic incorrect decisions, seen as isolated out-of-sequence codes.
- Symptom: intermittent “sparkle” codes on slow ramps or sine waves
- Test: histogram of code transitions near folding peaks
- Likely source: comparator metastability or boundary-timing mismatch
5. Long recovery times after overload or large transients
Overdriving the input can push folding or residue stages into saturation. Internal nodes may take several conversion cycles to return to their normal operating region, during which the output codes remain clipped or distorted.
- Symptom: extended periods of clipped or incorrect codes after overload
- Test: step or pulse overload tests with time-domain capture
- Likely source: slow recovery of saturated folding/residue amplifiers
6. Temperature-dependent gain steps or kinked transfer regions
Thermal drift in folding, interpolation or residue elements can unbalance segment gains at different temperatures. Transfer curves measured at cold and hot corners reveal gain steps or kinks aligned with folding boundaries.
- Symptom: temperature-induced changes in INL shape or segment endpoints
- Test: INL/DNL vs temperature and periodicity analysis
- Likely source: mismatched tempco in folding and interpolation components
BOM & IC Selection Guide
The following table summarizes representative high-speed ADC devices from seven major vendors. While true commercial “Folding ADCs” are rare, these parts represent practical anchors for designs targeting 8–12-bit resolution and hundreds of MSPS to multi-GSPS bandwidths. Architecture notes indicate whether a device uses two-step, subranging, flash-assisted, pipeline or hybrid RF-sampling structures.
| Vendor | Part Number | Resolution | Sampling Rate | Architecture / Notes | Typical Use Case |
|---|---|---|---|---|---|
| Texas Instruments | ADC12DJ3200 | 12-bit | Up to 6.4 GSPS | Dual-channel RF-sampling, time-interleaved core | High-speed comms, radar, GHz-band instrumentation |
| Texas Instruments | ADC083000 | 8-bit | 3 GSPS | High-speed flash / subranging hybrid | Digitizers, oscilloscopes, trigger chains |
| Analog Devices | AD9208 | 14-bit | Up to 3 GSPS | High-speed pipeline with digital correction | 5G, RF sampling, multiband receivers |
| Analog Devices | AD9680 | 14-bit | 1 GSPS | Pipelined, subranging-assisted | Wideband comms, IF digitizers |
| Maxim Integrated (ADI) |
MAX1211 | 12-bit | 250 MSPS | Two-step subranging ADC | Moderate-speed comms, industrial measurement |
| Maxim Integrated | MAX109 | 8-bit | 2.2 GSPS | Flash-assisted high-speed ADC | Oscilloscopes, digitizers, electronic warfare |
| Microchip | MCP37D31-80 | 16-bit | 80 MSPS | Pipelined ADC core | Industrial measurement, instrumentation |
| Renesas | ISLA214P50 | 14-bit | 250 MSPS | High-linearity pipeline | Medical imaging, test equipment |
| Renesas | ISLA112P50 | 12-bit | 500 MSPS | Low-latency pipeline | Instrumentation, radar IF chains |
| Teledyne e2v | EV12AS350 | 12-bit | 5 GSPS | Multi-GSPS high-speed ADC | EW, LiDAR, phased-array radar |
| NXP | High-speed ADC IP / SoC | 8–10-bit | Up to hundreds of MSPS | SAR / pipeline cores embedded in MCUs and SoCs | Automotive sensing, EV control, mixed-signal SoCs |
Selection notes and practical guidance
Commercial data sheets rarely label devices as “Folding ADCs” directly. Instead, look for wording such as two-step, subranging, flash-assisted, or coarse/fine converters, which indicate similar design trade-offs and internal structures.
- Target 8–12-bit and 200–800 MSPS for Folding/Subranging-like use cases.
- Use flash-style parts above 2–4 GSPS when absolute speed dominates.
- Use classical pipeline or RF-sampling when linearity and calibration are priorities.
- Verify supply status and packaging before freezing the production BOM.
Folding / Subranging ADC – Frequently Asked Questions
1. What is the fundamental difference between a Folding ADC and a Flash ADC?
The key distinctions are:
- Flash uses 2ⁿ–1 comparators to directly resolve all thresholds.
- Folding reduces comparators by mapping the input into repeated segments.
- Folding requires interpolation and coarse/fine decoding; Flash does not.
- Flash → highest speed but highest power; Folding → speed–power balance.
2. Why can’t Folding/Subranging ADCs practically exceed 12–14 bits?
- Residue amplifier distortion increases with depth → limits linearity.
- Interpolation ratio errors accumulate → INL increases rapidly.
- Comparator offset cannot be digitally corrected beyond ~12–13 bits.
- Thermal drift causes segment boundary movement → limits ENOB.
For 14–20-bit precision, pipelined SAR or ΣΔ devices are preferred.
3. How does jitter sensitivity compare between Folding and Pipeline ADCs?
- Both depend on aperture jitter of the sample-and-hold.
- Folding has slightly higher sensitivity due to steeper slopes at folding edges.
- Pipeline often uses MDAC sampling, which can reduce effective jitter in certain stages.
For RF sampling, jitter dominates SNR regardless of architecture.
4. How is residue linearity maintained in a subranging ADC?
- Low-distortion residue amplifiers (<1% settling error).
- Carefully matched reference ladder segments.
- Coarse/fine overlap regions with redundancy.
- Digital background calibration for gain/offset.
5. Does interpolation reduce analog bandwidth?
- Yes — interpolation networks add loading and RC nodes.
- Effective bandwidth can drop by 10–25% depending on topology.
- High-order interpolation requires stronger drivers.
Most high-speed designs balance interpolation depth with bandwidth requirements.
6. Is Folding architecture compatible with TI-ADC (time-interleaving)?
- Yes, but alignment becomes more difficult.
- Folding boundaries must be synchronized between channels.
- Mismatches cause segment-dependent artifacts (periodic spurs).
TI-ADC + Folding is used rarely because calibration complexity increases significantly.
7. How much latency advantage does Folding have over Pipeline ADCs?
- Folding latency: 1–3 cycles typical.
- Pipeline latency: 4–15 cycles typical.
- No multi-stage MDAC chain → Folding is inherently faster.
This is why folding architectures are used in oscilloscopes and trigger paths.
8. How to identify whether a commercial ADC uses Folding/Subranging?
- Datasheet keywords: “two-step”, “subranging”, “coarse/fine”, “residue”.
- Presence of intermediate references or segmented thresholds.
- Block diagrams showing coarse ADC + residue amplifier + fine ADC.
- Typical specs: 8–12-bit, 200–800 MSPS.
9. Why do sparkle codes occur more frequently in Folding ADCs?
- Multiple comparators toggle near folding peaks.
- Interpolation nodes can cross simultaneously.
- Noise/metastability at boundary transitions.
Sparkles are typically isolated single-code errors during slow ramps.
10. Why does INL often show periodic patterns in Folding/Subranging ADCs?
- Segment mismatches repeat every folding interval.
- Interpolation errors form repeating INL “waves”.
- Coarse-to-fine handover introduces periodic gain steps.
Periodicity often equals subrange size (e.g., 16, 32, 64 codes).
11. Why does ENOB drop faster at higher amplitudes?
- Residue amplifier distortion rises with swing.
- Interpolation nonlinearity becomes more pronounced.
- Segment edges saturate earlier than mid-range regions.
ENOB degradation is more visible in high-frequency FFT tests.
12. What failure modes are most common in Folding/Subranging ADCs?
- Segment overlap errors → missing codes.
- Interpolation ratio drift → DNL spikes.
- Residue saturation → multi-code jumps.
- Comparator offset shift → boundary movement.
Most failure signatures follow the internal segmentation periodicity.