Skip to main content

Asynchronous analog-to-digital converter based on level-crossing sampling scheme

Abstract

In this paper, a new iterative algorithm is used to convert analog signals to digital (A/D) using an asynchronous A/D converter. It is a realtime system, which encodes the amplitude information of the analog signal into a time sequence. In particular, using asynchronous systems for data conversion is an effective technique in order to reduce power consumption. The decoder should recover original signal from irregular samples. If a more intelligent reconstruction technique is used for decoding, signals with higher bandwidth can be digitized. In this work, we employ delta- and sigma-delta level-crossing sampling schemes. These asynchronous A/D converters are simple to implement and have very good performance with lower power consumption.

1 Introduction

Analog-to-digital converters have many applications in digital signal processing and communication systems. Conventional A/D converters consist of two steps: sampling operation followed by digital quantization. The noise introduced by signal distortion due to quantization decreases the A/D performance. In the literature, the performance of A/D converters is measured by the number of bits per sample and signal-to-noise ratio (SNR) [1, 2].

Uniform sampling is used for synchronous implementation where a common clock is operated in order to convert analog signals to digital values. In the sigma-delta modulator, the original signal is highly oversampled and the internal clock operates at a much higher rate than the bandwidth of the signal; however, the oversampled signal down-sampled at the last stage of A/D converter. On the other hand, most of the signals generated by temperature sensors, pressure sensors, electro-cardiograms and speech signals are almost always constant and may vary significantly for only brief moments [3, 4]. Thus, conventional converters using uniform sampling at the Nyquist rate are limited in the implemented signal bandwidth, but asynchronous converters can be used in order to decrease the internal clock rate.

Asynchronous converters can be implemented without a global clock and have interesting properties, such as low power consumption and reduction of electromagnetic interferences. A nonuniform sampling scheme is used for this aim. In this process, several reference amplitude levels are considered in the dynamic range of the input signal. A sample must be taken only when a reference level is crossed. In this case, samples are not spaced regularly, and the sampling rate depends on the input signal. In other words, when the input signal become active, the sampling rate is increased and vice verse. In the level-crossing scheme, two sets of the time instant and amplitude levels of the samples are saved. This sampling scheme is the dual of the uniform sampling, where the time instants are quantized, while the amplitudes are perfectly known [59].

In this paper, a new class of A/D converters based on the level-crossing scheme is investigated. Asynchronous delta- and sigma-delta modulation are analyzed in order to minimize the activity, decrease the power consumption of the converters and achieve a good SNR. The next section describe synchronous and asynchronous A/D converters in relation to the iterative decoding algorithm. In sections 3 and 4, the new contributions of this paper are presented, and finally Section 5 concludes this paper.

2 Basic principles

2.1 Synchronous A/D converter

In synchronous converters, uniform samples quantized to approximate a continuous range of values by a specific set of discrete values. The quantization process incurs loss of information in the reconstructed signal. Subsequently, the reconstructed signal may differ considerably from the original analog signal. In order to overcome this problem, we must use oversampling converters. In the oversampling converters, sampling rate is greater than Nyquist rate (fNyquist = 1/τNyquist). The ratio between the sampling rate and twice the signal bandwidth is defined as the oversampling ratio (OSR). After oversampling, the signal is subject to quantization and then low-pass filtered and finally down-sampled to or near to the Nyquist rate (known as decimation) [10].

The two main types of oversampling converters are delta modulators (DM) and sigma-delta modulator (SDM). The SDM is a kind of A/D converter derived from delta modulation. The principle of the sigma-delta architecture is to make rough evaluations of the signal, to measure the error, and then integrate and compensate for that error [11]. In SDM converter, we have following equation

x n - q n = Δ m u n
(1)

which x is our original analog signal and q is the output of A/D converter. Here, Δ is the difference operator, which can be defined by Δu n = u n -un-1. We have defined auxiliary sequence u as the state sequence. This explicit factorization of the quantization error is useful if u is a bounded sequence. It means that SDM, which is determined from (1), is unstable and impractical unless the sequence u is bounded. The relation (1) is valid for n > 0, and we consider u n = 0 for n < 0 (this state is an initial condition for a recursive relation (3)). In practice, the sequence u can be obtained by integrating the difference equation (1) based on an associated "quantization rule,"

q n = Q ( u n - 1 , u n - 2 , . . . , x n , x n - 1 , . . . )
(2)

Consequently, the output bit stream q n can be generated by using (2), and the sequence u can be expressed as

u n = k = 1 n ( 1 ) k 1 ( k m ) + u n k + x n q n
(3)

The mathematics of sigma-delta A/D conversion is extremely challenging. Here, we use following difference equation to introduce an SDM scheme of order m.

If we consider one-bit quantizer as the quantization rule, the auxiliary sequences u can be achieved from the following relation

u n = u n - 1 + x n - sign ( u n - 1 + x n )
(4)

In order to have a bounded sequence u, y and q must not be unrelated sequence because u is determined from y - q via (1). Therefore, Q must be such to tie q to y to control u.

2.2 Asynchronous A/D converter

In asynchronous converters, we deal with nonuniform sampling and the original signal should be reconstructed from two sets of time instants (t k ) and the corresponding amplitude values. Nonuniform sampling using level-crossing method is shown in Figure 1. In this type of converter, the time difference between irregular samples should be quantized and transmitted. Therefore, we need a local timer instead of an amplitude quantizer, and the quality of the A/D converter is related to the precision of local timer (T c ). By reducing the value of T c , the SNR of the reconstructed signal can be improved.

Figure 1
figure 1

Nonuniform sampling using level crossing method.

There are many methods to reconstruct the original signal from nonuniform samples. Reconstruction can be performed by using the TVa method [12], the lagrange method [13] and the CFTb method [14]. Suppose that (t k , k ϵZ) are increasing time instants of a irregular samples. Subsequently, nonuniform samples x s (t) can be written as x s ( t ) = i ε k x ( t i ) δ ( t - t i ) . The sampling set ( x t k , k ε Z ) should be a stable sampling set. This means that this set of samples uniquely determines signal x(t) and, for this reason, the relation |x ( t ) | 2 d tC i |x ( t i ) | 2 should be satisfied, where C is a constant. For instance, if |t k - k τ | < (τ/4), the set is stable (τ is the Nyquist sampling rate).

The iterative method is used in order to recover the original signal x(t) from its nonuniform samples, x s (t) [15]. The block diagram of an iterative algorithm is shown in Figure 2. In this scheme, G is a distortion operator (it is known from the modulator and demodulator that caused the distortion in the input signal). The iterative algorithm is given by

Figure 2
figure 2

The configuration of iterative method.

x k + 1 ( t ) = x 0 ( t ) + ( I - G ) x k ( t )
(5)

where xk+1(t) is the k th iteration and x0(t) can be any function of time. However, x0(t) = G(x(t)) is a good choice to achieve faster convergence. In general, G can be either a linear or nonlinear operator. By defining the operators Ĝ=λG and E=I-Ĝ, we can rewrite (5) as

x k + 1 ( t ) = Ĝ ( x ( t ) ) + ( I - Ĝ ) x k ( t )
(6)

where λ is the relaxation parameter that determines the convergence rate. It is simple to express x k (t) as

x k ( t ) = ( E k + E k - 1 + + E + 1 )
(7)

If G is considered as a linear operator, then we have the following relation

E k + E k - 1 + + E + 1 = I - E k + 1 I - E
(8)

If the norm of operator E satisfies ||E|| < 1, by increasing the number of iterations k, (6) approaches the inverse system Ĝ (as it is shown in (8)); therefore, x k (t) converges to xt.

In our problem concerning the signal from nonuniform samples, distortion operator of G is a interpolator and a low-pass filter. Nonuniform samples pass from an interpolator in order to uniform, and then, a low-pass filter is used to remove the high frequency of the output of the interpolator. The SNR of reconstructed signal is dependent on the order of low-pass filter. the iterative method is a good idea to improve A/D performance without using a complicated filter.

The convergence rate of the iterative method can be increased by using the Chebyshev acceleration (CA) algorithm. The block diagram of this method is shown in Figure 3. The convergence rate of the conventional iterative method is low even for the optimum parameter. By using the CA method, we can improve the iteration algorithm with relatively little additional complexity. The acceleration method can be stated as

Figure 3
figure 3

Block diagram of Chebyshev acceleration algorithm.

x n = λ n x 1 + x n - 1 - 2 A + B G ( x n - 1 ) - x n - 2 + x n - 2
(9)

where x0 = G(x(t)) and x 1 = 2 A + B x 0 G is the distortion operator, which is defined in the previous section. In order to obtain a good performance, A and B must be chosen properly (they have to be selected by numerically). Also, λn can be determined as follows:

λ n = 1 - ρ 2 4 λ n - 1 - 1
(10)

where ρ is expressed as

ρ = B - A B + A
(11)

The iterative method is used to improve the performance of synchronous A/D converters, too. In the case of synchronous SDM converters, distortion operator (G) comprise of a sigma-delta modulator and a low-pass filter (LPF) to remove the shaped quantization noise. The block diagram of operator G for a first-order sigma-delta modulator is shown in Figure 4.

Figure 4
figure 4

Block diagram of distortion operator G for synchronous first-order sigma-delta modulator.

3 Asynchronous delta modulator

In an asynchronous A/D converter based on level-crossing scheme, the conversion of samples takes place whenever a reference level is crossed. The number of reference levels depends on the dynamic range of the continuous input signal. In delta level-crossing converters, difference between the input signal and the output of the converter is passed from a level-crossing sampler. In this case, the dynamic range of the input of the level-crossing sampler and, consequently, the number of reference levels is decreased. Therefore, the number of bits that are allocated to the amplitude of the input signal is reduced. The amplitude and time of each converted sample should be considered for digital transmission. The time difference between two consecutive samples is quantized instead of the time of each sample in order to prevent quantization error propagation. In asynchronous DMs, the dynamic range of the input signal should be known in order to specify the number of reference levels and determine the interval between them.

The modulator of asynchronous DMs is shown in Figure 5a. Reconstruction of the original signal from the output of the modulator is depicted in Figure 5b. As can be seen in this figure, the nonuniform sampling obtained from the level-crossing sampler is passed from an integrator. The integrator assumes that irregular samples are uniform, and then, integration is performed. Subsequently, the output integrator, which is a set of nonuniform samples, is passed from the interpolator, and uniform samples are achieved. The approximation of the original input signal is obtained by applying a low-pass filter to the output of interpolators in order to suppress the high-frequency components of the interpolated signal. A decimator is used at the final stage to reduce the sampling rate to the Nyquist rate.

Figure 5
figure 5

(a) Modulator of delta level crossing; (b) Demodulator of delta level crossing.

The SNR of asynchronous DM is the same as the SNR which is derived in [4]. Suppose that δt is the error of time quantization. Then, the amplitude error of reconstructed signal will be δV, which can be derived from the input signal and δt [16] with the following: equation

δ V 1 = d V 1 d t . δ t
(12)

In Equation (12), V1 is the input of the level-crossing sampler, which is obtained from a delta modulation scheme, and d V 1 d t is its slope. The quantization noise power P(δV1), in the case that d V 1 d t and δt are considered as independent random processes, can be obtained from the following formula:

P ( δ V 1 ) = P ( d V 1 d t ) . P ( δ t )
(13)

In each time instant, V1 is the input analog signal Vin subtracted from a previously selected reference level. Therefore, d V in d t is equal to d V 1 d t and SNR for asynchronous delta modulation can be written as

SN R d B = 10 . log ( 3 P ( V in ) P ( d V in d t ) ) + 20 . log ( 1 T C ) ,
(14)

where P(Vin) and P d V in d t are the power of the input signal and its derivation, respectively The time difference of between consecutive samples is quantized according to the precision T c timer. It can be understood from above equation that, by decreasing the value of T c and increasing the precision of the time quantizer, the SNR of reconstructed signal will be increased.

In asynchronous converters, the oversampling ratio is not an integer number and depends on the statistical characteristics of the input signal. The SNR of the reconstructed signal versus the precision of the time quantizer 1 T C for different over sampling rates is shown in Figure 6. In this figure, N is the number of bits for the amplitude quantizer (it specifies the interval between reference levels). It can be seen in this figure that, for a specific OSR, the SNR of the reconstructed signal is increased by increasing the frequency of the time quantizer 1 T C . After a threshold value for T C , increase in the SNR is trivial. The same results (e.g., Figure 5) will be obtained for the level-crossing converter when the number of quantization bits is 9, 7 and 5. On the other hand, by using the delta level-crossing, the number of reference levels is decreased to 105 (7 bits), 25(5 bits) and 7 (3 bits). The number of bits that are needed to encode the difference time of between samples for different timer resolutions 1 T C is shown in Table 1. As expected, by increasing the sampling rate, the distance of between the samples is decreased and it causes a reduction in the number of reference levels (bits that are needed for amplitude quantizer).

Figure 6
figure 6

SNR versus precision of time quantizer 1 T C .

Table 1 Number of bits for reference levels versus precision of time quantizer 1 T C

The iterative algorithm is used in order to improve the performance of delta level-crossing converter. The distortion operator G consists of the modulator and demodulator of the delta level-crossing converter, excluding the decimator module in the demodulator. In this method, the optimal λ is obtained in way that the SNR in its saturate value after 10 iterations will be maximum. SNR versus the iteration number for three different timer resolutions is illustrated in Figure 7. It can be comprehended from this figure that for a specific timer resolution, the SNR of the reconstructed signal cannot be enhanced by increasing the number of iterations after a certain threshold. Hence, in order to improve the SNR of the reconstructed signal, the precision of time quantizer should be increased.

Figure 7
figure 7

SNR versus iteration number for three different timer resolutions.

4 Asynchronous sigma-delta modulator

The asynchronous sigma-delta modulator can be implemented without any clock and can operate at low supply power because of its asynchronous design and simple corresponding circuitry. In synchronous SDM A/D converters, a high dynamic range is achieved. However, there is a large number of coarsely quantized samples. By combining the SDM with the level-crossing scheme, the number of converted samples is decreased and a high dynamic range is obtained. The modulator of this converter consists of an integrator and a level-crossing sampler in a negative feedback loop.

The concept of this A/D converter is presented in Figure 8. As can be seen in Figure 8b, an interpolation stage converts nonuniform samples from the level-crossing sampler to uniform samples. Then, a decimator is used in order to reconstruct the original signal from interpolated samples in Nyquist rate. In a simple model for the asynchronous sigma-delta modulator, the error of level-crossing sampler is considered as an additive noise. Therefore, it can be realized that the error signal passes from a high-pass transfer function to receive in the output of the modulator and it causes noise shaping, which can improve performance of the system.

Figure 8
figure 8

(a) Modulator of sigma-delta level crossing; (b) Demodulator of sigma-delta level crossing.

The SNR of the reconstructed signal versus the precision of the time quantizer 1 T C for different over sampling rates is shown in Figure 9. Similarly to Table 1, the number of bits that are needed to encode the difference time between samples for different timer resolutions 1 T C is shown in Table 2. A comparison between Table 1 and Table 2 shows that maximum distance between samples in asynchronous SDMs is smaller than those in asynchronous DMs and it leads to a smaller number of bits for the time quantizer. The SNR versus the iteration number for three different timer resolutions is illustrated in Figure 10.

Figure 9
figure 9

SNR versus precision of time quantizer 1 T C .

Table 2 Number of bits for reference levels versus precision of time quantizer 1 T C
Figure 10
figure 10

SNR versus iteration number for three different timer resolutions.

The total power consumption of the converter after a specific number of iterations (N) can be obtained easily by multiplying the power of the one iteration by N. Dynamic power consumption is related to switch transitions and operating frequency of the circuit, while static power consumption is directly related to the technology, which is used for the A/D converter implementation and should be measured after practical implementation of the converter [17]. Dynamic power consumption for our asynchronous converter can be obtained from the following equation:

P dynamic = f S C Load ( V d d ) 2 + f c l c C Load ( V d d ) 2 .
(15)

Where, CLoad and C Load are approximately in the range of (1-2) Picofarad and (100-200) Femtofarad, respectively. Also, f S and f clc are operating frequency of the circuit (OSR * fNyquist) and frequency of the timer clock, respectively. The right term of the above equation is the power, which is consumed by the timer clock. By comparing the operating frequency of the circuit in the synchronous and asynchronous converter with each other, it can be understand that asynchronous circuits are very effective converters in order to reduce dynamic power consumption.

A first-order asynchronous sigma-delta modulator is used in our simulation. Therefore, we compare its results with a first-order synchronous sigma-delta modulator. The number of quantization level for synchronous converters is considered equal to the number of reference levels in asynchronous one. The simulation results can be observed in Table 3. It can be found from this table that good enhancement in the converter can be achieved by using the level-crossing sampler instead of the amplitude quantizer in a sigma-delta converter. On the other hand, the complexity (simulation time T) in an asynchronous converter is greater than that of an synchronous one. Also, it can be seen that, by increasing the timer resolution, the SNR of the reconstructed signal is increased and the SNR in the case that 1 T C =8,192 is about 7dB better than 1 T C =4,096 after 10 iterations.

Table 3 SNR of reconstructed signal for asynchronous and synchronous sigma-delta modulator for different iteration numbers

Table 4 shows the sampling frequency, dynamic power consumption and Effective Number of Bits for different A/D converter. It can be found from this table that the resolution and dynamic power consumption of the asynchronous SDM converter after 10 iterations are more than other converters. However, one iteration of an asynchronous converter consumes less power than a synchronous converter.

Table 4 sampling frequency, dynamic power consumption and effective number of Bits for different A/D converter [18, 19]

5 Conclusion

This paper presents a new iterative algorithm to convert analog signal to digital (A/D) using an asynchronous A/D converter. In the proposed methods, converted samples are nonuniform, which decreases the number of additional samples and lead to decreasing in the power consumption. Simulation results demonstrate that the asynchronous sigma-delta modulator has better performance than the synchronous one, and its quality even can be enhanced by increasing the timer resolution.

The iterative algorithm is effective way to reconstruct original signal from the nonuniform samples of the asynchronous converter. Therefore, we use the iterative method to improve performance of these A/D converters and decrease the distortion caused by the SDM modulator. Hence, we can exploit filters with lower degree in order to decrease the cost and complexity of the A/D converter.

These A/D converters have many applications because of their simple structure and low power consumption. Implementation of the iterative algorithm is simple, and it is unnecessary to change the configuration of the A/D converter in order to increase the number of iterations. Also, it must be mentioned that using the iterative algorithm to improve the performance of the system supports all types of SDMs with different orders and different numbers of quantization bits.

Endnotes

aTime Varying. bCompound Fourier Transform.

References

  1. Candy J, Huynh A: Double interpolation for digital-to-analog conversion. IEEE Trans Commun 1986,34(1):77-81.

    Article  Google Scholar 

  2. Walden R: Analog-to-digital converter survey and analysis. IEEE J Sel Areas Commun 1999,17(4):539-550. 10.1109/49.761034

    Article  Google Scholar 

  3. Renaudin M: Asynchronous circuits and systems: a promising design alternative. Microelectron Eng 2000,54(1-2):133-149. 10.1016/S0167-9317(00)80065-9

    Article  Google Scholar 

  4. Allier E, Sicard G, Fesquet L, Renaudin M: Asynchronous level crossing analog to digital converters. Measurement 2005,37(4):296-309. 10.1016/j.measurement.2005.03.002

    Article  Google Scholar 

  5. Lazar AA: Time encoding with an integrate-and-fire neuron with a refractory period. Neurocomputing 2004, 58-60. 53-58

    Google Scholar 

  6. Mark J, Todd T: A nonuniform sampling approach to data compression. IEEE Trans Commun 1981,29(1):24-32. 10.1109/TCOM.1981.1094872

    Article  Google Scholar 

  7. Sayiner N, Sorensen H, Viswanathan T: A level-crossing sampling scheme for a/d conversion. IEEE Trans Circuits Syst II: Analog DigitSignal Process 1996,43(4):335-339. 10.1109/82.488288

    Article  Google Scholar 

  8. Blake I, Lindsey W: Level-crossing problems for random processes. IEEE Trans Inf Theory 1973,19(3):295-315. 10.1109/TIT.1973.1055016

    Article  MathSciNet  Google Scholar 

  9. MalmirChegini M, Marvasti F: Performance improvement of level-crossing a/d converters. IEEE International Conference on Telecommunications and Malaysia International Conference on Communications ICT-MICC 2007, 438-441.

    Chapter  Google Scholar 

  10. Kozak M, Kale I: Oversampled Delta-Sigma Modulators Analysis, Applications and Novel Topologies. Kluwer, Boston, MA; 2003.

    Google Scholar 

  11. Schreier R, Temes G: Understanding Delta-Sigma Data Converters. Wiley, New York, NY; 2004.

    Chapter  Google Scholar 

  12. Marvasti F, Clarkson P, Dokic M, Goenchanart U, Liu C: Reconstruction of speech signals with lost samples. IEEE Trans Signal Process 1992,40(12):2897-2903. 10.1109/78.175734

    Article  Google Scholar 

  13. Marvasti F: Nonuniform Sampling: Theory and Practice. Kluwer/Plenum, New York; 2001.

    Chapter  Google Scholar 

  14. Piroddi R, Petrou M: Analysis of Irregularly Sampled Data: A Review. In Ser Advances in Imaging and Electron Physics. Volume 132. Elsevier; 2004:109-165.

    Google Scholar 

  15. Ghandi M, Yekta MMJ, Marvasti F: Some nonlinear/adaptive methods for fast recovery of the missing samples of signals. Signal Process 2008,88(3):624-638. 10.1016/j.sigpro.2007.09.004

    Article  Google Scholar 

  16. Allier E, Sicard G, Fesquet L, Renaudin M: A new class of asynchronous A/D converters based on time quantization. IEEE International Symposium on Asynchronous Circuits and Systems, ASYNC 2003, 196-205.

    Google Scholar 

  17. Plassche R: CMOS Integrated Analog-to-Digital and Digital-to-Analog Converters. Kluwer, Boston, MA; 2003.

    Book  Google Scholar 

  18. van der Ploeg H, Nauta B: Calibration Techniques in Nyquist A/D Converters. Volume 873. Springer, Dordrecht; 2006.

    Book  Google Scholar 

  19. Taillefer C: Analog-to-digital conversion via time-mode signal processing. McGill University; 2007.

    Google Scholar 

Download references

Author information

Authors and Affiliations

Authors

Corresponding author

Correspondence to Mohammadmehdi Kafashan.

Additional information

Competing interests

The authors declare that they have no competing interests.

Authors' contributions

All authors participated in the preparation of the paper. MK developed the model and wrote the paper. Also, some part of the simulations are accomplished by MK. SB was involved in performing the simulations and verifying the results, and FM supervised all the work. All the authors contributed to the manuscript, and approved its final version.

Authors’ original submitted files for images

Rights and permissions

Open Access This article is distributed under the terms of the Creative Commons Attribution 2.0 International License (https://creativecommons.org/licenses/by/2.0), which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited.

Reprints and permissions

About this article

Cite this article

Kafashan, M., Beygi, S. & Marvasti, F. Asynchronous analog-to-digital converter based on level-crossing sampling scheme. EURASIP J. Adv. Signal Process. 2011, 109 (2011). https://doi.org/10.1186/1687-6180-2011-109

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1186/1687-6180-2011-109

Keywords