US6667706B2 - Analog to digital converter - Google Patents

Analog to digital converter Download PDF

Info

Publication number
US6667706B2
US6667706B2 US10/201,590 US20159002A US6667706B2 US 6667706 B2 US6667706 B2 US 6667706B2 US 20159002 A US20159002 A US 20159002A US 6667706 B2 US6667706 B2 US 6667706B2
Authority
US
United States
Prior art keywords
output
analog
bits
input
msb
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Fee Related
Application number
US10/201,590
Other versions
US20030058149A1 (en
Inventor
Jayadeva Jones
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Indian Institutes of Technology
Indian Institute of Technology Delhi
Original Assignee
Indian Institutes of Technology
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Indian Institutes of Technology filed Critical Indian Institutes of Technology
Assigned to INDIAN INSTITUTE OF TECHNOLOGY IITD reassignment INDIAN INSTITUTE OF TECHNOLOGY IITD ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: JAYADEVA
Publication of US20030058149A1 publication Critical patent/US20030058149A1/en
Application granted granted Critical
Publication of US6667706B2 publication Critical patent/US6667706B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Images

Classifications

    • HELECTRICITY
    • H03ELECTRONIC CIRCUITRY
    • H03MCODING; DECODING; CODE CONVERSION IN GENERAL
    • H03M1/00Analogue/digital conversion; Digital/analogue conversion
    • H03M1/12Analogue/digital converters
    • H03M1/34Analogue value compared with reference values
    • H03M1/38Analogue value compared with reference values sequentially only, e.g. successive approximation type
    • H03M1/44Sequential comparisons in series-connected stages with change in value of analogue signal
    • H03M1/445Sequential comparisons in series-connected stages with change in value of analogue signal the stages being of the folding type
    • HELECTRICITY
    • H03ELECTRONIC CIRCUITRY
    • H03MCODING; DECODING; CODE CONVERSION IN GENERAL
    • H03M1/00Analogue/digital conversion; Digital/analogue conversion
    • H03M1/12Analogue/digital converters
    • H03M1/34Analogue value compared with reference values
    • H03M1/36Analogue value compared with reference values simultaneously only, i.e. parallel type
    • H03M1/368Analogue value compared with reference values simultaneously only, i.e. parallel type having a single comparator per bit, e.g. of the folding type
    • HELECTRICITY
    • H03ELECTRONIC CIRCUITRY
    • H03MCODING; DECODING; CODE CONVERSION IN GENERAL
    • H03M1/00Analogue/digital conversion; Digital/analogue conversion
    • H03M1/12Analogue/digital converters
    • H03M1/34Analogue value compared with reference values
    • H03M1/38Analogue value compared with reference values sequentially only, e.g. successive approximation type
    • H03M1/40Analogue value compared with reference values sequentially only, e.g. successive approximation type recirculation type

Abstract

The invention relates to an analog to digital converter computing all the bits in parallel or sequentially, without using decoding logic having an analog input and a digital output, wherein given the analog signal x, each bit can be computed by applying a formula containing a non linear periodic function which may be sine shaped or pulse shaped.

Description

This application is a continuation-in-part of PCT/IN01/00208, filed Nov. 21, 2001.
The subject invention relates to an analog to digital converter, computing all the bits in parallel and simultaneously without using any decoding logic.
The object of the subject application is to develop a system to be applied on different kinds of implementations offering different degrees of tradeoff between speed and hardware requirement.
BACKGROUND OF THE INVENTION
Signals in the real world are real-valued, or analog in nature, as the output of a pressure or temperature sensor, the amplitude of a speech signal, etc. For example, the output voltage of a microphone may be 2 millivolts (mV) in response to a certain acoustic signal. Suppose that the output of the microphone ranges from a minimum of 0 mV to a maximum of 8 mV. The output of the microphone under consideration may typically be processed by some form of signal processing system.
Most processing equipment today are digital in nature, and they work with signals which are binary valued. In a digital or binary representation, a signal is represented by a word, which is composed of a finite number of bits.
The number of bits is termed as the word length, henceforth denoted by N. Since each bit in the word is either a 0 or a 1, the number of possible combinations is finite. The maximum number of possible binary numbers with N bits is equal to 2N. Since an infinite number of real values exist in a given analog range, the binary or digital representation is necessarily an approximate one.
If the output of the microphone can be represented by 3 bits, these bits are denoted by V1, V2 and V3. The number represented by the 3 bits (in millivolts) is given by V1+2V2+4V3. In general, with N bits, the digital representation is equal to i = 1 N 2 i - 1 · V i
Figure US06667706-20031223-M00001
where the significance of VN is the highest (it is weighted by 2N−1; this bit is termed as the Most Significant Bit (MSB). Conversely, V1 is termed as the Least Significant Bit (LSB).
The problem of analog-to-digital conversion is that of finding an N-bit binary word which best approximates a given analog value x, where N is an integer. An Analog to Digital Converter (ADC) for N bits has N output bits labeled V1 to VN, where each Vi, (i=1,2, . . . N) is either 0 or 1. Given an analog input whose value is denoted by a number x, the ADC is required to determine the values of V1 to VN such that the error x - i = 1 N 2 i - 1 · V i
Figure US06667706-20031223-M00002
is minimized. If N is chosen to be 3, then the following table gives the outputs of a 3-bit ADC for different values of x. The values of x are assumed to lie within the range 0 to 8.
X V3V2V1 x V3V2V1 x V3V2V1 X V3V2V1
0 000 1 001 1.25 001 1.4 001
1.7 010 2 010 2.2 010 2.4 010
3 011 3.1 011 4 100 4.4 100
4.9 101 5 101 6 110 6.3 110
6.6 110 7.2 111 7.7 111 8.0 111
The existing methods of ADC as known conventionally include flash converters, dual-slope, ramp, sigma-delta, successive approximation, etc.
Presently, flash converters are the only known way of obtaining all the output bits in parallel. A N-bit flash converter requires of the order of 2N comparators. Let the input signal range from 0 to R. The range from 0 to R is divided into 2N levels. These comparators each output a 1 or 0 depending on whether the analog input x exceeds or is below the corresponding level. Decoding logic uses these 2N variables to generate the N output bits. The decoding logic is made up of gates. Practical considerations limit the number of inputs (fan-in) and fan-out of each gate. As a result, the delay due to decoding logic increases as O(N log2 N) or faster. These considerations limit the word length of a flash converter.
Since all the bits of a flash converter are obtained simultaneously, the time required to generate the output bits once the analog input has been presented is small.
In the case of a flash converter, the hardware grows exponentially with the number of bits; the number of comparators required for a N-bit converter is 2N and additional decoding logic is required.
Improved systems based on the flash converter use fewer comparators, where the number of comparators required can be written as 2KN, where K is a fraction between 0 and 1. In other words, the rate at which hardware requirements increase still remains an exponential function of N.
Other conventional approaches such as dual-slope and successive approximation methods require considerably less hardware. However, in these methods, the bits cannot be computed in parallel. As a result, the time taken to generate the binary approximation, which is termed as the conversion time, is much higher than for a flash Analog to Digital Converter.
The conversion time is closely related to the sampling rate that can be handled by the Analog to Digital Converter. This is the rate at which input samples can be accepted. Obviously, the next sample cannot be taken up by the ADC until the previous one has been converted.
In an other conventional frequency domain approach called sigma-delta conversion, the input signal is sampled at a high rate to achieve an analog to digital conversion. The scheme requires the extensive use of filters and additional hardware. An additional drawback is the need for the circuitry to work at a high speed, typically much higher than the sampling rate. This also creates hurdles with regard to hardware or circuit realization of such methods.
PRIOR ART
One approach to reducing the circuitry is known as a folding/interpolating type converter. As prior art of such a folding-interpolating ADC (FADC), there is, for example, that which is disclosed as U.S. Pat. No. 6,236,348 B1. In a folding/interpolating ADC, the input analog signal is converted into a set of n1 higher order bits and n2 lower order bits, where n1+n2=N. The idea in such a converter is to divide the range of the signal into segments. The higher order bits are obtained by determining the segment in which the value of a given input sample lies, while the n2 lower order bits are obtained by using 2n2 comparators and a suitable encoder.
Mandl, in patent U.S. Pat. No. 5,659,315, teaches us a method of accomplishing oversampled sigma-delta analog to digital conversion. The sampled analog signal is first converted using a ADC with a lower resolution. The conversion error is determined by obtaining the difference between the value of the digital word and the input sample. The error is fed to an integrator and again converted by using the ADC with a smaller resolution. In this manner, in succcessive steps, the quantization error reduces. In the limit, the smaller resolution ADC can be thought of as a one-bit ADC, which is no more than a comparator. Such a comparator compares a given input with a reference signal and outputs a “1” if the input exceeds the reference, and outputs a “0” if the input is less than the reference signal.
A variety of designs based on delta modulation have also been reported. Bader, in patent U.S. Pat. No. 4,291,300, teaches us a method of converting a time-varying (AC) signal which is superimposed on a larger, fixed (DC) component. It is concerned with tracking the time-varying part of the signal and its conversion, which is accomplished by means of a capacitive storage and by incremental variation of a reference signal. The variation of the reference signal is achieved by a series of clock pulses.
Another approach known as an Algorithmic ADC or cyclic ADC employs a very different approach. Kerth, in patent U.S. Pat. No. 5,644,308, discloses a design of an Algorithmic ADC. In an Algorithmic ADC, the conversion is carried out in a sequential manner, by employing the conventional restoring numerical division principle. The input signal sample is multiplied by two and the product is then compared with a reference. If the product exceeds the reference, then the output bit is set to “1” and the reference is subtracted from the product. Otherwise, the output bit is set to “0” and no subtraction is carried out. The remaining part of the product is treated as the signal for computing the next bit. In this manner, the desired number of bits are generated. Algorithmic converters suffer from differential and integral non-linearities, and errors in the gain of the conversion loop. Redundant signed digit (RSD) procedures have been used to overcome such difficulties. A related approach, which is outlined in U.S. Pat. No. 5,644,308 converts the redundant digital code to a digital output signal by computing a polynomial of a radix, where the redundant digital code specifies the co-efficient of the polynomial. This extends the analog input conversion range and reduces errors due to non-linearities.
SUMMARY OF THE INVENTION
In order to overcome the drawbacks associated with the existing methods of analog to digital conversion, the subject application has been devised, where all the bits can be computed in parallel or sequentially without using any decoding logic.
The subject system relates to the computation of all the output bits in parallel or sequentially, where the input x lies between 0 and R. The most significant bit (MSB), i.e VMSB is given by
V MSB=1 if x≧R/2
V MSB=0 if x<R/2
Furthermore,
V MSB-1=1 if R/4<x<R/2 OR if 3R/4<x<R
V MSB-1=0 if 0<x<R/4 OR if R/2<x<3R/4
The (MSB-i)-th bit denoted by VMSB-i can be computed by using the following formula VMSB-i=P[x/(R/2i)] where i ranges from 0 (corresponding to the MSB) to N−1 (corresponding to the LSB), where P(z) is a periodic pulse-shaped function of its argument z, having period equal to 1, the value of P(z) being 0 for z being less than 0.5 and 1 for values between 0.5 and 1.
In an another embodiment, the same formula may be written as VMSB-i=Sign [−sin(πx/(R/2i+1)], where Sign(z) is 1 if the argument z is positive and is 0 otherwise.
The present invention relates to an analog to digital converter computing all the bits in parallel or sequentially without using any decoding means having an analog input and a digital output, comprising
a means for sampling the analog input signal and holding the sample values;
a set of N functional blocks, each comprising a combination of non-linear gain blocks realizing periodic functions −sin [πx/(R/2i+1)], with i ranging from 0, corresponding to the MSB, to (N−1), corresponding to the LSB, the input to all the N functional blocks being the sampled analog value x, the output of each block feeding a Sign( ) block computing the sign of its input wherein the output of a Sign( ) block is zero if the input is non-positive and one otherwise, the outputs of the Sign( ) blocks representing the output digital word.
According to the present invention, analog to digital converter computing all the bits in parallel or sequentially without using any decoding means having an analog input and a digital output, wherein the digital output is a binary word comprised of the bits which are computed using the formula
V MSB-i =P[x/(R/2i)], i=0, 1, 2, . . . N−1
where VMSB denotes the Most Significant Bit, x is the analog input whose magnitude ranges from 0 to R, N is the number of bits in the output digital word, and P is a square wave form with period equal to 1.
The present invention also relates to an analog to digital converter computing all the bits sequentially without using any decoding means having an analog input and a digital output, comprising
means for sampling the analog input signal and holding the sample values;
counter block initialized having the initial counter value at 1 counting from 1 to N
multiplexer receiving the sample values from sample and holding means, wherein when the counter value is equal to 1, the multiplexer passes the input on line 1 to its output and the multiplexer passes the input on Line 2, to its output, when the counter value is any number other than 1 and the output from multiplexer is fed to a functional block as well as to a delay block (circuit);
delay mechanism connected to the output of multiplexer to delay the signal passed by multiplexer before being doubled;
doubler connected to the delay circuit and multiplexer, doubling the delayed signal to feed the doubled output signal to the multiplexer, wherein the multiplexer passes one of its inputs to the functional block depending upon the counter value;
functional block comprising a combination of non-linear gain blocks realizing formula of VMSB.
In another embodiment of the subject invention all the bits may be computed in parallel or sequentially without using any decoding means having an analog input and a digital output, comprising a means for sampling the analog input signal and holding the sample values, a start-of-conversion block, a set of N modules for determining each of the N bits of the digital word output, where N denotes the word length, each module consisting of a Ramp wavefrom generator, a Pulse Generator, a comparator, and a latch, wherein
the said sample and holding (S/H) block samples the analog input signal, holds the sample values and receives a trigger signal from the start of conversion block
the said start of conversion block holds the sample at the S/H block, and resets the outputs of the ramp generator, pulse generator and latch to zero.
In each module,
the Pulse Generator generates a square waveform P(t) with a constant time period T, where T denotes the conversion time, which is fixed depending on the application and the speed at which the converter is required to be operated. The pulse waveform is zero for time 0 to (T/2) and is equal to 1 for time (T/2) to T; then again zero for the next half period and so on.
The Ramp waveform generator generates an output given by kit, where ki is the slope of the ramp and t denotes time measured from the arrival of the Start of Conversion (SOC) pulse, and where ki is given by [R/(T*2i)] for the (MSB-i)-th bit or module, and where R denotes the range of the input signal x, i.e. x ranges from 0 to R
the Comparator generates the end-of-conversion signal when the sampled value and output of the Ramp generator are equal, and feeds a trigger signal to the latch to store and hold the value of the pulse generator when the said condition is true.
The Latch receives and stores the output of the pulse generator when the trigger output from the comparator is at its rising edge, signaling the end, of conversion of the input signal from analog to digital.
The said analog to digital converter comprises a plurality of circuits arranged in parallel for different bits from the most significant bit to least significant bit.
In another embodiment of the subject application, all the circuits generating various bits from the most significant bit to least significant bit may be supplied by a single ramp generator, wherein the input signal to the (MSB-i)th circuit is the analog sample x passed through a multiplier which multiplies it by a factor of 2i, i.e. the input to the (MSB-i)th circuit is equal to (x*2i), and output of the ramp generator is given by (R/T)t, where t denotes time measured from the arrival of the Start of Conversion (SOC) pulse and T denotes the conversion time.
In another embodiment of the subject application, all the circuits generating various bits from the most significant bit to least significant bit may be supplied by a single ramp generator and a single pulse generator, wherein the pulse waveform is a square wave with time period T; the input signal to the (MSB-i)th circuit is the analog sample x passed through a multiplier which multiplies it by a factor of 2i, i.e. the input to the (MSB-i)th circuit is equal to (x*2i), and output of the ramp generator is given by (R/T)t, where t denotes time measured from the arrival of the Start of Conversion (SOC) pulse and T denotes the conversion time.
In another embodiment of the subject application, all the circuits generating various bits from the most significant bit to least significant bit may be supplied by a single ramp generator and a single pulse generator, wherein the pulse waveform is a square wave with time period T; modules being arranged from the one computing the MSB to the one computing the LSB, each module but the last being equipped with a doubler; the input signal to each module being obtained by multiplying the input signal to the previous module by a factor of 2 with the use of doubler, with the MSB module receiving the analog sample x as input. No other multipliers are required in this case and the output of the ramp generator is given by (R/T)t, where t denotes time measured from the arrival of the Start of Conversion (SOC) pulse and T denotes the conversion time.
In another embodiment of the subject application, all the circuits generating various bits from the most significant bit to least significant bit may be supplied by a single ramp generator and a single pulse generator, wherein the pulse waveform is a square wave with time period T; modules being arranged from the one computing the LSB to the one computing the MSB, each module but the last being equipped with a halver or divide-by-two unit, the input signal to each module being obtained by dividing the input signal to the previous module by a factor of 2 with the use of halver, with the LSB module receiving the analog sample x as input. No other multipliers are required in this case and the output of the ramp generator is given by [R/(2N−1*T)]t, where t denotes time measured from the arrival of the Start of Conversion (SOC) pulse and T denotes the conversion time.
The subject application may better be understood with reference to the accompanying drawings and various embodiments involved therein. However, the same are for illustrative purposes only and should not be construed to restrict the scope of the invention.
BRIEF DESCRIPTION OF THE ACCOMPANYING DRAWINGS
FIG. 1 depicts the computation of VMSB and VMSB-1 using the sine function.
FIG. 2 depicts the computation of VMSB and VMSB-1 using pulse-shaped functions.
FIG. 3 depicts the schematic of the A/D converter based on the computation of VMSB-i (i=0, 1, 2, . . . N−1) using the sine function.
FIG. 4 depicts the schematic of A/D converter based on the computation of VMSB-i (i=0, 1, 2, . . . N−1) using pulse shaped functions.
FIG. 5 depicts an implementation using a sample/hold block, a multiplexer, a doubler, a delay, and a nonlinear function block realizing the square wave shaped function P( ).
FIG. 6 depicts an implementation using N modules, each module consisting of a ramp generator, a pulse generator, a latch, and a comparator.
FIG. 7 depicts an alternative implementation using only one ramp generator and N modules, each module consisting of a pulse generator, a latch, a comparator, and a multiplier.
FIG. 8 depicts another alternative implementation using only one ramp generator, one pulse generator, and N modules, each module consisting of a latch, a comparator, and a multiplier.
FIG. 9 depicts another alternative implementation using only one ramp generator, one pulse generator, and N modules, each module consisting of a latch, a comparator, and a doubler.
FIG. 10 depicts another alternative implementation using only one ramp generator, one pulse generator, and N modules, each module consisting of a latch, a comparator, and a divide-by-two unit.
DETAILED DESCRIPTION OF THE INVENTION
The computation of VMSB and VMSB-1 in general is depicted in FIG. 1, depicting the formula as VMSB-i=Sign [−sin(πx/(R/2i+1)]. That is, all the bits may be computed in parallel, where the MSB does not have to be computed before other bits are computed. Computing each bit requires a similar operation, which is the computation of the sin( ) function. The input to the block computing the (MSB-i)th bit is x. The bits may also be computed sequentially.
Various alternatives can be obtained by using other periodic functions, as it is not necessary to use the sin( ) function only. The bits may be obtained by using a function of the form VMSB-i=P[x/(R/2)i] where P(z) is a periodic pulse shaped function which is periodic with period equal to 1, whose value is zero for the first half period and one for the second half. The functions for determining the MSB and (MSB-1)th bit using such a function are depicted in FIG. 2.
The basic scheme allows for a very simple design and implementation in hardware, where no decoding logic is required as in a flash converter.
The conversion may thus be accomplished by designs based on the schematic in FIG. 3, wherein all the bits may be computed in parallel or sequentially without using any decoding means by using
means for sampling the analog input signal and holding the sample values;
a set of N functional blocks, each comprising a combination of non-linear gain blocks realizing periodic functions −sin [πx/(R/2i+1)], with i ranging from 0, corresponding to the MSB, to (N−1), corresponding to the LSB, the input to all the N functional blocks being the sampled analog value x, the output of each block feeding a Sign( ) block computing the sign of its input wherein the output of a Sign( ) block is zero if the input is non-positive and one otherwise, the outputs of the Sign( ) blocks representing the output digital word.
FIG. 4 depicts an alternative approach which uses
means for sampling the analog input signal and holding the sample values;
a set of N functional blocks, each comprising a combination of non-linear gain blocks realizing pulse shaped functions P[x/(R/2i)], with i ranging from 0, corresponding to the MSB, to (N−1), corresponding to the LSB, wherein the function P( ) is a periodic function with a period of 1, which is zero for the first half period and one for the second half; the input to all the N functional blocks being the sampled analog value x, the outputs of the blocks representing the output digital word.
The main advantage of the proposed scheme is that all the bits are computed in parallel. The hardware required is much less than that of a flash converter. No decoding logic is required, as is needed in other known methods used conventionally.
The various alternative embodiments may be obtained using the same function block, whether a block realizing the P( ) function or the sin( ) one is used. The same function block may be utilized for all bits by introducing a delay and a doubler in a loop as shown in FIG. 5, thus requiring very little hardware.
The input signal x is sampled and the sample values held by a sample-and-hold (S/H) block. Initially, the counter is initialized to 1. When the counter value is equal to 1, the Multiplexer (MUX) passes the input on line 1 to the P( ) block. Therefore, the sample is first passed to the P( ) block as shown in FIG. 5. The output of this block is thus equal to P(x/R), which is the value of the MSB as given by the formula depicted in FIGS. 2 and 4. The sample is passed through a delay element and a doubler and is another input to a Multiplexer (MUX). This input is labeled as line 2. The counter is incremented by 1 after each bit is generated. Whenever the counter value is any number other than 1, the MUX passes the input on line 2 to the P( ) block. When the counter reading is 2, the P( ) block therefore gets the original sample, delayed by one unit delay, and doubled in value. The input to the P( ) block is thus a value 2x, delayed by one delay unit. The output of the P( ) block will now be P[2x/R], which is the same as P[x/(R/2)], which in turn is nothing but the (MSB-1)-th bit as given by the formula. After each successive bit, the P( ) block receives double the previous value as input and generates the next bit. The counter resets to 1 after N counts, i.e. after all bits have been generated.
As the hardware used is very simple, the working of the system is fast. Furthermore, the hardware requirement in the proposed invention does not depend substantially on the number of bits, i.e. a N-bit converter requires one block; the only increase is in the number of bits in the counter, and the time required for conversion to be completed.
FIG. 6 depicts a scheme in which the block enclosed within the dotted rectangle is the circuitry required to compute a single bit. N such modules are arranged for computing the N output bits from the MSB down to the LSB. Each module contains a pulse waveform generator whose output is a periodic function of time, the function being given by the pulse shaped function P(t/T) where T denotes the time period. In other words, the pulse generator generates a square waveform with constant time period T, which is zero during the first half of its period and is equal to 1 during the second half of its time period. Each module also contains a ramp waveform generator whose output is given by kit, where the value of ki for the (MSB-i)th bit is equal to [R/(T*2i)] where R denotes the range of the input signal x, and where T is fixed depending on the application and the speed at which the converter is required to be operated.
The circuit operation begins with a start of conversion (SOC) signal as shown in FIG. 6. This holds the sample at the sample and hold block; resets the latch to zero, resets the pulse generator P(t), and resets the ramp generator. The output of the ramp generator begins to increase linearly with time. After a time ti, the value at the output of the ramp generator equals the sampled value x. At this point, the comparator switches from 0 to 1. The output of the comparator is connected to the clock input of the latch. On the rising edge of this input, the latch latches on to store the output of P(t), which at time ti is equal to P(ti). This rising edge of the comparator output also signals the end of conversion (EOC).
The value of ti is given by kiti=x i.e. ti=(x/ki). Hence, the value stored by the latch equals P(x/ki). The value of ki for the (MSB-i)-th bit is equal to [R/(T*2i)] where R denotes the range of the input signal x, and where T is fixed depending on the application and the speed at which the converter is required to be operated. After the end of conversion signal is generated, the next sample is converted by generating an additional start of conversion signal as shown in FIG. 6.
A comparator compares the outputs of the ramp waveform and the input x. The ramp output is given by a time varying function kit, where ki is a constant and t denotes time; t starts from 0. The comparator output changes from 0 to 1 when kit=x. At this point, the output of the pulse waveform generator is P(t)=P(x/ki)=P{x/[R/(T*2i)]}, which is nothing but the value of the (MSB-i)-th bit given by the formula depicted in FIGS. 2 and 4.
In an another embodiment, a single ramp generator is used to feed blocks corresponding to various bits as shown in FIG. 7. All blocks get a ramp input (R/T)t. The input to the block computing the (MSB-i)-th bit is 2i*x, which requires the use of a multiplier to scale the analog sample x by a factor of 2i. The comparator in the (MSB-i)-th block switches at a time ti, where (R/T)ti=2i* x, i.e. ti=x/[R/(2i*T)]. P(ti) is thus equal to P{x/[R/(2i*T)]}, which is nothing but the value of the (MSB-i)-th bit given by the formula depicted in FIGS. 2 and 4. This value is held on to by the latch in the (MSB-i)-th bit block.
In yet another embodiment, the hardware used in the subject application may be reduced still further so that only a single pulse generator P(t) is used, as shown in FIG. 8.
Another embodiment avoids the use of different multipliers in each module by using doublers. This scheme is depicted in FIG. 9. Here, the modules are arranged from MSB to LSB. The input signal to the MSB module is the analog sample x. The input signal to each module is obtained by multiplying the input to the previous one by 2; this is achieved by using a doubler. In this fashion, the input to the (MSB-1)th module is 2x, that to the (MSB-2)th module is 4x, and to the (MSB-i)th module is given by 2i*x. Doublers are more efficiently realized in hardware than different multiplers required by each module.
In an alternative embodiment obtained by modifying the design in FIG. 9, if each doubler also includes a delay, it is possible to obtain a pipelined implementation, where a sample is taken and input to the MSB block. Since subsequent blocks receive successively delayed and doubled versions of the same sample, previous blocks are free to take on newer samples, resulting in increased throughput.
Yet another embodiment to the scheme is shown in FIG. 10. In this design, the modules are arranged from the LSB to the MSB. All modules are supplied by a single pulse generator and only one ramp generator. The ramp generator's output is given by [R/(2N−1*T)]t. The input signal to the LSB module is the analog sample x. The input signal to each module is obtained by dividing the input to the previous one by 2; this is achieved by using a halver or divide-by-two unit. In this fashion, the input to the (LSB+1)th module is x/2, that to the (LSB+2)th module is x/4, and to the (LSB+i)th module is given by x/2i. Halvers are more efficiently realized in hardware than different multiplers required by each module. The comparator in the (LSB+i)-th block switches when the ramp and input values are equal. This happens at a time ti, where [R/(2N−1*T)]ti=x/2i, i.e. ti=x/[R/(2N−i−1* T)]. P(ti) is thus equal to P{x/[R/(2N−i−1*T)]}, which is nothing but the value of the (LSB+i)-th bit given by the formula depicted in FIGS. 2 and 4. This value is held on to by the latch in the (LSB+i)-th bit block. Note that the MSB is LSB+(N−1); P(ti) is thus equal to P[x/(R/T)], which is exactly the value given by the formula depicted in FIGS. 2 and 4. An added advantage of this scheme is that the ramp generator does not need to be a fast one. A combination of doublers and divide by two units can also be used. Several other alternative implementations of the pipelined version are possible.
The main advantage of the proposed scheme is that all the bits can be computed in parallel. The hardware required is much less than that of a flash converter. No decoding logic is required, as used in other known methods used conventionally. Moreover, as the hardware used is very simple, the working of the system is fast. Furthermore, the hardware in the proposed invention required grows linearly with the number of bits, i.e. a N-bit converter requires N blocks, each of a fixed size.
The schematic of the subject application is highly amenable to realization on a VLSI chip (integrated circuit). The scheme allows for many different implementations offering different degrees of tradeoff between speed and hardware requirement.
The subject application is a statement of invention, where several other alternative implementations of the pipelined version are possible as known to the person skilled in the art. Hence, the same should not be construed to restrict the scope of the invention.

Claims (7)

What is claimed is:
1. Analog to digital converter computing all the bits in parallel or sequentially without using any decoding means having an analog input and a digital output, wherein the digital output is a binary word comprising the bits which are computed using the formula:
V MSB-i =P[x/(R/2i)], i=0, 1,2, . . . N−1
where VMSB denotes the Most Significant Bit, x is the analog input whose magnitude ranges from 0 to R, N is the number of bits in the output digital word, and P is a square wave form with period equal to 1.
2. Analog to digital converter computing all the bits sequentially without using any decoding means having an analog input and a digital output, comprising
means for sampling the analog input signal and holding the sample values;
counter block initialized having the initial counter value at 1 counting from 1 to N
multiplexer receiving the sample values from sample and holding means, wherein when the counter value is equal to 1, the multiplexer passes the input on line 1 to its output and the multiplexer passes the input on Line 2 to its output, when the counter value is any number other than 1 and the output from multiplexer is fed to a functional block as well as to a delay block (circuit);
delay mechanism connected to the output of multiplexer to delay the signal passed by multiplexer before being doubled;
doubler connected to the delay circuit and multiplexer, doubling the delayed signal to feed the doubled output signal to the multiplexer, wherein the multiplexer passes one of its inputs to the functional block depending upon the counter value;
functional block comprising a combination of non-linear gain blocks, realizing the formula of VMSB.
3. Analog to digital converter computing all the bits in parallel or sequentially without using any decoding means having an analog input and a digital output, comprising
a) means for sampling the analog input signal and holding the sample values
b) a set of N modules arranged in parallel for determining each of the N bits of the digital output word, where N denotes the word length;
c) Each module comprising
(i) ramp waveform generator whose output is given by kit, where ki is the slope of the ramp and t denotes time measured from the arrival of the Start of Conversion (SOC) pulse, and where ki is given by [R/(T×2i)] for the (MSB-i)-th bit or module, R denotes the range of the input signal x, i.e. x ranges from 0 to R, and where T denotes the conversion time, which is fixed depending on the application and the speed at which the converter is required to be operated
(ii) pulse generator P(t) generating a square waveform with a constant time period T, where T refers to the above conversion time, which is fixed depending on the application and the speed at which the converter is required to be operated; the pulse waveform being zero for the first half period and equal to one for the second half of the time period
(iii) comparator generating the end-of-conversion signal when the sampled value and output of the Ramp are equal, and supplying the same to the latch to store and hold the value of the pulse generator
(iv) latch receiving and storing the output from pulse generator when the trigger output from comparator is at its rising edge, signaling the end of conversion of the input signal from analog to digital.
4. Analog to digital converter according to claim 3, wherein the converter comprises a plurality of circuits arranged in parallel for different bits.
5. Analog to digital converter according to claim 3, wherein all the circuits generating various bits from most significant to least significant bit are supplied by a single ramp generator and single pulse generator.
6. Analog to digital converter according to claim 3, wherein, wherein a halver is placed between every two adjacent modules dividing the input of the first module by a factor of 2, feeding the divided value as input to the second module.
7. Analog to digital converter according to claim 3, wherein a doubler is provided between every two adjacent modules.
US10/201,590 2000-11-23 2002-07-22 Analog to digital converter Expired - Fee Related US6667706B2 (en)

Applications Claiming Priority (5)

Application Number Priority Date Filing Date Title
IN1047/DEL/2000 2000-11-23
IN1047DE2000 2000-11-23
IN1046/DEL/2000 2000-11-23
IN1046DE2000 2000-11-23
PCT/IN2001/000208 WO2002043248A2 (en) 2000-11-23 2001-11-21 Analog to digital converter

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
PCT/IN2001/000208 Continuation-In-Part WO2002043248A2 (en) 2000-11-23 2001-11-21 Analog to digital converter

Publications (2)

Publication Number Publication Date
US20030058149A1 US20030058149A1 (en) 2003-03-27
US6667706B2 true US6667706B2 (en) 2003-12-23

Family

ID=26324886

Family Applications (1)

Application Number Title Priority Date Filing Date
US10/201,590 Expired - Fee Related US6667706B2 (en) 2000-11-23 2002-07-22 Analog to digital converter

Country Status (3)

Country Link
US (1) US6667706B2 (en)
AU (1) AU2002224012A1 (en)
WO (1) WO2002043248A2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20120013494A1 (en) * 2010-07-19 2012-01-19 Massachusetts Institute Of Technology Time Varying Quantization-based Linearity Enhancement of Signal Converters and Mixed-signal Systems

Families Citing this family (31)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7142606B2 (en) * 2002-09-27 2006-11-28 Freescale Semiconductor, Inc. Method and apparatus for shared processing a plurality of signals
JP4157862B2 (en) * 2004-08-04 2008-10-01 マイクロン テクノロジー,インコーポレイテッド ANALOG-DIGITAL CONVERTER AND ITS OPERATION METHOD, IMAGING DEVICE, AND LAMP GENERATOR OPERATION METHOD
US10040143B2 (en) 2012-12-12 2018-08-07 Illinois Tool Works Inc. Dabbing pulsed welding system and method
US10906114B2 (en) 2012-12-21 2021-02-02 Illinois Tool Works Inc. System for arc welding with enhanced metal deposition
US9950383B2 (en) 2013-02-05 2018-04-24 Illinois Tool Works Inc. Welding wire preheating system and method
US10835983B2 (en) 2013-03-14 2020-11-17 Illinois Tool Works Inc. Electrode negative pulse welding system and method
US11045891B2 (en) 2013-06-13 2021-06-29 Illinois Tool Works Inc. Systems and methods for anomalous cathode event control
US10543549B2 (en) 2013-07-16 2020-01-28 Illinois Tool Works Inc. Additive manufacturing system for joining and surface overlay
US10828728B2 (en) 2013-09-26 2020-11-10 Illinois Tool Works Inc. Hotwire deposition material processing system and method
US11154946B2 (en) 2014-06-30 2021-10-26 Illinois Tool Works Inc. Systems and methods for the control of welding parameters
US11198189B2 (en) 2014-09-17 2021-12-14 Illinois Tool Works Inc. Electrode negative pulse welding system and method
US11478870B2 (en) 2014-11-26 2022-10-25 Illinois Tool Works Inc. Dabbing pulsed welding system and method
US10189106B2 (en) 2014-12-11 2019-01-29 Illinois Tool Works Inc. Reduced energy welding system and method
US11370050B2 (en) 2015-03-31 2022-06-28 Illinois Tool Works Inc. Controlled short circuit welding system and method
US10974337B2 (en) 2015-08-17 2021-04-13 Illinois Tool Works Inc. Additive manufacturing systems and methods
US11285559B2 (en) 2015-11-30 2022-03-29 Illinois Tool Works Inc. Welding system and method for shielded welding wires
US10610946B2 (en) 2015-12-07 2020-04-07 Illinois Tool Works, Inc. Systems and methods for automated root pass welding
US10675699B2 (en) 2015-12-10 2020-06-09 Illinois Tool Works Inc. Systems, methods, and apparatus to preheat welding wire
US10766092B2 (en) 2017-04-18 2020-09-08 Illinois Tool Works Inc. Systems, methods, and apparatus to provide preheat voltage feedback loss protection
US10870164B2 (en) 2017-05-16 2020-12-22 Illinois Tool Works Inc. Systems, methods, and apparatus to preheat welding wire
EP3634683B1 (en) 2017-06-09 2022-03-23 Illinois Tool Works, Inc. Welding assembly for a welding torch, with two contact tips and a cooling body to cool and conduct current
WO2018227195A1 (en) 2017-06-09 2018-12-13 Illinois Tool Works Inc. Welding torch with a first contact tip to preheat welding wire and a second contact tip
US11590598B2 (en) 2017-06-09 2023-02-28 Illinois Tool Works Inc. Systems, methods, and apparatus to preheat welding wire
US11524354B2 (en) 2017-06-09 2022-12-13 Illinois Tool Works Inc. Systems, methods, and apparatus to control weld current in a preheating system
CN111315524A (en) 2017-06-09 2020-06-19 伊利诺斯工具制品有限公司 Welding torch having two contacts and multiple liquid cooled assemblies for conducting current to the contacts
US11020813B2 (en) 2017-09-13 2021-06-01 Illinois Tool Works Inc. Systems, methods, and apparatus to reduce cast in a welding wire
US10792682B2 (en) 2017-10-02 2020-10-06 Illinois Tool Works Inc. Metal manufacturing systems and methods using mechanical oscillation
WO2020047438A1 (en) 2018-08-31 2020-03-05 Illinois Tool Works Inc. Submerged arc welding systems and submerged arc welding torches to resistively preheat electrode wire
US11014185B2 (en) 2018-09-27 2021-05-25 Illinois Tool Works Inc. Systems, methods, and apparatus for control of wire preheating in welding-type systems
CN113474113A (en) 2018-12-19 2021-10-01 伊利诺斯工具制品有限公司 Contact tip, wire preheating assembly, contact tip assembly and consumable electrode feed welding-type system
US11772182B2 (en) 2019-12-20 2023-10-03 Illinois Tool Works Inc. Systems and methods for gas control during welding wire pretreatments

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4291300A (en) 1979-11-01 1981-09-22 Burroughs Corporation Tracking analog-to-digital converter for AC signals
US5644308A (en) 1995-01-17 1997-07-01 Crystal Semiconductor Corporation Algorithmic analog-to-digital converter having redundancy and digital calibration
US5659315A (en) 1992-05-19 1997-08-19 Mandl; William J. Method and apparatus for multiplexed oversampled analog to digital modulation

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4291300A (en) 1979-11-01 1981-09-22 Burroughs Corporation Tracking analog-to-digital converter for AC signals
US5659315A (en) 1992-05-19 1997-08-19 Mandl; William J. Method and apparatus for multiplexed oversampled analog to digital modulation
US5644308A (en) 1995-01-17 1997-07-01 Crystal Semiconductor Corporation Algorithmic analog-to-digital converter having redundancy and digital calibration

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20120013494A1 (en) * 2010-07-19 2012-01-19 Massachusetts Institute Of Technology Time Varying Quantization-based Linearity Enhancement of Signal Converters and Mixed-signal Systems
US8508395B2 (en) * 2010-07-19 2013-08-13 Massachusetts Institute Of Technology Time varying quantization-based linearity enhancement of signal converters and mixed-signal systems

Also Published As

Publication number Publication date
WO2002043248A3 (en) 2002-07-18
AU2002224012A1 (en) 2002-06-03
WO2002043248A2 (en) 2002-05-30
US20030058149A1 (en) 2003-03-27

Similar Documents

Publication Publication Date Title
US6667706B2 (en) Analog to digital converter
US10461761B2 (en) Pipelined SAR with TDC converter
US6683550B2 (en) High precision, high-speed signal capture
US6489904B1 (en) Pipeline analog-to-digital converter with on-chip digital calibration
US5861832A (en) Analog-to-digital converter having amplifier and comparator stages
US9094030B2 (en) Successive approximation analog to digital converter and method of analog to digital conversion
US7414562B2 (en) Analog-to-digital conversion using asynchronous current-mode cyclic comparison
US4903026A (en) Architecture for high sampling rate, high resolution analog-to-digital converter system
US6894631B1 (en) Pipeline ADC digital dithering for increased digital calibration resolution
EP0698315A4 (en) Algorithmic a/d converter with digitally calibrated output
US6404364B1 (en) Multistage converter employing digital dither
US20060087468A1 (en) A/D conversion apparatus
US4994806A (en) Flash-successive approximation analog-to-digital converter
JP2002026731A (en) Successive comparison type analog/digital converter
EP3709518A1 (en) Delta-sigma modulator with truncation error compensation and associated method
Daubechies et al. Beta expansions: a new approach to digitally corrected A/D conversion
US5283583A (en) High-speed A/D conversion using a series of one-bit conversion stages
US4855745A (en) High resolution analog-to-digital converter
US20090174585A1 (en) System and method for converting analog values into digital form
US5084701A (en) Digital-to-analog converter using cyclical current source switching
CA1129102A (en) Cascadable analog to digital converter
US6700523B2 (en) Analog to digital converter selecting reference voltages in accordance with feedback from prior stages
Bellavin et al. Study of Bubble Errors Conversion in a Modified ROM Encoder
Piedade et al. A new multiplier-divider circuit based on switched capacitor data converters
Lin et al. Analog-to-digital conversion

Legal Events

Date Code Title Description
AS Assignment

Owner name: INDIAN INSTITUTE OF TECHNOLOGY IITD, INDIA

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:JAYADEVA;REEL/FRAME:013440/0265

Effective date: 20021014

FPAY Fee payment

Year of fee payment: 4

REMI Maintenance fee reminder mailed
LAPS Lapse for failure to pay maintenance fees
STCH Information on status: patent discontinuation

Free format text: PATENT EXPIRED DUE TO NONPAYMENT OF MAINTENANCE FEES UNDER 37 CFR 1.362

FP Lapsed due to failure to pay maintenance fee

Effective date: 20111223