Next Article in Journal
FPGA-Based Acceleration of Polar-Format Algorithm for Video Synthetic-Aperture Radar Imaging
Previous Article in Journal
A Hardware Trojan Diagnosis Method for Gate-Level Netlists Based on Graph Theory
Previous Article in Special Issue
Switching Capacitor Filter with Multiple Functions, Adjustable Bandwidth in the Range of 5 Hz–10 kHz
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

A Fast and Cost-Effective Calibration Strategy of Inter-Stage Residual Amplification Errors for Cyclic-Pipelined ADCs †

School of Integrated Circuit Science and Engineering, Beihang University, Beijing 100191, China
*
Author to whom correspondence should be addressed.
This paper is an extended version of our paper published in the 2022 IEEE Asia Pacific Conference on Circuits and Systems (APCCAS), Shenzhen, China, 11–13 November 2022
These authors contributed equally to this work.
Submission received: 14 May 2024 / Revised: 7 June 2024 / Accepted: 17 June 2024 / Published: 19 June 2024

Abstract

:
Due to nonideal residue amplification, the limited resolution of pipelined analog-to-digital converters (ADCs) has become a popular research topic for ADC designers. High-gain and high-speed amplifiers usually consume too much power for a decent ADC. Hence, this paper proposes a fast and cost-effective foreground calibration strategy for cyclic-pipelined ADCs. The calibration strategy compensates for the gain error due to inter-stage residual amplification, which alleviates the DC gain requirement for internal amplifiers. Unlike other digital calibrations, the proposed scheme is implemented with a cyclic-pipelined structure, and only one parameter needs to be calibrated, whose value can be feasibly calculated by the Fix-Point Iteration algorithm. The proposed calibration scheme is implemented in an area-efficient 16-bit, 2 MS/s cyclic-pipelined ADC, fabricated in 180 nm CMOS technology. The ADC is designed and realized by cycling a 6-bit sub-ADC four times with 1-bit redundancy each time. The calibration algorithm manages to recover the sampled data to 93.85 dB spurious free dynamic range (SFDR) even with a 57.8 dB-DC-gain amplifier. The total power consumption of ADC is 17.92 mW and it occupies an active area of 1.8 mm2.

1. Introduction

In addition to the ever-growing demand for conversion speed, low power dissipation and compatibility with deep-sub-micron technology become other essential criteria in state-of-the-art designs [1,2]. Pipelined analog-to-digital converters (ADCs) implemented with switched-capacitors techniques have been growing popular due to their relative high-speed and high-resolution performances. However, the design of pipelined ADCs has become more challenging in deep-sub-micron technology nodes due to a severe nonlinearity caused by internal digital-to-analog converters (DACs) and inter-stage gain errors.
One of the primary bottlenecks of high-performance pipelined ADCs is the capacitor mismatches. The mismatches between the binary-weighted capacitors could cause deviations in the ADC transfer curve [3]. Worse, such deviations would accumulate during the conversion and result in additional distortion. The conventional approach is to increase the capacitance values at the price of a larger area and high power consumption.
Another challenge of high-performance pipelined ADCs is the residue amplifier. The residual amplification should be realized with high-speed, low-noise, and high-linearity requirements. However, designing such operational amplifiers (Op-Amps) is a nontrivial task. The limited supply headroom and low intrinsic device gain may lead to a power increase in future deep-sub-micron processes. Furthermore, the multi-stage design would perform worse in transient response than the single-stage with the same power consumption [4]. However, the single-stage design would significantly impact the overall performance of the ADC due to the need for closed-loop gain accuracy.
Digital calibration techniques are widely used to improve the resolution and linearity of ADCs, and they can release the stringent requirements for capacitor matching accuracy and the high DC gain of residue amplifiers. The primary calibration techniques could be divided into background and foreground. Background calibration could correct the conversion errors without disrupting typical A/D conversion. Thus, it has the advantage of being immune to temperature changes, voltage supply variations, device aging, etc. On the contrary, foreground calibration schemes do not rely on the statistical distribution of input signals, which makes them applicable to almost all data conversion scenarios.
The foreground calibrations discussed in [5,6,7] achieve more than 13-bit linearity, while they require a particular set of input signals to provide the calibration information. Based on the dithering technology presented in [8,9,10], the background calibrations used additional dithering or pseudo-random sequences to extract errors and track environment changes. However, they suffer from slow convergence speed, and their calibration accuracy is limited by the dithering magnitude, which wastes more redundancy. Previous work [11] shaped the amplification errors like the noise, which make errors cause a negligible impact on the in-band signal-to-noise-and-distortion ratio (SNDR), but it requires supplementary oversampling technology. The LMS (least mean square)-based background calibration proposed in [12] could speed up the convergence, but it also requires an extra-slow and more accurate ADC to estimate the conversion errors of sub-stage ADCs. Other calibration methods, such as [13], require an extra clock and achieve all calibration in the analog domain with higher power consumption.
In this work, we propose a cyclic-pipelined structure with a foreground calibration scheme to correct the gain errors of residue amplification with little cost. Due to the identical hardware implementation, the gains of all residue amplification between sub-stages are constant throughout the pipeline processing. This feature makes our calibration algorithm much more manageable and feasibly achieves high resolution. With corresponding off-chip digital post-processing, the actual gain of amplifiers can be estimated and used to eliminate the gain errors. Unlike the previous work regarding applying codes for DAC in [14,15], our calibration solution has remarkable advantages in convergence speed and storage requirements. The self-calibrated structure in [14] requires 2048 sampling points for convergence, and it employs a multi-level calibration strategy, which introduces uncertainty in accuracy when the number of levels increases. The self-estimation technique in [15] needs a 4 kB on-chip ROM for parameters, which could not be realized in time against PVT variation. Therefore, due to its remarkable convergence speed, our work is highly adaptable and can withstand process, voltage, and temperature variations. It is also accommodating to process scaling.
The paper is organized as follows: Section 2 theoretically illustrates the relation between the DC gain of the amplifier and voltage deviation, followed by the principle of the calibration procedures as well as details of the proposed architecture in Section 3. Section 5 presents the measurement results, and we finally conclude the work in Section 6.

2. Inter-Stage Gain Calibration

2.1. Principle of Cyclic-Pipelined ADCs

The basic architecture of a cyclic-pipelined ADC with 1-bit redundancy is illustrated in Figure 1. As shown, the input signal is sampled and held by sampling capacitors and then is A/D converted by an N-bit sub-ADC (SADC). Due to the limited word length of digital signals, differences between input signals and quantization levels are inevitable, and these differences are named quantization errors or residual errors. In order to improve the conversion accuracy, these residual errors also need to be eliminated, and one possible solution is to amplify these errors, followed by another round of A/D conversion. The residual amplification factor is set to 2 N 1 to provide 1-bit redundancy in the pipeline structure. It can tolerate offset of the comparator and other nonideal inside the sub-ADC, and reduce the requirement of output range of residual amplifier. This “subtraction-amplification-A/D Conversion” strategy can be iterated several times for accuracy requirements.
Regarding implementation, residual errors can be obtained via a combination of an SADC, a DAC, and a subtractor, while amplifiers can execute residual amplifications. The digital codes converted at each sub-stage will be processed to calculate the final A/D output, and the process can be implemented either on-chip or off-chip. The main feature of the cyclic-pipelined ADC shown in Figure 1 is that all of its residual amplification shares the same hardware, including the same capacitor array, which leads to an identical amplification value for each sub-stage. We will demonstrate the significance of this merit in the following sections.

2.2. Requirement of Residual Amplifier without Calibration

As for the ideal amplifier, the result of amplification at each sub-stage with 1-bit redundancy can be expressed as V o u t , i = 2 N 1 · V r e s , i , where N is the bit number of sub-ADC and i stands for the ith stage. Compared to an ideal amplifier, a practical one has a finite open-loop gain A v o l , causing actual amplification results to be consistently lower than the desired values. As the reasoning goes, the actual amplification result for a practical amplifier should be derived as follows:
V o u t , i = A v o l · 2 N 1 A v o l + 2 N 1 + 1 · V r e s , i = G A · V r e s , i
where G A means the closed-loop gain of the residual amplifier. Hence, the output deviation of each residual amplification due to the finite DC gain can be derived as follows:
Δ V o u t , i = V o u t , i V o u t , i = 2 N 1 + 1 · 2 N 1 A v o l + 2 N 1 + 1 · V r e s , i
Because residual errors occur at every time of amplification, there would be M-1 times amplification in an M-stage cyclic-pipelined ADC. The ith amplification error would be divided by 2 i ( N 1 ) for the final output calculation in digital code alignment without any intervention, which means that it is the first amplification error that dominates the overall performance. Hence, the total voltage deviation could be derived as follows:
Δ V o u t , a d c = i = 1 M 1 Δ V o u t , i / 2 i ( N 1 ) Δ V o u t , 1 2 N 1
It is reasonable to assume that the input of the first residual amplifier V r e s , 1 = V i n V d a c , 1 follows a uniform distribution as V r e s , 1 U ( 0 , V S L S B ) , where V S L S B is the least significant bit of SADC, i.e., V S L S B = V r e f / 2 N . Then the output deviation should also follow the same distribution pattern as Δ V o u t , a d c U ( 0 , Q ) , where the coefficient Q is
Q = 2 N 1 + 1 A v o l + 2 N 1 + 1 · V r e f 2 N
and the root mean square (RMS) of Δ V o u t , a d c , r m s is
Δ V o u t , a d c , r m s = Q 12
Like the concept of signal-to-quantization-noise ratio (SQNR), we could also characterize the influence of this amplification error by signal-to-amplification-noise ratio (SANR), and if the full-scale input amplitude equals the reference voltage, the SANR can be derived as follows:
SANR = V r e f , r m s Δ V o u t , a d c , r m s = V r e f / 2 Q / 12 = 6 · 2 N A v o l + 2 N 1 + 1 2 N 1 + 1
In actuality, when the DC gain of the residual amplifier is relatively large (much larger than 2 N 1 ), the SANR is approximately linearly related to the DC gain. For example, if we set the resolution of sub-ADC to be 5 bits, then the relation between SANR and DC gain can be expressed as follows:
SANR ( dB ) A v o l ( dB ) + 20 log 10 6 · 2 N 1 2 N 1 1 = A v o l ( dB ) + 8.34 ( dB ) N = 5
Since the amplification error and the quantization noise will together limit the whole system’s performance, and they are statistically independent, the SNDR of the whole ADC could be derived as follows:
SNDR = 20 log 10 V r e f , r m s Δ V o u t , a d c , r m s 2 + V q , r m s 2
where V q , r m s is the RMS of the quantization noise of the whole ADC system.
The above discussion explains that for the circumstance whereby DC gain is insufficient, the amplification error will overwhelm the quantization noise, causing the SNDR of the whole ADC to be limited by the SANR expressed in (7). As shown in Figure 2a, the high agreement between the behavioral simulation results and the calculated results proves the correctness of the model and delivers the exact relationship between the inter-stage amplifiers required for the accuracy of the pipelined ADC.

3. Calibration Strategy

3.1. Basic Calibration Scheme

Fortunately, pursuing the high DC gain of amplifiers is unnecessary to minimize amplification errors. Alternatively, the amplification errors could be corrected in the digital domain with extra hardware costs or an off-chip process.
Since we are not further designing ideal-alike amplifiers, actual residual amplification under limited open-loop gain should be taken into account. If we define the actual gains at each sub-stage as all equal to “ G A ” because they all share the same hardware, the final result of the A/D conversion should be corrected with G A rather than 2 N 1 , as follows:
V o u t , a d c , c a l i = V r e f 2 N i = 1 M D i G A i 1
where V o u t , a d c , c a l i is the calibrated output voltage of the entire ADC, and D i is N-bit digital codes produced by each SADC. It is worth noting that the digital codes here are all in decimal representation in the following analysis.
Also shown as the blue line in Figure 2b, we find that an amplifier with DC gain as low as 40 dB could still achieve 16-bit resolution with four times cycling as long as the closed-loop gain G A is taken into account for calibration based on (9).
In other words, if we apply the digital codes and their corresponding gain at each sub-stage to calculate the final output, limited gains of residual amplifiers will no longer be a bothering issue. It is noteworthy that the amplification “ G A ” between two A/D conversions equivalently brings “ log 2 G A ” bits extra resolution. Taking our design as an example (cycle times M = 4, resolution of sub-ADC N = 5), the theoretical effective-number-of-bit (ENOB) could be calculated as follows:
E N O B = N + ( M 1 ) · log 2 G A
Behavioral simulation results in Figure 2b prove that the distortion caused by residual amplification is due to the “mismatch” of gain between ideal value 2 N 1 and practical value G A , not the insufficient gain. In other words, the ADC accuracy degradation brought about by insufficient gain is shown in (10), but is far from comparable to the gain mismatch. Therefore, the remaining problem lies in accurately estimating the actual closed-loop gain of the residual amplifier.

3.2. Estimation of Inter-Stage Gain

Considering that the applied cyclic structure is not intuitive for analysis, we expand the data flow and analyze it as a conventional structure, as shown in Figure 3. The whole system is divided into two parts: the first stage of the pipeline and a back-end ADC (BADC).
The first stage generates a residual voltage V r e s , 1 after its A/D conversion, and this voltage will be amplified by a gain of G 1 . The BADC performs an extra A/D conversion to quantify the amplified residual voltage G 1 · V r e s , 1 . Because of the hardware reusing strategy, the BADC is also realized via the iteration of residue subtraction, amplification, and conversion process, and its conversion result is a set of digital codes from each sub-stage D 2 , D 3 , D 4 , which will be used to perform the weighted accumulation to build up the back-end digital code D B E . Although the inter-stage gains G 1 , G 2 , G 3 are equal, we keep the suffix-number to clarify the explanation.
A multiplexer (MUX) with some auxiliary control logic is added between the SADC and DAC at the first stage so that a “residual” signal can be generated at node V r e s , 1 .
The steps for the gain estimation are shown in Figure 4. We set the input signal V i n to be a constant and then drive two different control codes to the MUX, obtaining two residual signals, respectively. Then, these two signals would be amplified by G 1 and quantified by the BADC subsequently:
D B E = 2 N B E V r e f · G 1 V i n C o d e 2 N V r e f
where N B E means the the ENOB of back-end ADC. We could control the system to avoid voltage variations at the input by skipping the sampling behavior during the calibration procedure, and control codes should be carefully selected to ensure that the amplified residual voltage G 1 · V r e s , i does not exceed the full-scale range of BADC at any time. Based on this principle, we set C o d e = ± 1 and make a difference between two quantization results. According to (11), we obtain
Δ D B E 2 N B E = G 1 × Δ C o d e 2 N = G 1 2 N 1 = G 2 N 1
As we know, the BADC is not an ideal ADC either, where the gains of its inter-stage amplification G 2 , G 3 are smaller than 2 N 1 . Hence, the back-end digital output code D B E should also be calibrated with the gain G. For the purpose of calculating the digital output code precisely, we need to apply the A/D conversion results from each stage as follows:
Δ D B E 2 N B E = 1 2 N Δ D 2 + Δ D 3 G + Δ D 4 G 2
Combining the above two Equations (12) and (13), we obtain
G = 1 2 Δ D 2 + Δ D 3 G + Δ D 4 G 2
The gain G A estimation theoretically requires only two calibrations, that is, two times the conversion time of the ADC system, which has a significant advantage over other background or foreground calibrations in terms of convergence speed. Considering the system noise, repeating the calibration and averaging the gain is not too much of a burden on the convergence time of the system.

3.3. Calibration Accuracy

The accuracy of the calibration scheme depends on the accuracy of the inter-stage gain estimation, which can be hampered by two types of errors: the principled error from the back-end ADC and the computational error from calibration processing.
The cubic Equation (14) can be solved by specific iteration methods such as Fixed Point Iteration or Newton–Raphson Iteration [16], as shown in Figure 5. The proof of convergence has been provided in Appendix A. G A denotes the actual inter-stage gain, G E indicates the limit value calculated by iteration, and G k means the calculation result from the k t h cycles. Based on that, δ results from the computational error, and Δ G comes from the principled error, which could not be corrected by any processing.
In this subsection, we will analyze how the deviation of the calculated value, including principled error and computational error, affects the final resolution, and we then illustrate that six times iteration is enough for a decent result, which means that the extra cost of our calibration scheme is well accepted.
At this point, we assume that the calculation of the loop iteration is error-free and that there remains the principled error, as shown in the following equation:
G E = G A ± Δ G = G A 1 ± η
where coefficient η means the relative error of the gain as η = Δ G / G A . Based on (4), if we rewrite the expression in terms of the closed-loop gain:
Q = G A G E G A · V S L S B
Therefore, according to (5), (10), and (16), the RMS of the output deviation and quantization noise of the entire ADC system could be rewritten into
Δ V o u t , a d c , r m s = 1 12 η ( 1 ± η ) · V r e f 2 N
V q , r m s = 1 12 V r e f 2 N · G A M 1
And the damage to SNDR could be derived as
Δ S N D R = 10 log 10 Δ V o u t , a d c , r m s 2 + V q , rms 2 V q , rms 2 = 10 log 10 α 2 + 1
where we set the coefficient α as the relative RMS value of the output deviation and quantization noise. By combining (17) and (18), we obtain
α = Δ V o u t , a d c , r m s V q , r m s = η 1 ± η · G A M 1 η · G A M 1
The above two equations provide a way to estimate the damage to the accuracy of the whole ADC system, which reveals that a larger relative error η of the closed-loop gain would cause more damage when the absolute value of the actual gain G A remains constant.
Due to the limited resolution of the BADC, there is an inevitable deviation between G A and G E via the calibration strategy, and the deviation Δ G due to the BADC could be estimated according to (11):
Δ G 0 , 2 N 2 N B E
which could also be considered as the quantization error of the calibration strategy. In addition, the maximum deviation could be simplified as
Δ G m a x = 2 N 2 N B E = 2 N 2 N + M 2 log 2 G A = 1 G A M 2
The maximum deviation Δ G m a x reveals the factor that the output digital word would remain unchanged even if a deviation of gain smaller than Δ G m a x exists, resulting in the descent of SNDR. Fortunately, according to (19) and (20), the coefficient α equals 1 in this case, and the descent of SNDR is approximately 3 dB in the worst situation.
However, we ignored an issue: the iterative algorithm gradually converges to G E instead of G A , and the calculated value G k would fall in the range G E t o δ , G E + δ after k iterations, as shown in Figure 5. Therefore, taking the iteration error into consideration, the maximum deviation of the closed-loop gain should add δ on the basis of the previous value in the worst situation and the descent of SNDR could be calculated as followed:
Δ S N D R = 10 log 10 δ ¯ 2 + 1
where δ ¯ means the normalized computational error δ / Δ G m a x and the simulated results are presented in Figure 6. This indicates that it is not necessary to iterate over and over again to eliminate the iteration error because there is an unavoidable 3 dB descent of SNDR due to the limited resolution of the BADC.
Considering the calibration accuracy and the power consumption comprehensively, we finally chose to iterate six times to solve Equation (14), and under this condition, the descent of SNDR is approximately 3.6 dB, which is well accepted.

4. Cyclic-Pipelined ADC Architecture

4.1. Architecture of Proposed ADC

The architecture of the proposed cyclic-pipelined ADC is shown in Figure 7a. It consists of a 5-bit binary weighted capacitor array, a residue amplifier, a 6-bit signed Flash ADC and corresponding control logic. The principle of signal processing of this ADC is similar to other cyclic ADCs that were proposed in [17,18,19]. For a more convenient explanation, let us assume that the residue amplifier is ideal, and then the operation of the A/D conversion can be explained as follows:
1.
The 5-bit capacitor array samples the input V i n via control signal S & H v i n and S & H e n a .
2.
The Flash ADC converts the sampled voltage into digital code, which will be applied to the capacitor array to produce the residual error.
3.
The residue amplifier magnifies the residual error by a factor of 16, which contains 1 bit redundancy compared to the resolution of the capacitor array (16 times magnification is achievable only with ideal amplifiers, and it has to be calibrated in reality).
4.
The amplified residual error V r e s i d u is sampled by the capacitor array again via control signal S & H r e s i d u and S & H e n a .
5.
Repeat the steps mentioned above from 2 to 4 three times.
The 5-bit capacitor array is implemented in a conventional binary weighting structure with a reference multiplexing scheme, as also shown in Figure 7a. In this design, a total of four cycles are performed, which converts the analogue signal into 18-bit digital signals (1 bit from polarity, 4 × 3 = 12 bits from the first three cycles, and 5 bits from the last cycle). However, considering the impact of gain calibration, we eventually set the design target to 16-bit accuracy. Although the Flash ADC could sustain 5-bit resolution, the first three cycles only generate 4-bit data each time. This is because we have the 1-bit redundancy design to tolerate the offset of the comparator and other nonideals inside the Flash ADC, as shown in Figure 8.
As long as the signal path shown in Figure 8 qualifies to be a linear time-invariant system, this 1-bit redundancy design could cancel off one LSB conversion error from the first stage and attenuate that from the second stage by a factor of 2 ( N 1 ) , making it negligible compared to other design concerns, highlighted in green in Figure 8. Furthermore, this analysis can be expanded to a multi-stage pipelined ADC, and the final impact of Flash-ADC-induced conversion error will be attenuated by ( M 1 ) · 2 N 1 times, where M represents the number of pipelined stages in the ADC.
Of course, as we analyzed in the previous section, an amplification of 16 is not achievable due to the finite gain of the amplifier, and the inter-stage gain calibration scheme is proposed to overcome this problem.

4.2. Timing Requirement

To realize a high-precision ADC with this architecture, except that S & H e n a should not be off first during the sampling and re-sampling phase, and the Flash ADC should be enabled after the capacitor array finishes sampling to void kick-back noise, switches have to be specially controlled during the residue amplification and re-sampling period (step 3 and step 4 mentioned in the previous sub-section). There are three rules to be followed:
1.
Firstly, feedback capacitors have to be reset every time before amplification to eliminate remaining charges, requiring switch ϕ 2 to not overlap switch ϕ 1 .
2.
Secondly, switch ϕ 1 has to cut off the connection between the capacitor array and the amplifier before sampling. Otherwise, the to-be-sampled signal V r e s , a and changes of control logic C t r l p , c , n [ 5 : 0 ] will affect the input of the amplifier and consequently deteriorate the loop.
3.
Thirdly, switch ϕ 2 should be turned on only after the converting process of Flash ADC to ensure that V r e s , a is precisely sampled and converted.
To meet all the rules above, we arranged the timing of switches as shown in Figure 7b, where important time points are marked by the red line and the rules’ number. The timing consumption of one A/D conversion is illustrated in Figure 9. It is worth mentioning that multiple clocks are used for the Sample-and-Hold and Residue Amp phase to provide sufficient settling time. The circuit used to generate all those switch-control signals is not explained specifically here since they are conventional delay cells and SR latches.

4.3. Residue Amplifier

Since the limited gain of amplifiers can be calibrated, and a high-speed amplifier could improve the sampling rate of the entire ADC system, the single-stage amplifier has considerable advantages over its multi-stage counterparts in this respect. As we explained before in Section 3, this amplifier should support three different modes: (1) reset the feedback capacitors; (2) amplify the residual errors; and (3) hold the amplified voltage for next-stage sampling. One possible implementation is shown in Figure 10.
The separation of different working modes actually alleviates the trade-off in amplifier designs: during the amplification period, the closed-loop gain of the amplifier is relatively larger (around 14 for example), but the capacitive loads can be small, which is the sum of feedback capacitors C f b , the parasitic capacitors of switches C s w , and the input capacitor of Flash ADC C i n . On the contrary, during the sampling period, the load capacitance C a r r a y is much larger, but the amplifier is connected in unity gain configuration, so the amplifier will not work in a high-gain-and-heavy-load scenario. Additionally, unlike multi-stage amplifiers, where the dominant pole is determined by internal compensation capacitors, single-stage amplifiers have dominant poles at the output nodes and, hence, are capable of adjusting the gain-bandwidth-product dynamically when necessary, achieving faster steady-state responses.
Therefore, the schematic of a high-speed single-stage fully differential amplifier is designed, as shown in Figure 11. The amplifier, based on a P-type folded cascade structure, divides the conventional differential pair into two parts [20]. The bias current is replicated from an external input current through a low-voltage cascode current mirror, which is not marked in the figure. The local common-mode feedback (LCMFB) allows a further increase of the dynamical currents without scaling static currents. LCMFB could also increase small-signal performances due to the small-signal current gain provided by the LCMFB resistors. Two DC level shifters have been cross-coupled to the differential pair transistors, implemented by the flipped voltage followers (FVFs). Under quiescent conditions, the input differential pair transistors are biased by the DC level shift V b and share the same static current I b regardless of process, supply voltage, or temperature (PVT) variations. When a nonzero input signal arrives, the dynamic currents of the input differential pair would not be limited by I b . Meanwhile, an increment in trans-conductance by a factor of 2 is achieved without FVF. The simulation results of the amplifier are shown in Table 1.

4.4. Flash ADC

The architecture of flash ADC is shown in Figure 12, where the timing diagram and the structure of the comparator are also shown. In this architecture, integrated nonlinearity (INL) is mostly caused by the input-referred offset of the comparator. Thanks to the 1-bit redundancy, INL less than 1 LSB can be tolerated. Therefore, the linearity of the Flash ADC is of minor consideration, and power efficiency becomes a more important aspect. To reduce power consumption, the floating inverter amplifier (FIA) [21] is adopted as the pre-amplifier followed by a StrongARM latch, as illustrated in the blue part in Figure 12. FIA will be launched as soon as the comparison begins, and the latch will be launched after the input signal is amplified. By properly sizing transistors, the input-referred offset can be controlled, and low power consumption can be maintained as well.

5. Measurement Setup and Results

5.1. Measurement Setup

The proposed ADC is fabricated in 0.18 μ m 1.8V CMOS technology and occupies an area of 1.8 mm2, as shown in Figure 13. The measurement setups are demonstrated in Figure 14: the low-frequency testing adopts a high-precision audio source (DS360) with differential outputs and two single-ended unity-gain buffers driving the ADC, and the high-frequency testing applies a single-ended-to-differential structure to drive the ADC, which deteriorates the signal linearity to some extent. Both setups adopt passive filter networks before and after the buffers, and these filters are carefully tuned for a descent trade-off between “noise” and “settling time” for both testing scenarios.

5.2. Measurement Results

5.2.1. Calibration Performance

To evaluate the performance of our proposed calibration strategy, we compared the estimated inter-stage gain with the optimum value, G o p t . The estimated gain is 15.276 (marked in the Figure 15a), which is very close to the optimum value when we sweep the gain from 15 to 16. In addition, the proposed ADC is more robust against the parameter variation compared with previous work [15], as shown in Figure 15b. If we take the 3 dB loss of SNDR as a restriction, the proposed ADC can tolerate 0.4% variation, but the previous work requires than 0.05% variation.
Unlike other pipelined SAR ADCs and their corresponding calibration schemes, there is only one parameter that needs to be calculated, leading to a significant advantage in calculation convergence. Although the equivalent input noise of the op-amp is only 90 dB, which is very small and insignificant to the LSB of sub-ADC, it still has a certain impact on the accuracy of gain estimation. We can use the averaged measurements to eliminate the effect of noise, and the tested results are shown in Figure 16. The sample sizes for the statistics were all 500 points, using 1, 10, 50, and 100 times averaging. What stands out in this figure is the rapid decrease in the standard deviation of SNDR with the increase in calibration average times. The statistical results also demonstrate that the measured SNDR result is acceptable even without averaging, and only 10 × averaging is needed to obtain a more convergent result according to the box plot.

5.2.2. Measured ADC Performance

The ADC achieves a peak SNDR of 82 dB at a full-scale 4.6875 kHz input, as presented in Figure 17a. It is worth noting that the total distortion (THD) performance of ADC improves by approximately 20 dB with the gain calibration scheme, and SNDR is limited by the noise floor of the signal source and the INL. As the input amplitude decreases, the SNDR of the overall system decreases linearly, as shown in Figure 18a.
The deviation between the tested results and the fitting curve at the relatively large amplitude (>−40 dBFS) side is mainly due to the INL and the poor noise performance of the signal source as well (the noise floors jump a lot when the signal amplitude is beyond certain thresholds according to the datasheet of the signal source). A dynamic range of 90.8 dB was measured with 4.6875 kHz input signals. High-frequency testing results are shown in Figure 17b, where a full-scale 761 kHz input signal was driven into the ADC, and 76.93 dB SNDR was achieved. In terms of the static performance, the proposed ADC achieves an INL of ±4.8 LSB, as shown in Figure 18b. The large INL is achieved by the mismatch of the binary-weighted CDAC, which is not calibrated.
Although the residue amplifier was optimized for speed and power efficiency, it still consumes 91% of the overall power and becomes the bottleneck for a low-power system. The main reason behind this is that relatively large sampling capacitors (38.72 pF) were used to reduce the thermal noise at the sampling stage.

5.2.3. ADC Performance over Temperature Sweep

Amplifier open-loop gain shifts with voltages and temperatures, causing a potential performance drop of the entire ADC. Therefore, a temperature sweeping measurement was conducted to evaluate this challenge. Ten points of measurements were taken from 30 to 120 degrees Celsius, and the calibrated SNDR was compared with the optimum values obtained by sweeping the gain parameter at that temperature. Due to the flooring effect caused by ADC quantization, the estimated closed-loop gain is slightly lower than the ideal value during calibration at room temperature. However, this characteristic also brings the estimated gain closer to the desired value at high temperatures, thereby reducing the impact of temperature, which is demonstrated in Figure 19. Consequently, the calibrated SNDR even improved when the temperature increased to around 85 °C and only dropped 2 dB at 120 °C, as shown in Figure 19.

6. Conclusions and Discussion

This paper proposes a foreground gain calibration technique that could correct linear errors from the inter-stage amplifiers in cyclic-pipelined ADCs. The calibration scheme could consequently alleviate the DC gain requirement for amplifiers. Due to the cyclic structure, the actual gains of each amplification are identical. Hence, their values can be calculated by the Fix-Point Iteration algorithm. The feasibility and efficiency of the proposed calibration strategy were verified via a 16-bit ADC implemented in 0.18 μ m technology. Measurement results show that the SFDR can achieve 93.85 dB even with a 57.8 dB-DC-gain amplifier.
This cyclic structure, however, also limits the speed and power consumption performance of the overall ADC system due to its unnecessary large load capacitance in the back-end sub-ADC. Therefore, the FoM w and the FoM s of the proposed ADC does not catch that of the state-of-the-art works, as shown in Table 2. A potential improvement approach in the future would be separating the front-end and back-end ADCs and trading the calibration feasibility to some extent for power efficiency.

Author Contributions

Conceptualization, Y.L. and Y.H.; methodology, J.M.; software, J.M. and Y.L.; validation, J.M., Y.L. and G.L.; formal analysis, J.M.; investigation, Y.H.; resources, Y.H.; data curation, J.M.; writing—original draft preparation, J.M., Y.L. and Y.H.; writing—review and editing, J.M., Y.L. and Y.H.; visualization, J.M., Y.L. and Y.H.; supervision, Y.H.; project administration, Y.H.; funding acquisition, Y.H. All authors have read and agreed to the published version of the manuscript.

Funding

This research was funded by National Natural Science Foundation of China, grant numbers 62271020 and U23A20352.

Data Availability Statement

All data underlying the results are available as part of the present article and no additional source data are required.

Conflicts of Interest

The authors declare no conflicts of interest.

Appendix A. Banach Fixed-Point Theorems

Let ( X , d ) be a complete metric space. Then, a map T : X X is called a contraction mapping on X if there exists q [ 0 , 1 ) such that
d ( T ( x ) , T ( y ) ) q d ( x , y )
for all x , y X .
Banach fixed-point theorems. Let ( X , d ) be a nonempty complete metric space with a contraction mapping T : X X . Then T admits a unique fixed-point x * in X (i.e., T ( x * ) = x * ). Furthermore, x * can be found as follows: start with an arbitrary element x 0 X and define a sequence x n by x n = T x n 1 for n 1 . Then x n x * . The following inequalities are equivalent and describe the speed of convergence:
d x * , x n q n 1 q d x 1 , x 0 d x * , x n + 1 q 1 q d x n + 1 , x n d x * , x n + 1 q d x * , x n
According to the Equation (14), we make
T ( G ) = 1 2 Δ D 2 + Δ D 3 G + Δ D 4 G 2
and assume that G [ 10 , 18 ] , which means to a huge open-loop gain range.
Despite being digital code results of the BADC conversion, D 2 , D 3 , and D 4 relate directly to the closed-loop gain of the operational amplifier G. Because D i [ 2 N 1 , 2 N 1 ] ( i = 2 , 3 , 4 ) , we could find that Δ D 2 [ 0 , 2 N ] , Δ D 3 , 4 [ 2 N , 2 N ] . It is not difficult to prove that T ( G ) still falls within the range of [ 10 , 18 ] .
As for G 10 , 18 , G on the first derivative of T meets
T ( G ) = 1 2 Δ D 3 G 2 + 2 Δ D 4 G 3 0.192 = q < 1
which proves that the mapping T is a contraction mapping.
Hence, the sequence { G k + 1 } = T ( G k ) converges, which means there is a unique solution G E in Equation (14).

References

  1. Murmann, B.; Boser, B. A 12-Bit 75-MS/s Pipelined ADC Using Open-Loop Residue Amplification. IEEE J. Solid-State Circuits 2003, 38, 2040–2050. [Google Scholar] [CrossRef]
  2. Murmann, B. The Race for the Extra Decibel: A Brief Review of Current ADC Performance Trajectories. IEEE Solid-State Circuits Mag. 2015, 7, 58–66. [Google Scholar] [CrossRef]
  3. Zheng, X.; Wang, Z.; Li, F.; Zhao, F.; Yue, S.; Zhang, C.; Wang, Z. A 14-Bit 250 MS/s If Sampling Pipelined ADC in 180 Nm CMOS Process. IEEE Trans. Circuits Syst. I Regul. Pap. 2016, 63, 1381–1392. [Google Scholar] [CrossRef]
  4. Yang, H.; Allstot, D. Considerations for Fast Settling Operational Amplifiers. IEEE Trans. Circuits Syst. 1990, 37, 326–334. [Google Scholar] [CrossRef]
  5. Verma, A.; Razavi, B. A 10-Bit 500-MS/s 55-mW CMOS ADC. IEEE J. Solid-State Circuits 2009, 44, 3039–3050. [Google Scholar] [CrossRef]
  6. Chang, D.Y.; Li, J.; Moon, U.K. Radix-Based Digital Calibration Techniques for Multi-Stage Recycling Pipelined ADCs. IEEE Trans. Circuits Syst. I Regul. Pap. 2004, 51, 2133–2140. [Google Scholar] [CrossRef]
  7. Iizuka, K.; Matsui, H.; Ueda, M.; Daito, M. A 14-Bit Digitally Self-Calibrated Pipelined ADC with Adaptive Bias Optimization for Arbitrary Speeds up to 40 MS/s. IEEE J. Solid-State Circuits 2006, 41, 883–890. [Google Scholar] [CrossRef]
  8. Luo, L.; Lin, K.; Cheng, L.; Zhou, L.; Ye, F.; Ren, J. A Digitally Calibrated 14-Bit Linear 100-MS/s Pipelined ADC with Wideband Sampling Frontend. In Proceedings of the 2009 Proceedings of ESSCIRC, Athens, Greece, 14–18 September 2009; pp. 472–475. [Google Scholar] [CrossRef]
  9. Shu, Y.S.; Song, B.S. A 15-Bit Linear 20-MS/s Pipelined ADC Digitally Calibrated With Signal-Dependent Dithering. IEEE J. Solid-State Circuits 2008, 43, 342–350. [Google Scholar] [CrossRef]
  10. Keane, J.; Hurst, P.; Lewis, S. Background Interstage Gain Calibration Technique for Pipelined ADCs. IEEE Trans. Circuits Syst. I 2005, 52, 32–43. [Google Scholar] [CrossRef]
  11. Hsu, C.K.; Tang, X.; Liu, J.; Xu, R.; Zhao, W.; Mukherjee, A.; Andeen, T.R.; Sun, N. A 77.1-dB-SNDR 6.25-MHz-BW Pipeline SAR ADC With Enhanced Interstage Gain Error Shaping and Quantization Noise Shaping. IEEE J. Solid-State Circuits 2021, 56, 739–749. [Google Scholar] [CrossRef]
  12. Chiu, Y.; Tsang, C.; Nikolic, B.; Gray, P. Least Mean Square Adaptive Digital Background Calibration of Pipelined Analog-to-Digital Converters. IEEE Trans. Circuits Syst. I Regul. Pap. 2004, 51, 38–46. [Google Scholar] [CrossRef]
  13. Siragusa, E.; Galton, I. A Digitally Enhanced 1.8-V 15-Bit 40-MSample/s CMOS Pipelined ADC. IEEE J. Solid-State Circuits 2004, 39, 2126–2138. [Google Scholar] [CrossRef]
  14. Karanicolas, A.; Lee, H.S.; Barcrania, K. A 15-b 1-Msample/s digitally self-calibrated pipeline ADC. IEEE J. -Solid-State Circuits 1993, 28, 1207–1215. [Google Scholar] [CrossRef]
  15. San, H.; Sugawara, R.; Hotta, M.; Matsuura, T.; Aihara, K. An area-efficient 12-bit 1.25MS/s radix-value self-estimated non-binary ADC with relaxed requirements on analog components. In Proceedings of the IEEE 2014 Custom Integrated Circuits Conference, San Jose, CA, USA, 15–17 September 2014; pp. 1–4. [Google Scholar] [CrossRef]
  16. Sauer, T. Numerical Analysis, 2nd ed.; Pearson: Upper Saddle River, NJ, USA, 2013. [Google Scholar]
  17. Chin, K.; Mishima, Y.; Watanabe, Y.; Tsuchiya, H.; San, H.; Matsuura, T.; Hotta, M. A 12-Bit 3.3MS/S pipeline cyclic ADC with correlated level shifting technique. In Proceedings of the 2017 International Symposium on Intelligent Signal Processing and Communication Systems (ISPACS), Xiamen, China, 6–9 November 2017; pp. 602–605. [Google Scholar] [CrossRef]
  18. Yamada, S.; Ohtsu, T.; Sasaki, M.; San, H.; Matsuura, T.; Hotta, M. A 0.8V 14bit 62.5kSPS non-binary cyclic ADC using SOTB CMOS technology. In Proceedings of the 2019 International Symposium on Intelligent Signal Processing and Communication Systems (ISPACS), Taipei, Taiwan, 3–6 December 2019; pp. 1–2. [Google Scholar] [CrossRef]
  19. Watanabe, Y.; Narita, H.; Tsuchiya, H.; Matsuura, T.; San, H.; Hotta, M. A 14bit 80kSPS non-binary cyclic ADC without high accuracy analog components. In Proceedings of the 2017 22nd Asia and South Pacific Design Automation Conference (ASP-DAC), Chiba, Japan, 16–19 January 2017; pp. 15–16. [Google Scholar] [CrossRef]
  20. Garde, M.P.; Lopez-Martin, A.; Carvajal, R.G.; Ramirez-Angulo, J. Super Class-AB Recycling Folded Cascode OTA. IEEE J. Solid-State Circuits 2018, 53, 2614–2623. [Google Scholar] [CrossRef]
  21. Tang, X.; Kasap, B.; Shen, L.; Yang, X.; Shi, W.; Sun, N. An Energy-Efficient Comparator with Dynamic Floating Inverter Pre-Amplifier. In Proceedings of the 2019 Symposium on VLSI Circuits, Kyoto, Japan, 9–14 June 2019; pp. C140–C141. [Google Scholar] [CrossRef]
  22. Bannon, A.; Hurrell, C.P.; Hummerston, D.; Lyden, C. An 18 b 5 MS/s SAR ADC with 100.2 dB dynamic range. In Proceedings of the 2014 Symposium on VLSI Circuits Digest of Technical Papers, Honolulu, HI, USA, 10–13 June 2014; pp. 1–2. [Google Scholar] [CrossRef]
  23. Zhou, Y.; Xu, B.; Chiu, Y. A 12b 160MS/s synchronous two-step SAR ADC achieving 20.7fJ/step FoM with opportunistic digital background calibration. In Proceedings of the 2014 Symposium on VLSI Circuits Digest of Technical Papers, Honolulu, HI, USA, 10–13 June 2014; pp. 1–2. [Google Scholar] [CrossRef]
  24. Ali, A.M.A.; Dinc, H.; Bhoraskar, P.; Dillon, C.; Puckett, S.; Gray, B.; Speir, C.; Lanford, J.; Jarman, D.; Brunsilius, J.; et al. 29.3 A 14b 1GS/s RF sampling pipelined ADC with background calibration. In Proceedings of the 2014 IEEE International Solid-State Circuits Conference Digest of Technical Papers (ISSCC), San Francisco, CA, USA, 9–13 February 2014; pp. 482–483. [Google Scholar] [CrossRef]
  25. Shen, J.; Shikata, A.; Fernando, L.D.; Guthrie, N.; Chen, B.; Maddox, M.; Mascarenhas, N.; Kapusta, R.; Coln, M.C.W. A 16-bit 16-MS/s SAR ADC With On-Chip Calibration in 55-nm CMOS. IEEE J.-Solid-State Circuits 2018, 53, 1149–1160. [Google Scholar] [CrossRef]
Figure 1. Basic structure of the cyclic-pipelined ADC with 1-bit redundancy.
Figure 1. Basic structure of the cyclic-pipelined ADC with 1-bit redundancy.
Electronics 13 02402 g001
Figure 2. (a) The relation between SNDR and DC gain of residual amplifiers. It is clear that insufficient gain would directly limit the performance of the ADC. (b) The SNDR improvement credits the calibration of inter-stage amplification. Under this calibration scheme, amplifiers with 40 dB gain are also sufficient to realize a 16-bit ADC.
Figure 2. (a) The relation between SNDR and DC gain of residual amplifiers. It is clear that insufficient gain would directly limit the performance of the ADC. (b) The SNDR improvement credits the calibration of inter-stage amplification. Under this calibration scheme, amplifiers with 40 dB gain are also sufficient to realize a 16-bit ADC.
Electronics 13 02402 g002
Figure 3. Equivalent chain structure of the pipelined system. It can be treated as two parts: the first stage of the pipeline and a BADC.
Figure 3. Equivalent chain structure of the pipelined system. It can be treated as two parts: the first stage of the pipeline and a BADC.
Electronics 13 02402 g003
Figure 4. The main step of the estimation. Input two different calibration codes to the DAC to produce corresponding voltages and measure the difference between them in digital codes.
Figure 4. The main step of the estimation. Input two different calibration codes to the DAC to produce corresponding voltages and measure the difference between them in digital codes.
Electronics 13 02402 g004
Figure 5. G A in red color is the actual value of closed-loop gain. G E in blue color is the convergence point. G k in gray color is the calculated value after k iterations.
Figure 5. G A in red color is the actual value of closed-loop gain. G E in blue color is the convergence point. G k in gray color is the calculated value after k iterations.
Electronics 13 02402 g005
Figure 6. The deterioration of SNDR due to limited back-end resolution and limited iteration.
Figure 6. The deterioration of SNDR due to limited back-end resolution and limited iteration.
Electronics 13 02402 g006
Figure 7. Basic principle of the proposed ADC. (a) Architecture of the proposed ADC. (b) Timing diagram of critical control signals in the system, and rules’ number is marked in red.
Figure 7. Basic principle of the proposed ADC. (a) Architecture of the proposed ADC. (b) Timing diagram of critical control signals in the system, and rules’ number is marked in red.
Electronics 13 02402 g007
Figure 8. ADC error cancels itself in the next stage with redundancy design.
Figure 8. ADC error cancels itself in the next stage with redundancy design.
Electronics 13 02402 g008
Figure 9. The detailed timing consumption for one A/D conversion, where multiple clocks are used for Sample-and-Hold to suppress the thermal noise.
Figure 9. The detailed timing consumption for one A/D conversion, where multiple clocks are used for Sample-and-Hold to suppress the thermal noise.
Electronics 13 02402 g009
Figure 10. The different operational modes of the proposed amplifier: (a) used to reset feedback capacitor; (b) amplifying the residual voltage; and (c) working in sample input signals.
Figure 10. The different operational modes of the proposed amplifier: (a) used to reset feedback capacitor; (b) amplifying the residual voltage; and (c) working in sample input signals.
Electronics 13 02402 g010
Figure 11. Schematic of amplifier used in the proposed ADC. The required bias circuits are not marked in the figure.
Figure 11. Schematic of amplifier used in the proposed ADC. The required bias circuits are not marked in the figure.
Electronics 13 02402 g011
Figure 12. Architecture of the Flash ADC.
Figure 12. Architecture of the Flash ADC.
Electronics 13 02402 g012
Figure 13. Chip photograph of the proposed pipelined ADC.
Figure 13. Chip photograph of the proposed pipelined ADC.
Electronics 13 02402 g013
Figure 14. Dynamic performance measurement setup. (a) Low-speed input. (b) High-speed input.
Figure 14. Dynamic performance measurement setup. (a) Low-speed input. (b) High-speed input.
Electronics 13 02402 g014
Figure 15. SNDR vs. calibration parameter. (a) This work. (b) Re-draw based on previous work [15].
Figure 15. SNDR vs. calibration parameter. (a) This work. (b) Re-draw based on previous work [15].
Electronics 13 02402 g015
Figure 16. (a) SNDR versus calibration averaging times. (b) The distribution of the corresponding estimated gain.
Figure 16. (a) SNDR versus calibration averaging times. (b) The distribution of the corresponding estimated gain.
Electronics 13 02402 g016
Figure 17. (a) Power spectrum of full-scale 4.6875 kHz input signal at 2 MS/s sampling rate. (b) Power spectrum of full-scale 761 kHz input signal at 2 MS/s sampling rate.
Figure 17. (a) Power spectrum of full-scale 4.6875 kHz input signal at 2 MS/s sampling rate. (b) Power spectrum of full-scale 761 kHz input signal at 2 MS/s sampling rate.
Electronics 13 02402 g017
Figure 18. (a) Measured SNDR versus input magnitude at 2 MS/s sampling rate with 4.6875 kHz input signals. (b) Differential/integral nonlinearity characteristics.
Figure 18. (a) Measured SNDR versus input magnitude at 2 MS/s sampling rate with 4.6875 kHz input signals. (b) Differential/integral nonlinearity characteristics.
Electronics 13 02402 g018
Figure 19. Measured SNDR versus temperature sweep. (a) The optimal gain parameter over temperature sweep. (b) The measured SNDR and the optimal SNDR versus temperature sweep.
Figure 19. Measured SNDR versus temperature sweep. (a) The optimal gain parameter over temperature sweep. (b) The measured SNDR and the optimal SNDR versus temperature sweep.
Electronics 13 02402 g019
Table 1. Simulation results of the amplifier.
Table 1. Simulation results of the amplifier.
ParametersThis Work
Technology [nm]180
Supply Voltage [V]1.8
Capacitive load [pF]38.7
SR+ [V/μs]168.5
SR− [V/μs]168.5
Pos. Settling @ 0.001% [ns]38.4
Neg. Settling @ 0.001% [ns]38.4
DC gain [dB]57.8
PM [°]70.5
GBW [MHz]197.4
I tot [mA]9.4
Area [ mm 2 ]0.06
Table 2. Performance summary and comparison.
Table 2. Performance summary and comparison.
This WorkJSSC 2008 [9]VLSI 2014 [22]VLSI 2014 [23]ISSCC 2014 [24]JSSC 2018 [25]
Technology [nm]180180180406555
ArchitectureCyclic-PipelinedPipelinePipelined SARPipelined SARPipelineSAR
Supply [V]1.81.81.81.13.3/2.5/1.23.3/1.2
Sampling Rate [Hz]2 M20 M5 M160 M1 G16 M
Area [ mm 2 ]1.83.95.70.042180.55
Power [W]17.9 m 285 m30.5 m4.9 m1.216.3 m
SNDR [dB]82.3739965.36978
ENOB [bit]13.3711.8316.1510.5511.1712.66
SFDR [dB]93.898100.286.98698
DR [dB]90.8-100.2---
FoM w [fJ/c-s]846.33982.730.683.9520.8156.9
FoM s 1 [dB]159.8148.4178.1167.3155.2164.9
FoM s 2 [dB]168.3-179.3---
Calibration Costoff-chip 2 sampleson-chip 2 26 samplesoff-chip with massive on-chip storage17 million samples81 uniformly distributed dither levels as calibration signalnot given in detail
FoM w = Power / 2 ENOB · 2 BW ; FoM s 1 = SNDR + 10 log 10 BW / Power ; FoM s 2 = DR + 10 log 10 BW / Power ; Amplifier consumes 16.38 mW, Flash ADC 1.13 mW, and others 0.41 mW.
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Ma, J.; Lyu, Y.; Liu, G.; Hu, Y. A Fast and Cost-Effective Calibration Strategy of Inter-Stage Residual Amplification Errors for Cyclic-Pipelined ADCs. Electronics 2024, 13, 2402. https://0-doi-org.brum.beds.ac.uk/10.3390/electronics13122402

AMA Style

Ma J, Lyu Y, Liu G, Hu Y. A Fast and Cost-Effective Calibration Strategy of Inter-Stage Residual Amplification Errors for Cyclic-Pipelined ADCs. Electronics. 2024; 13(12):2402. https://0-doi-org.brum.beds.ac.uk/10.3390/electronics13122402

Chicago/Turabian Style

Ma, Jinge, Yanjin Lyu, Guoao Liu, and Yuanqi Hu. 2024. "A Fast and Cost-Effective Calibration Strategy of Inter-Stage Residual Amplification Errors for Cyclic-Pipelined ADCs" Electronics 13, no. 12: 2402. https://0-doi-org.brum.beds.ac.uk/10.3390/electronics13122402

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop