Tan 2020
Tan 2020
Abstract— In many sensor applications, a high-resolution in incremental mode for sensor interfaces, and the incremental
analog-to-digital converter (ADC) is a key block. The use of ADCs (IADCs) offer the best choice for achieving high
an incremental delta-sigma ADC (IADC) is often well suited energy efficiency [1]–[6]. Since the modulators of the IADCs
for such applications. While the energy-efficiency of IADCs has
improved by several orders of magnitude over the past decade, usually have finite impulse response (FIR), the corresponding
the implementation of high performance IADCs, especially in decimation filter can be as simple as a cascade of integrators
battery-powered systems, is still challenging. This paper presents (CoIs), much simpler than their counterparts that use an
a tutorial review on energy-efficient IADCs and addresses the infinite impulse response (IIR) decimation filters. The other
progress in this area. This paper describes the fundamentals of advantages of the IADCs include easy multiplexing and low
IADCs and energy-efficient hybrid IADC architectures. Various
design techniques for improving the energy-efficiency of the latency [7]–[11] and are also less subject to idle tones [10].
IADCs are described. This paper is intended to serve as a starting A first-order IADC requires a long conversion time, result-
point for the development of a new energy-efficient IADC. ing in poor energy efficiency. To shorten the conversion time
Index Terms— Analog-to-digital converter (ADC), incremental and thereby improve energy efficiency, higher-order IADCs
ADC (IADC), incremental delta-sigma () modulator, decima- can be used. However, they are more prone to instability and
tion filter, energy-efficiency, energy-efficient amplifier, chopping, have a reduced input range. Hence, multi-stage noise-shaping
FIR-DAC, integrator slicing, negative-R assisted integrator, and (MASH) IADCs [12], [13], and hybrid IADCs incorporating
sensor interface. with Nyquist-rate ADCs have been investigated. This paper
reviews energy-efficient IADC architectures, such as extended
I. I NTRODUCTION counting [6], [9], two-step [24], [25], multi-step [26], [27] and
zoom [33] structures.
S ENSORS are ubiquitous devices, including audio, tem-
perature, light, magnetic, capacitive sensing, as well
as bio-potential acquisition and biometrics identification for
The circuit techniques for implementing energy-efficient
IADCs are also reviewed. Several important energy-efficient
wearable devices. It usually processes narrow-band signals amplifier topologies have been proposed in the past decade,
with frequencies from DC to tens of kHz [1]–[4]. For including inverter-based amplifiers and its improved versions
battery-powered sensor systems, energy-efficient analog-to- with optimal gm /Id are also described in this paper [33]–[37],
digital converter (ADCs) are especially important and are [41]–[52]. Another important amplifier topology, the ring
usually customized to meet the sensor’s requirements. Such amplifier which benefits from high gain and fast settling
ADCs must also be robust against offset and flicker noise. is also reviewed [53]–[60]. In recent years, dynamic ampli-
In addition, the integrated ADC often needs to be multi- fiers have drawn attention, because they exhibit the lowest
plexed across many channels and applications requiring a large bandwidth for a target speed due to their class-B opera-
number of channels, such as image sensors or bio-potential tion [61]–[63]. The principles of several dynamic amplifiers
acquisition [3]–[6], [7]–[11], [18], [32], [41], [71], [82]. These are described in this paper [64]–[69]. Other useful tech-
must be very efficient in terms of energy and area. niques for implementing energy-efficient IADCs such as chop-
Among all categories of ADCs, delta-sigma () ADCs ping [70]–[73], FIR DAC [74]–[85], integrator slicing [85],
utilizing oversampling and noise-shaping are widely used for and 1st integrator optimization [81], [82], [88]–[91] are also
achieving high resolution. The ADCs are often operated discussed.
The paper is organized as follows. Section II deals with
Manuscript received May 31, 2020; revised September 29, 2020; accepted the fundamental operation and design of a single-loop IADC
October 21, 2020. Date of current version December 1, 2020. This work was and describes the advantages over its counterparts.
supported by the Ministry of Science and Technology (MOST), Taiwan. (Con-
tract ID: MOST 108-2218-E-009-034-MY3). This article was recommended Energy-efficient hybrid IADC architectures are discussed in
by Associate Editor J. Yin. (Corresponding author: Chia-Hung Chen.) Section III. Energy-efficient amplifier topologies for IADCs
Zhichao Tan is with the Department of Electrical Engineering, Zhejiang are described in Section IV. Section V describes circuit tech-
University, Hangzhou 310058, China.
Chia-Hung Chen is with the Department of Electrical and Computer niques that are useful in the IADC design. Section VI gives
Engineering, National Chiao Tung University, Hsinchu 300, Taiwan (e-mail: the summary and conclusions of the paper.
[email protected]).
Youngcheol Chae is with the Department of Electrical and Electronic
Engineering, Yonsei University, Seoul 03722, South Korea. II. F UNDAMENTALS OF IADC S
Gabor C. Temes is with the School of Electrical Engineering and Computer
Science, Oregon State University, Corvallis, OR 97331 USA. A. Delta-Sigma ADCs
Color versions of one or more of the figures in this article are available
online at https://ieeexplore.ieee.org. A general ADC, shown in Fig. 1(a), consists of
Digital Object Identifier 10.1109/TCSI.2020.3033458 an oversampled loop filter, a low-resolution quantizer and
1549-8328 © 2020 IEEE. Personal use is permitted, but republication/redistribution requires IEEE permission.
See https://www.ieee.org/publications/rights/index.html for more information.
Authorized licensed use limited to: Auckland University of Technology. Downloaded on December 19,2020 at 21:12:13 UTC from IEEE Xplore. Restrictions apply.
4162 IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMS—I: REGULAR PAPERS, VOL. 67, NO. 12, DECEMBER 2020
Fig. 2. (a) A 2nd -order IADC, (b) its decimation filter and (c) timing diagram.
Fig. 1. (a) Block diagram of a ADC. (b) A decimation filter example
(c) The Hogenauer third-order sinc filter [16].
a multi-rate decimation filter. L cascaded integrators form CoI decimation filter accumulates the oversampled bitstream.
an L th -order loop filter. The quantization noise spectrum is The feedforward with an input direct path is used as an
high-pass filtered by the noise transfer function (NTF), which example to illustrate the operation of IADC [7], [17], and
is usually of the form other architectures can be derived similarly. Fig. 2 depicts the
z-domain model of a 2nd -order incremental ADC (IADC) and
V 1
N T F(z) = = its simplified timing diagram, including the two-phase non-
E 1 + L 1 (z) overlapping clock and reset pulses. Here, M is the oversam-
(z − 1) L pling ratio (OSR), defined as the number of oversampling
= (1)
a L z L + a L−1 z L−1 + · · · a0 within one conversion time.
The design methodology of loop filter for the required signal- The operation of an IADC is best understood using
to-quantization-noise (SQNR) is well known. It can be found time-domain analysis [4], [7], [11], [13]. It begins with a
in [14], including a discussion of loop filter architecture, loop global reset pulse to clear the memories in all analog and
filter order, oversampling ratio (OSR), in-band zero position, digital blocks. After the initial reset, the modulator loop
and quantizer levels. Schreier’s toolbox [15] is a powerful quantizes the analog input voltage U , and the digital filter
help for finding the coefficients, optimizing the out-of-band concurrently processes the output bitstream V . At the end of
gain (OBG), dynamic range scaling, and other practical design the conversion for i = M in Fig. 2, the output of the first
issues. integrator W1 and the second one W2 can be expressed as [7]
The decimation filter for ADCs, shown in Fig. 1(b),
usually has several stages, and consists of a sincL+1 filter
M−1
Authorized licensed use limited to: Auckland University of Technology. Downloaded on December 19,2020 at 21:12:13 UTC from IEEE Xplore. Restrictions apply.
TAN et al.: IADCs: TUTORIAL REVIEW 4163
Authorized licensed use limited to: Auckland University of Technology. Downloaded on December 19,2020 at 21:12:13 UTC from IEEE Xplore. Restrictions apply.
4164 IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMS—I: REGULAR PAPERS, VOL. 67, NO. 12, DECEMBER 2020
Fig. 4. (a) An IADC using a second Nyquist-rate ADC for extended Fig. 5. (a) An IADC with extended counting using hardware sharing [9].
counting [6]. (b) The simplified timing diagram for one conversion period. (b) A discrete-time IADC1 acting as the coarse quantization ADC. (c) Recon-
figured stage acting as a 10-bit cyclic ADC to perform the fine quantization.
Authorized licensed use limited to: Auckland University of Technology. Downloaded on December 19,2020 at 21:12:13 UTC from IEEE Xplore. Restrictions apply.
TAN et al.: IADCs: TUTORIAL REVIEW 4165
Fig. 6. A 2nd -order IADC in two-step operation. (a) First step (b) Second
step.
Authorized licensed use limited to: Auckland University of Technology. Downloaded on December 19,2020 at 21:12:13 UTC from IEEE Xplore. Restrictions apply.
4166 IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMS—I: REGULAR PAPERS, VOL. 67, NO. 12, DECEMBER 2020
Authorized licensed use limited to: Auckland University of Technology. Downloaded on December 19,2020 at 21:12:13 UTC from IEEE Xplore. Restrictions apply.
TAN et al.: IADCs: TUTORIAL REVIEW 4167
Fig. 9. An inverter-based amplifier using two coupling capacitors (CC ) during Fig. 11. An inverter-based amplifier that uses a dynamic bias scheme via
amplification. resistors Rb .
Fig. 10. An inverter-based amplifier using dynamic bias scheme (a) auto-
zeroing (b) integration.
Fig. 12. A dynamic amplifier using a dynamic integrator.
the transistors can be applied via resistors Rb , as shown charging with wide output swing. There are several vari-
in Fig. 11 [36], [43], [52]. This also allows the input transistors ants of the ring amplifier [55]–[58]. The number of invert-
to be biased to the desired current level and block the input ers is reduced in the second stage and the external biases
common-mode voltage. Since the Rb form a high-pass filter reduced by using a resistor [55]. It can achieve a high-speed
in the signal path, the resistance should be large enough not operation (>600MS/s) [56], [57] or a very precise settling
to compromise its signal gain. The use of large Rb can be a (>16bit) [58]. Some systematic design approaches also can
burden, but this can be solved by using a switched-resistor be found in [56], [58], [60].
technique [52].
D. Dynamic Amplifiers
C. Ring Amplifiers A dynamic integrator can be used for a gain ampli-
So far, single-stage inverter-based amplifiers are discussed, fier [61]–[63]. As shown in Fig. 12, the amplifier consists of
but a multi-stage amplifier can also be energy efficient. an input differential pair and two load capacitors. Since the
The ring amplifier provides an energy-efficient solution for common-mode (CM) voltage of the output changes during the
many ADCs [53]–[60] and can be readily used for integration, the CM detection circuit provides the timing for
ADCs [54], [59]. The ring amplifier is essentially a three-stage disconnecting the current source with the load capacitors. This
inverter, two wideband amplifiers followed by the output gives the lowest bandwidth for a given integration time, and
stage. The second stage introduces an offset called dead thus the excess noise can be kept very low. The amplifier’s gain
zone, such that the output stage can be turned off for certain varies with temperature and supply voltage, and a background
conditions and the dead zone control enables the cascade calibration is often required to achieve a precise gain in
inverters to operate as an amplifier without using Miller pipeline ADCs [62]. With the appropriate design of the NTF,
compensation [53]. At the start, the large output current however, the loop filter of ADC can be stable enough
quickly charges the load capacitor, in a so-called slew-based to accommodate moderate gain variations without calibration.
charging. During its stabilization, the ring amplifier transitions The dynamic amplifier can be used to build a FIR-IIR loop
from the large-signal behavior into its steady-state phase. filter [63].
Since the residual transients settle in the steady-state, the The conventional current-steering amplifier can be modified
small-signal behavior determines the final accuracy and noise to a charge-steering one, as shown in Fig. 13, whose tail
performance. The ring amplifier can achieve a high gain from current source has been replaced by a capacitor CT with
the cascade of three inverters, and benefits from slew-based switches [64]–[67]. The CT is discharged to ground in the
Authorized licensed use limited to: Auckland University of Technology. Downloaded on December 19,2020 at 21:12:13 UTC from IEEE Xplore. Restrictions apply.
4168 IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMS—I: REGULAR PAPERS, VOL. 67, NO. 12, DECEMBER 2020
Authorized licensed use limited to: Auckland University of Technology. Downloaded on December 19,2020 at 21:12:13 UTC from IEEE Xplore. Restrictions apply.
TAN et al.: IADCs: TUTORIAL REVIEW 4169
Authorized licensed use limited to: Auckland University of Technology. Downloaded on December 19,2020 at 21:12:13 UTC from IEEE Xplore. Restrictions apply.
4170 IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMS—I: REGULAR PAPERS, VOL. 67, NO. 12, DECEMBER 2020
Assuming ideal compensation, the DC gain of the integrator Circuit techniques were also reviewed to arrange an energy
with negative-R becomes infinite, and the UGB of the integra- efficient IADC implementation. The amplifier topologies
tor becomes 1/RIN CINT , regardless of the finite response of the based on inverters were reviewed in detail. The class-AB
amplifier. The transfer function of the amplifier noise seen at biasing nature can provide large driving capability, while
the integrator’s input shows a high-pass response sRIN CI, and keeping the quiescent current low. The low DC gain can be
the amplifier noise is significantly attenuated within the band tolerated through architectural optimizations, and this makes
of interest. Therefore, the negative-R assisted integrator can inverter-based amplifier a popular approach to IADC imple-
effectively handle the finite gain, finite bandwidth, and noise of mentation. The ring-amplifier is designed for fast settling as
the amplifier. Considering PVT variations, the desired value of well as high loop gain. Three cascaded inverters behave like an
the negative-R cannot be implemented exactly. Therefore, the amplifier, and second stage introduces a dead zone, such that
ultimate performance improvement of the negative-R assisted the last stage can be properly turned off. This arrangement
integrator is limited by the matching property between RIN yields fast settling and a sufficient phase margin without
and negative-R. The intrinsic 1/ f noise of the negative-R can Miller compensation, which leads to significate power savings.
also be a problem in low frequency applications. This can Several dynamic amplifiers have been reviewed. Among these,
be solved by chopping the negative-R of the 1st integrator, the floating inverter combines both an inverter-based amplifier
thereby mitigating the 1/ f noise of the IADC [81], [82]. It is and a dynamic biasing scheme that provides good power
worth noting that the integrator with the chopped negative-R efficiency and can be used for low power IADC design.
can achieve much less Q-noise folding compared to chopped Design techniques to improve the performance of IADCs
opamps [82]. are also introduced. Since the nature of such an IADC process
Compared to multibit modulators, the single-bit modulator mostly slowly varying input signals, the 1/ f noise of the
has stringent slew rate requirements for the first integrator, circuits must be mitigated. Chopped integrator and negative-R
due to the voltage steps in the feedback DAC. This leads to assisted integrator can be used to suppress 1/ f noise in which
voltage jumps in the virtual ground of the 1st opamp when the chopping involves modulation and filtering, while negative-R
feedback DAC switches, which degrades the modulator’s per- relies on the suppression. The FIR-DAC technique can be
formance. The conventional way of overcoming this problem applied to suppress errors of the 1st integrator. It utilizes a
is to enhance the oamp’s speed simply by increasing the bias feedback FIR filter to remove the high frequency quantization
current, thereby improving the linearity of the 1st integrator. noise, thereby the FIR-DAC output closely follows the input
However, the required current of the opamp is exactly known signal, and such an arrangement reduces the integrators’ output
due to the access to VIN and VDAC , and the efficiency of swing and relaxes the loop filter requirements even with
the 1st integrator can be improved by using an assistant, as the use of single-bit quantizer. The integrator slicing scheme
shown in Fig. 18(b) [88]. In this assisted opamp technique, is also very useful for the energy reduction of the IADC.
a pair of a transconductor (gm = 1/R) and a replica DAC Since the contribution of the input samples is not equal
(Iout = ±Vref /R) supplies a current at the output of the opamp. over the conversion in the IADC, the noise increases due to
This removes the current requirements of the first opamp from the integrator slicing during a single conversion result in a
the first place and reduces the excursion of the virtual ground. very little noise increase. To improve the energy-efficiency of
This results in a low distortion operation even with single- the IADCs, it is essential to optimize the 1st integrator. Some
bit ADCs [88], [89]. Since the opamp does not require useful techniques such as the negative-R assisted integrator
to source/sink current, it can be implemented with very low and the assisted opamp technique can be used to make the
quiescent currents, thus saving the energy of the 1st integrator. integrator more efficient.
This assisted opamp technique is successfully applied to The insights from many IADCs are that hybrid structures
a CT IADC [90]. are employed to achieve higher resolution while maintaining
speed. One should maximize the SQNR within a conversion
time. Merging ADC and Nyquist-rate ADC combines
VI. S UMMARY AND C ONCLUSION
advantages of both architectures. The recycling of IADC
In this paper, the fundamentals and operations of the IADC with several steps provides an extra degree of freedom for
were reviewed, and their pros and cons were compared with an additional resolution. Additional insights from the IADC
those of ADCs. Several energy-efficient hybrid IADC implementation is that inverters are widely used as an analog
architectures that combine ADC with Nyquist-rate ADC gain block. Using inverter-based amplifiers, IADCs achieve
were discussed. To achieve improved energy-efficiency, the very high resolution (20 bits) as well as very high energy
internal stages of the IADC can be recycled to perform an efficiency. Probably, we are likely to see more results with
extended counting. One can also use multi-step IADC to similar approaches that have never been used before. Another
improve area- and energy-efficiency. The principle of zoom aspect not to be forgotten is that the signals of interest are
ADCs is proposed to take advantage of the speed of Nyquist often aimed at using near DC. Therefore, IADCs must be
conversion and the accuracy of conversion. In the incre- robust against offset and 1/ f noise, which requires additional
mental zoom ADC, the coarse ADC for fast range-finding care. Deeper insights into the unique features of IADCs can
indicates the fine range where the input voltage resides and pose challenges, but the design of IADCs would be more
the ADC only works within a few coarse LSBs, which interesting. We hope that these citations can be a good starting
greatly improves the SQNR. point for new IADC research.
Authorized licensed use limited to: Auckland University of Technology. Downloaded on December 19,2020 at 21:12:13 UTC from IEEE Xplore. Restrictions apply.
TAN et al.: IADCs: TUTORIAL REVIEW 4171
R EFERENCES [24] C.-H. Chen, Y. Jung, T. He, Y. Zhang, J. L. Ceballos, and G. C. Temes,
“Two-step incremental analogue-to-digital converter,” Electron. Lett.,
[1] V. Quiquempoix et al., “A low-power 22-bit incremental ADC,” vol. 49, no. 4, pp. 250–251, Feb. 2013.
IEEE J. Solid-State Circuits, vol. 41, no. 7, pp. 1562–1571, [25] C.-H. Chen, Y. Zhang, T. He, P. Y. Chiang, and G. C. Temes, “A 11
Jul. 2006. W 250 Hz BW two-step incremental ADC with 100 dB DR and 91 dB
[2] R. Wu, Y. Chae, J. H. Huijsing, and K. A. A. Makinwa, “A 20-b ±40- SNDR for integrated sensor interfaces,” in Proc. IEEE Custom Integr.
mV range read-out IC with 50-nV offset and 0.04% gain error for bridge Circuits Conf., Sep. 2014.
transducers,” IEEE J. Solid-State Circuits, vol. 47, no. 9, pp. 2152–2163, [26] C.-H. Chen, Y. Jung, J. L. Ceballos, and G. C. Temes, “Multi-
Sep. 2012. step extended-counting analogue-to-digital converters,” Electron. Lett.,
[3] C.-H. Chen, J. Crop, J. Chae, P. Chiang, and G. C. Temes, “A 12- vol. 49, no. 1, pp. 30–31, Jan. 2013.
bit 7 μW/channel 1 kHz/channel incremental ADC for biosensor inter-
[27] Y. Zhang, C.-H. Chen, T. He, and G. C. Temes, “A 16 b multi-
face circuits,” in Proc. IEEE Int. Symp. Circuits Syst., May 2012,
step incremental analog-to-digital converter with single-opamp multi-
pp. 2969–2972.
slope extended counting,” IEEE J. Solid-State Circuits, vol. 52, no. 4,
[4] C.-H. Chen, Y. Zhang, T. He, P. Y. Chiang, and G. C. Temes, “A micro-
pp. 1066–1076, Apr. 2017.
power two-step incremental analog-to-digital converter,” IEEE J. Solid-
State Circuits, vol. 50, no. 8, pp. 1796–1808, Aug. 2015. [28] J. Wagner, P. Vogelmann, and M. Ortmanns, “On the signal filtering
[5] N. Van Helleputte et al., “A 345 μW multi-sensor biomedical SoC property of CT incremental sigma–delta ADCs,” IEEE Trans. Circuits
with bio-impedance, 3-channel ECG, motion artifact reduction, and inte- Syst. II, Exp. Briefs, vol. 66, no. 11, pp. 1780–1784, Nov. 2019.
grated DSP,” IEEE J. Solid-State Circuits, vol. 50, no. 1, pp. 230–244, [29] J. Steensgaard et al., “Noise–power optimization of incremental data
Jan. 2015. converters,” IEEE Trans. Circuits Syst. I, Reg. Papers, vol. 55, no. 5,
[6] A. Agah, K. Vleugels, P. B. Griffin, M. Ronaghi, J. D. Plummer, pp. 1289–1296, Jun. 2008.
and B. A. Wooley, “A high-resolution low-power oversampling ADC [30] J. Garcia, S. Rodriguez, and A. Rusu, “On continuous-time incremental
with extended-range for bio-sensor arrays,” IEEE J. Solid-State Circuits ADCs with extended range,” IEEE Trans. Instrum. Meas., vol. 62, no. 1,
(JSSC), vol. 45, no. 6, pp. 1099–1110, Jun. 2010. pp. 60–70, Jan. 2013.
[7] J. Markus, J. Silva, and G. C. Temes, “Theory and applications of [31] B. Wang, S.-W. Sin, S.-P. U., F. Maloberti, and R. P. Martins, “A 550-
incremental delta-sigma converters,” IEEE Trans. Circuits Syst. I, Reg. μW 20-kHz BW 100.8-dB SNDR linear-exponential multi-bit incre-
Papers, vol. 51, no. 4, pp. 678–690, Apr. 2004. mental ADC with 256 clock cycles in 65-nm CMOS,” IEEE J.
[8] J.-H. Kim et al., “A 14b extended counting ADC implemented in a Solid-State Circuits, vol. 54, no. 4, pp. 1161–1172, Apr. 2019.
24Mpixel APS-C CMOS image sensor,” in Proc. IEEE Int. Solid-State [32] S. Tao and A. Rusu, “A power-efficient continuous-time incremental
Circuits Conf., Feb. 2012, pp. 390–392. sigma-delta ADC for neural recording systems,” IEEE Trans. Circuits
[9] Y. Oike and A. El Gamal, “CMOS image sensor with per-column Syst. I, Reg. Papers, vol. 62, no. 6, pp. 1489–1498, Jun. 2015.
ADC and programmable compressed sensing,” IEEE J. Solid-State [33] Y. Chae, K. Souri, and K. A. A. Makinwa, “A 6.3 μW 20 bit incremental
Circuits, vol. 48, no. 1, pp. 318–328, Jan. 2013. zoom-ADC with 6 ppm INL and 1 μV offset,” IEEE J. Solid-State
[10] S. Kavusi, H. Kakavand, and A. E. Gamal, “On incremental sigma- Circuits, vol. 48, no. 12, pp. 3019–3027, Dec. 2013.
delta modulation with optimal filtering,” IEEE Trans. Circuits Syst. I, [34] B. Gonen, F. Sebastiano, R. Quan, R. van Veldhoven, and
Reg. Papers, vol. 53, no. 5, pp. 1004–1015, May 2006. K. A. A. Makinwa, “A dynamic zoom ADC with 109-dB DR for
[11] T. C. Caldwell and D. A. Johns, “Incremental data converters at low audio applications,” IEEE J. Solid-State Circuits, vol. 52, no. 6,
oversampling ratios,” IEEE Trans. Circuits Syst. I, Reg. Papers, vol. 57, pp. 1542–1550, Jun. 2017.
no. 7, pp. 1525–1537, Jul. 2010. [35] S. Karmakar, B. Gonen, F. Sebastiano, R. van Veldhoven, and
[12] J. Robert and P. Deval, “A second-order high-resolution incremental K. A. A. Makinwa, “A 280 μW dynamic zoom ADC with 120 dB DR
A/D converter with offset and charge injection compensation,” IEEE J. and 118 dB SNDR in 1 kHz BW,” IEEE J. Solid-State Circuits, vol. 53,
Solid-State Circuits, vol. 23, no. 3, pp. 736–741, Jun. 1988. no. 12, pp. 3497–3507, Dec. 2018.
[13] C.-H. Chen, T. He, Y. Zhang, and G. C. Temes, “Incremental ADCs for [36] B. Gonen, S. Karmakar, R. van Veldhoven, and K. A. A. Makinwa,
high-resolution energy-efficient sensor interfaces,” IEEE J. Emerg. Sel. “A continuous-time zoom ADC for low-power audio applications,” IEEE
Topics Circuits Syst. (JETCAS), vol. 5, no. 4, pp. 612–623, Dec. 2015. J. Solid-State Circuits, vol. 55, no. 4, pp. 1023–1031, Apr. 2020.
[14] S. Pavan, R. Schreier and G. C. Temes, Understanding Delta-Sigma [37] Y. Chae, “Energy-efficient inverter-based amplifiers,” in Low-Power
Data Converters, 2nd ed. Pascataway, NJ, USA: IEEE Press, 2017. Analog Techniques, Sensors for Mobile Devices, and Energy Efficient
[15] R. Schreier. (2020). Delta Sigma Toolbox. MATLAB Central File Amplifiers. Cham, Switzerland: Springer, 2019.
Exchange. Accessed: Oct. 26, 2020. [Online]. Available: https://www. [38] Y. Chae and G. Han, “Low voltage, low power, inverter-based switched-
mathworks.com/matlabcentral/fileexchange/19-delta-sigma-toolbox capacitor delta-sigma modulator,” IEEE J. Solid-State Circuits, vol. 44,
[16] E. B. Hogenauer, “An economical class of digital filters for decima- no. 2, pp. 458–472, Feb. 2009.
tion and interpolation,” IEEE Trans. Acoust., Speech Signal Process., [39] K. Nagaraj, J. Vlach, T. R. Viswanathan, and K. Singhal, “Switched
vol. ASSP-29, pp. 152–159, Apr. 1981. capacitor integrator with reduced sensitivity to amplifier gain,” Electron.
[17] J. Silva, U.-K. Moon, J. Steensgaard, and G. C. Temes, “A wideband Lett., vol. 22, no. 21, pp. 1103–1105, Oct. 1986.
low-distortion delta-sigma ADC topology,” Electron. Lett., vol. 37,
[40] B. R. Gregoire and U.-K. Moon, “An over-60 dB true rail-to-rail per-
no. 12, pp. 737–738, Jun. 2001.
formance using correlated level shifting and an opamp with only 30 dB
[18] H. Hwang, H. Lee, M. Han, H. Kim, and Y. Chae, “A 1.8-V 6.9-mW
loop gain,” IEEE J. Solid-State Circuits, vol. 43, no. 12, pp. 2620–2630,
120-fps 50-channel capacitive touch readout with current conveyor AFE
Dec. 2008.
and current-driven ADC,” IEEE J. Solid-State Circuits, vol. 53,
no. 1, pp. 204–218, Jan. 2018. [41] Y. Chae et al., “A 2.1 M pixels, 120 frame/s CMOS image sensor with
[19] I. Fujimori et al., “A 90-dB SNR 2.5-MHz output-rate ADC using column-parallel ADC architecture,” IEEE J. Solid-State Circuits,
cascaded multibit delta-sigma modulation at 8/spl times/oversampling vol. 46, no. 1, pp. 236–247, Jan. 2011.
ratio,” IEEE J. Solid-State Circuits, vol. 35, no. 12, pp. 1820–1828, [42] H. Zhang, Z. Tan, and K. Nguyen, “Inverter-based low-power delta–
Dec. 2000. sigma modulator using correlated level shifting technique,” Electron.
[20] G. C. Temes, “Incremental and extended-range data converters,” in Lett., vol. 53, no. 25, pp. 1663–1665, Dec. 2017.
Design, Modeling and Testing of Data Converters. Berlin, Germany: [43] F. Krummenacher, E. Vittoz, and M. Degrauwe, “Class AB CMOS
Springer, 2014, pp. 143–159. amplifier micropower SC filters,” Electron. Lett., vol. 17, no. 13,
[21] R. Harjani and T. A. Lee, “FRC: A method for extending the resolution pp. 433–435, Jun. 1981.
of Nyquist rate converters using oversampling,” IEEE Trans. Circuits [44] F. Krummenacher, “Micropower switched capacitor biquadratic cell,”
Syst. II, Analog Digit. Signal Process., vol. 45, no. 4, pp. 482–494, IEEE J. Solid-State Circuits, vol. SSC-17, no. 3, pp. 507–512, Jun. 1982.
Apr. 1998. [45] J. Wang, T. Matsuoka, and K. Taniguchi, “A 0.5 V feedforward delta-
[22] J. DeMaeyer, P. Rombouts, and L. Weyten, “A double-sampling sigma modulator with inverter-based integrator,” in Proc. ESSCIRC,
extended-counting ADC,” IEEE J. Solid-State Circuits, vol. 39, no. 3, Sep. 2009, pp. 328–331.
pp. 411–418, Mar. 2004. [46] S. Lee, W. Jo, S. Song, and Y. Chae, “A 300-μW audio modu-
[23] C. C. Lee and M. P. Flynn, “A 14b 23 MS/s 48 mW resetting ADC,” lator with 100.5-dB DR using dynamic bias inverter,” IEEE Trans.
IEEE Trans. Circuits Syst. I, Reg. Papers, vol. 58, no. 6, pp. 1167–1177, Circuits Syst. I, Reg. Papers, vol. 63, no. 11, pp. 1866–1875,
Jun. 2011. Nov. 2016.
Authorized licensed use limited to: Auckland University of Technology. Downloaded on December 19,2020 at 21:12:13 UTC from IEEE Xplore. Restrictions apply.
4172 IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMS—I: REGULAR PAPERS, VOL. 67, NO. 12, DECEMBER 2020
[47] H. Luo, Y. Han, R. C. Cheung, X. Liu, and T. Cao, “A 0.8-V [69] X. Tang et al., “9.5 A 13.5b-ENOB second-order noise-shaping SAR
230-μW 98-dB DR inverter-based modulator for audio applica- with PVT-robust closed-loop dynamic amplifier,” in IEEE ISSCC Dig.
tions,” IEEE J. Solid-State Circuits, vol. 48, no. 10, pp. 2430–2441, Tech. Papers, Feb. 2020, pp. 162–163.
Oct. 2013. [70] Y. Yang, A. Chokhawala, M. Alexander, J. Melanson, and D. Hester,
[48] L. Lv, X. Zhou, Z. Qiao, and Q. Li, “Inverter-based subthresh- “A 114-db 68-mW chopper-stabilized stereo multibit audio ADC in
old amplifier techniques and their application in 0.3-V - 5.62 mm2 ,” IEEE J. Solid-State Circuits, vol. 38, no. 12, pp. 2061–2068,
modulators,” IEEE J. Solid-State Circuits, vol. 54, no. 5, pp. 1436–1445, Dec. 2003.
May 2019. [71] H. Chandrakumar and D. Markovic, “A 15.2-ENOB 5-kHz BW 4.5-μW
[49] B. Nauta, “A CMOS transconductance-C filter technique for very high chopped CT -ADC for artifact-tolerant neural recording front
frequencies,” IEEE J. Solid-State Circuits, vol. 27, no. 2, pp. 142–153, ends,” IEEE J. Solid-State Circuits, vol. 53, no. 12, pp. 3470–3483,
Feb. 1992. Dec. 2018.
[50] T. Christen, “A 15-bit 140-μW scalable-bandwidth inverter-based [72] S. Billa, A. Sukumaran, and S. Pavan, “Analysis and design of
modulator for a MEMS microphone with digital output,” IEEE J. Solid- continuous-time delta–sigma converters incorporating chopping,” IEEE
State Circuits, vol. 48, no. 7, pp. 1605–1614, Jul. 2013. J. Solid-State Circuits, vol. 52, no. 9, pp. 2350–2361, Sep. 2017.
[51] L. Breems et al., “A 2.2 GHz continuous-time ADC with –102 dBc [73] R. Theertham and S. Pavan, “Unified analysis, modeling, and simulation
THD and 25 MHz bandwidth,” IEEE J. Solid-State Circuits, vol. 51, of chopping artifacts in continuous-time delta-sigma modulators,” IEEE
no. 12, pp. 2906–2916, Dec. 2016. Trans. Circuits Syst. I, Reg. Papers, vol. 66, no. 8, pp. 2831–2842,
Aug. 2019.
[52] S. Pan and K. A. A. Makinwa, “3.6 A CMOS resistor-based temperature
[74] O. Oliaei, “Sigma-delta modulator with spectrally shaped feedback,”
sensor with a 10fJK2 resolution FoM and 0.4◦ C (30) inaccuracy from
IEEE Trans. Circuits Syst. II, Analog Digit. Signal Process., vol. 50,
–55◦ C to 125◦ C after a 1-point trim,” in IEEE ISSCC Dig. Tech. Papers,
no. 9, pp. 518–530, Sep. 2003.
Feb. 2020, pp. 68–69.
[75] B. M. Putter, “ ADC with finite impulse response feedback
[53] B. Hershberg, S. Weaver, K. Sobue, S. Takeuchi, K. Hamashita, DAC,” in Proc. IEEE Int. Solid-State Circuits Conf., Feb. 2004,
and U.-K. Moon, “Ring amplifiers for switched capacitor cir- pp. 76–77.
cuits,” IEEE J. Solid-State Circuits, vol. 47, no. 12, pp. 2928–2942, [76] S. Pavan, “Continuous-time delta-sigma modulator design using the
Dec. 2012. method of moments,” IEEE Trans. Circuits Syst. I, Reg. Papers, vol. 61,
[54] M.-C. Chen et al., “A pixel pitch-matched ultrasound receiver for no. 6, pp. 1629–1637, Jun. 2014.
3-D photoacoustic imaging with integrated delta-sigma beamformer in [77] P. Shettigar and S. Pavan, “Design techniques for wideband single-
28-nm UTBB FD-SOI,” IEEE J. Solid-State Circuits, vol. 52, no. 11, bit continuous-time modulators with FIR feedback DACs,”
pp. 2843–2856, Nov. 2017. IEEE J. Solid-State Circuits, vol. 47, no. 12, pp. 2865–2879,
[55] Y. Lim and M. P. Flynn, “A 100 MS/s, 10.5 bit, 2.46 mW comparator- Dec. 2012.
less pipeline ADC using self-biased ring amplifiers,” IEEE J. Solid-State [78] A. Sukumaran and S. Pavan, “Low power design techniques for
Circuits, vol. 50, no. 10, pp. 2331–2341, Oct. 2015. single-bit audio continuous-time delta sigma ADCs using FIR feed-
[56] J. Lagos, B. P. Hershberg, E. Martens, P. Wambacq, and J. Craninckx, back,” IEEE J. Solid-State Circuits, vol. 49, no. 11, pp. 2515–2525,
“A 1-GS/s, 12-b, single-channel pipelined ADC with dead-zone- Nov. 2014.
degenerated ring amplifiers,” IEEE J. Solid-State Circuits, vol. 54, no. 3, [79] A. Jain and S. Pavan, “Continuous-time delta-sigma modulators with
pp. 646–658, Mar. 2019. time-interleaved FIR feedback,” IEEE Trans. Circuits Syst. I, Reg.
[57] B. Hershberg et al., “3.1 A 3.2GS/s 10 ENOB 61 mW ringamp ADC in Papers, vol. 65, no. 2, pp. 434–443, Feb. 2018.
16nm with background monitoring of distortion,” in IEEE ISSCC Dig. [80] M. A. Mokhtar, P. Vogelmann, M. Haas, and M. Ortmanns, “A 94.3-
Tech. Papers, Feb. 2019, pp. 58–60. dB SFDR, 91.5-dB DR, and 200-kS/s CT incremental delta–sigma
[58] A. ElShater et al., “A 10-mW 16-b 15-MS/s two-step SAR ADC with 95- modulator with differentially reset FIR feedback,” IEEE Solid-State
dB DR using dual-deadzone ring amplifier,” IEEE J. Solid-State Circuits, Circuits Lett., vol. 2, no. 9, pp. 87–90, Sep. 2019.
vol. 54, no. 12, pp. 3410–3420, Dec. 2019. [81] S. Lee, J. Jeong, T. Kim, C. Park, T. Kim, and Y. Chae, “28.3 A
[59] P. Llimos Muntal and I. H. H. Jorgensen, “34.3 fJ/conv.-step 8- 5.2Mpixel 88.4dB-DR 12in CMOS X-ray detector with 16b column-
MHz bandwidth fourth-order pseudo-differential ring-amplifier-based parallel continuous-time ADCs,” in IEEE ISSCC Dig. Tech. Papers,
continuous-time delta–sigma ADC in 65 nm,” IEEE Solid-State Circuits Feb. 2020, pp. 434–435.
Lett., vol. 1, no. 10, pp. 198–201, Oct. 2018. [82] M. Jang, C. Lee, and Y. Chae, “9.2 A 134μW 24kHz-bw 103.5db-dr ct
[60] K. M. Megawer, F. A. Hussien, M. M. Aboudina, and A. N. Mohieldin, modulator with chopped negative-r and tri-level fir dac,” in IEEE
“A systematic design methodology for class-AB-style ring amplifiers,” ISSCC Dig. Tech. Papers, Feb. 2020, pp. 156–157.
IEEE Trans. Circuits Syst. II, Exp. Briefs, vol. 65, no. 9, pp. 1169–1173, [83] J. Gealow et al., “A 2.8 mW ADC with 83 dB DR and 1.92 MHz
Sep. 2018. BW using FIR outer feedback and TIA-based integrator,” in Proc. IEEE
[61] J. Lin, M. Miyahara, and A. Matsuzawa, “A 15.5 dB, wide signal Symp. VLSI Circuits, Jun. 2011, pp. 42–43.
swing, dynamic amplifier using a common-mode voltage detection [84] Y. Zhang, C.-H. Chen, T. He, and G. C. Temes, “A continuous-time
technique,” in Proc. IEEE Int. Symp. Circuits Syst. (ISCAS), May 2011, delta-sigma modulator for biomedical ultrasound beamformer using
pp. 21–24. digital ELD compensation and FIR feedback,” IEEE Trans. Circuits Syst.
I, Reg. Papers, vol. 62, no. 7, pp. 1689–1698, Jul. 2015.
[62] F. van der Goes et al., “A 1.5 mW 68 dB SNDR 80 Ms/s 2 × interleaved
[85] P. Vogelmann, J. Wagner, M. Haas, and M. Ortmanns, “A dynamic power
pipelined SAR ADC in 28 nm CMOS,” IEEE J. Solid-State Circuits,
reduction technique for incremental modulators,” IEEE J. Solid-
vol. 49, no. 12, pp. 2835–2845, Dec. 2014.
State Circuits, vol. 54, no. 5, pp. 1455–1467, May 2019.
[63] C.-C. Liu and M.-C. Huang, “28.1 A 0.46 mW 5MHz-BW 79.7dB- [86] S. Mohamad, J. Yuan, and A. Bermak, “A 102.2-dB, 181.1-dB FoM
SNDR noise-shaping SAR ADC with dynamic-amplifier-based FIR-IIR extended counting analog-to-digital converter with capacitor scaling,”
filter,” in IEEE ISSCC Dig. Tech. Papers, Feb. 2017, pp. 466–467. IEEE J. Solid-State Circuits, vol. 55, no. 5, pp. 1351–1360, May 2020.
[64] B. J. Hosticka, “Dynamic CMOS amplifiers,” IEEE J. Solid-State [87] M. Jang, C. Lee, and Y. Chae, “Analysis and design of low-power
Circuits, vol. SSC-15, no. 5, pp. 881–886, Oct. 1980. continuous-time delta-sigma modulator using Negative-R assisted inte-
[65] B. Razavi, “Charge steering: A low-power design paradigm,” in Proc. grator,” IEEE J. Solid-State Circuits, vol. 54, no. 1, pp. 277–287,
IEEE Custom Integr. Circuits Conf., Sep. 2013, pp. 1–8. Jan. 2019.
[66] H. S. Bindra, C. E. Lokin, D. Schinkel, A.-J. Annema, and B. Nauta, [88] S. Pavan and P. Sankar, “Power reduction in continuous-time delta-sigma
“A 1.2-V dynamic bias latch-type comparator in 65-nm CMOS with modulators using the assisted opamp technique,” IEEE J. Solid-State
0.4-mV input noise,” IEEE J. Solid-State Circuits, vol. 53, no. 7, Circuits, vol. 45, no. 7, pp. 1365–1379, Jul. 2010.
pp. 1902–1912, Jul. 2018. [89] A. Jain, M. Venkatesan, and S. Pavan, “Analysis and design of a
[67] I. Park, W. Jo, C. Park, B. Park, J. Cheon, and Y. Chae, “A 640 high speed continuous-time modulator using the assisted opamp
× 640 fully dynamic CMOS image sensor for always-on opera- technique,” IEEE J. Solid-State Circuits, vol. 47, no. 7, pp. 1615–1625,
tion,” IEEE J. Solid-State Circuits, vol. 55, no. 4, pp. 898–907, Jul. 2012.
Apr. 2020. [90] K. Singh and S. Pavan, “A 14 bit dual channel incremental continuous-
[68] X. Tang et al., “An energy-efficient comparator with dynamic float- time delta sigma modulator for multiplexed data acquisition,” in Proc.
ing inverter amplifier,” IEEE J. Solid-State Circuits, vol. 55, no. 4, 29th Int. Conf. VLSI Design 15th Int. Conf. Embedded Syst. (VLSID),
pp. 1011–1022, Apr. 2020. Jan. 2016, pp. 230–235.
Authorized licensed use limited to: Auckland University of Technology. Downloaded on December 19,2020 at 21:12:13 UTC from IEEE Xplore. Restrictions apply.
TAN et al.: IADCs: TUTORIAL REVIEW 4173
Zhichao Tan (Senior Member, IEEE) received Youngcheol Chae (Senior Member, IEEE) received
the B.Eng. degree from Xi’an Jiaotong University, the B.S., M.S., and Ph.D. degrees in electrical
Xi’an, China, in 2004, the M.Eng. degree from and electronic engineering from Yonsei Univer-
Peking University, Beijing, China, in 2008, and the sity, Seoul, South Korea in 2003, 2005, and 2009,
Ph.D. degree from the Delft University of Technol- respectively.
ogy, Delft, The Netherlands, in 2013. He was with the Delft University of Technology,
He was with Analog Devices Inc., from 2013 to Delft, The Netherlands, from 2009 to 2011, as a
2019, as a Staff IC Design Engineer working on Post-Doctoral Researcher. Since 2012, he has been
low power high-precision analog/mixed signal cir- on the faculty with Yonsei University, where he
cuit design. In 2019, He joined Zhejiang University is currently an Associate Professor. His work has
as a Faculty Member. In addition to five U.S. patents, focused on data converters and sensor interfaces. His
he has authored or coauthored more than 20 technique journal and conference results in more than 90 journal and conference papers and 30 patents.
papers. His current research interests include energy-efficient sensor interfaces, Dr. Chae is a member of the Technical Program Committees of International
precision analog circuits, and ultra-low-power ADCs. Solid-State Circuits Conference (ISSCC) and Asian Solid-State Circuits
Dr. Tan is a member of the Technical Program Committee (TPC) of IEEE Conference (A-SSCC). He received the Best Young Professor Award in
Asian Solid-State Circuits Conference. He has served as an Associate Editor Engineering from Yonsei University in 2018, the Haedong Young Engineer
for IEEE T RANSACTIONS ON C IRCUITS AND S YSTEMS —I: R EGULAR Award from IEE Korea in 2017, the Outstanding Research Award of Yonsei
PAPERS from 2016 to 2019 and a TPC Member of IEEE Sensors Confer- University from 2017 to 2019, and the Outstanding Teaching Awards of
ence and IEEE International Instrumentation and Measurement Technology Yonsei University from 2013 to 2014. He received a research grant from
Conference. He is currently an Associate Editor of IEEE T RANSACTIONS the Samsung Research Funding Center in 2017 and a VENI grant from the
ON I NDUSTRIAL E LECTRONICS and IEEE S ENSORS J OURNAL. He is the Dutch Technology Foundation STW in 2011. He has served as a Guest Editor
Chair of IEEE Industrial Electronics Society Technical Committee on MEMS of the Journal of Solid-State Circuits and a Distinguished Lecturer of IEEE
and Nanotechnology for the period of 2019–2020. Solid-State Circuits Society from 2018 to 2019.
Authorized licensed use limited to: Auckland University of Technology. Downloaded on December 19,2020 at 21:12:13 UTC from IEEE Xplore. Restrictions apply.