SlideShare a Scribd company logo
1 of 7
Download to read offline
Indonesian Journal of Electrical Engineering and Computer Science
Vol. 5, No. 3, March 2017, pp. 643 ~ 649
DOI: 10.11591/ijeecs.v5.i3.pp643-649  643
Received December 1, 2016; Revised February 3, 2017; Accepted February 21, 2017
Current Steering Digital Analog Converter with Partial
Binary Tree Network (PBTN)
Mohd Tafir Mustaffa*, Yong Cheng Lim, Choon Yan Teh
School of Electrical and Electronic Engineering, Universiti Sains Malaysia, Engineering Campus,
14300, Nibong Tebal, Pulau Pinang, Malaysia, telp (045996006)/fax (045996909)
*Corresponding author, e-mail: tafir@usm.my
Abstract
DACs are essential devices in many digital systems which require high performance data
converters. Thus, shrinking of supply voltage, budget constraints of test times, and rising bandwidth
requirement causing DAC architectures to highly relying on matched components to perform data
conversions. However, matched components are nearly impossible to fabricate; there are always
mismatch errors which causes the difference between the designed and actual component value. Dynamic
Element Matching (DEM) is one of the techniques that are commonly used to reduce component mismatch
error. This technique is a randomization technique to select one of the appropriate codes for each of the
digital input value before entering DAC block. Thus, in this research, a new DEM algorithm is proposed on
Current-Steering DAC with Partial Binary Tree Network (PBTN) algorithm that utilizes a lower complexity
circuit to produce output signals with less glitch. Simulation results for 6-bit 1-MSB PBTN DAC produces
0.3184LSB of DNL, 0.0062LSB of INL, and a power consumption of 14.13 mW, while using only 126
transmission gates.
Keywords: Partial Binary Tree Network, Current Steering DAC, Differential Non-Linearity, Integral Non-
Linearity
Copyright © 2017 Institute of Advanced Engineering and Science. All rights reserved.
1. Introduction
DAC (Digital to Analog Converter) is an important element in many digital systems
which require data converters with high performances from digital form to analog form. DAC rely
on matched components to perform data conversion. However, matched components are very
difficult or nearly impossible to realize on silicon since mismatch errors always exist in real
implementation. Several techniques were applied to reduce or eliminate the effect of component
mismatch errors such as enlarge the devices, digital calibration, self-calibration, error- averaging
or dynamic element matching [1, 2]. Dynamic Element Matching (DEM) is one of the techniques
applied in DAC to reduce component mismatch error. This technique is a randomization
technique that randomly selects one of the codes for each of the digital input before entering
DAC block. By using this technique, the time average of equivalent component at each
component position are equal or nearly equal, which reduces the effect of component
differences in the circuits. DEM capable of transforming the imperfection of each 1 bit DAC into
broadband noise by randomizing the position of each DAC and sum up the result so that the
effect of mismatch error is averaged [3]. The connection of DEM DAC is shown in Figure 1. The
results of each 1 bit DAC will be summed to yield the desired output value of DAC.
Figure 1. Structure of DEM DAC [3]
 ISSN: 2502-4752
IJEECS Vol. 5, No. 3, March 2017 : 643 – 649
644
However, the limitation of this technique is that DAC will suffer from excessive digital
hardware complexity. A complicated encoding is usually necessary for conventional DEM
encoders which will lead to many switch transitions happen at the same time resulting glitches
in the output signal. Hence, Partial Binary Tree Network (PBTN), a new DEM algorithm to
Current-Steering DAC is proposed in this paper to overcome glitches transition with low
complexity. PBTN is an algorithm that utilizes the advantage of Binary Tree Network (BTN) with
less hardware complexity by using much lower transmission gates compared to BTN [4]. 1-MSB
PBTN is implemented to do full random switching in 1-bit MSB while other layers of LSBs are
performing partial randomization due to less effect on scrambling of DAC noise.
2. Design Methodology
This section consists of three subsections that explain the design of 6-bit DEM PBTN
DAC which are presented in Subsections 2.1, 2.2 and 2.3. A hardware complexity comparison
between FRDEM, GCN equivalent, BTN and PBTN with 1-MSB randomization is briefly
explained in Subsection 2.1. In Subsection 2.2, the propsed design of 1-MSB PBTN is
presented. The Subsection 2.3 will present the final design of the 6-bit PBTN DAC.
2.1. Types of DEM Technique
Table 1 below shows the number of transmission gates required for different DEM
technique for B bits of DEM DACs [4]. Thus, if 3-bit DAC is required, PBTN DAC will only need
14 transmission gates as opposed to i.e. BTN DAC that will require 32 transmission gates.
Therefore, for simplicity of the explanation of the PBTN design, a 3-bit PBTN design will be
discussed in detail instead of the 6-bit PBTN due to the complexity of the circuit.
Table 1. Number of transmission used for different B bit DACs
Type of DEM technique Number of Transmission Gate required for B Bit DAC
FRDEM
GCN
BTN
1-MSB PBTN
2.2. Partial Binary Three Network
Partial Binary Tree Network is a new DEM algorithm that combines the advantage of
Binary Tree Network in [4], but with less hardware complexity compared to BTN. The PBTN
method needs only 1-bit MSB undergo full random switching while other layers of LSBs are
performing partial randomization due to less effect on scrambling of DAC noise.
Figure 2 illustrates a 3-bit PBTN. In general, a B bit PBTN will require B layers, 1 control
signal, and 2
B
unit of DAC and with total number of (2
B+1
−2) transmission gates. For a 3-bit
PBTN, it will consist of 3 layers, 1 control signal , 8 unit DAC elements and 14 transmission
gates. For 1-MSB PBTN, it only requires one control signal, , a random bit sequence. This
control signal will cause random unit DAC being activated per input signal x(b). For example,
in Figure 2, if control signal is logical zero, input from MSB will be connected to four output
lines , input from will connected to two output lines , and
LSB will connected to 1 output line . If the given input is ‘101’, then only five output lines
will be at logical one. If the control signal was logical one, number of activated output(s) remain
the same, but the position of the activated output line will be changed.
Based on Figure 2, 1-MSB PBTN is built using a transmission gate (shown in Figure 3),
constructed by using one PMOS and one NMOS which is also known as the MOSFET switch to
allow analog switch pass a signal level from the input to the output. Two extra MOSFETs, which
are PM0 and NM0 were also included to realize the inverted ‘Sel’ input at the PM1.
IJEECS ISSN: 2502-4752 
Current Steering Digital Analog Converter with Partial Binary Tree… (Mohd Tafir Mustaffa)
645
Figure 2. 3-bit 1-MSB PBTN
Figure 3. Transmission Gate Design
Figure 4. 4-bit 1-MSB PBTN built by using two 3-bit PBTN circuit blocks
 ISSN: 2502-4752
IJEECS Vol. 5, No. 3, March 2017 : 643 – 649
646
Figure 5. 4-bit 1-MSB PBTN DAC circuit
After 3-bit PBTN is established, 4-bit PBTN can be built by connecting two blocks of 3
bit 1-MSB PBTN. First three bits of binary code input were connected to two blocks of 3-bit 1-
MSB PBTN. LSB X0 of the input bit were connected to two extra transmission gates, and its
output were connected to output line t3 and t7 as shown in Figure 4. This circuit is later
extended to build the 6-bit PBTN DAC. Figure 5 shows the block diagram of the 4-bit PBTN
DAC.
2.3. 6-bit PBTN Current Steering DAC
Current Steering DAC is built based on the architecture as in Figure 6 [5]. Current
Steering DAC was chosen in this research because it has constant output impedance and high
conversion rate compared to other DACs. Thus, current steering DAC can handle high
frequency signal used in today’s technology which used boards based on 10 GHz application. In
this research, to build an n-bit current steering DAC, current sources were needed. The input
digital code is in the form of binary code that will be translated into thermometer code by the
PBTN circuit, then the required current sources will be activated randomly.
Figure 6. Current steering DAC [5]
Figure 7 shows the switchable current source circuit used to build the DAC. Each of the
switchable current cell is made up of 1 pair of PMOS and 1 pair of NMOS transistors which work
as cascaded current mirror, self-biased circuit and a switch. In a current cell, switching signals
need to be properly matched to improve the glitch performance. The drain of NM0 and PM3 are
connected to the gate which acts as a diode. When NM0 and PM3 are operating at saturation
region the current obtained is:
(1)
IJEECS ISSN: 2502-4752 
Current Steering Digital Analog Converter with Partial Binary Tree… (Mohd Tafir Mustaffa)
647
Figure 7. Switchable current source
In Figure 8, a 6-Bit PBTN-DEM current steering DAC was built by using 64 relatively
simple switchable current sources (from Figure 7), connected to a 6-bit PBTN circuit (built based
on the architecture as discussed in Subsection 2.2). The current sources would be activated
randomly per input codes from PBTN block. The current will have summed up at the output
resistor to produce the required output voltage.
For full scale output voltage from binary code ‘111111’, 63 blocks of switchable current
sources would be turned ‘ON’ and the remaining 1 current source will be remaining ‘OFF’ as a
dummy block. Each of the current source forms a block of DAC which produce 20 μA current.
The currents from 63 blocks will sum up and produce potential difference across output resistor
as per required. In this research, the output voltage is designed to be around 1 V. Hence, 250-
ohm resistor was used as an output resistor and the current 20 μA is amplified by a factor of
3.125. From Ohm’s Law,
(2)
Figure 8. 1-MSB 6-Bit PBTN DAC
3. Results and Analysis
This section provides the results and discussion of the 1-MSB 6-Bit PBTN DAC. The
digital input signal used for the simulation were varied from ‘000000’ to ‘111111’ with an update
rate of 1 kHz. Simulation result for 6-bit 1-MSB PBTN DAC is shown in Figure 9. It can be
observed that the output has negligible offset error of 677.5 μV. Highest glitch in the simulation
result is 407.9 mV, which happened when digital inputs transition from ‘011111’ to ‘100000’.
This is caused by MSB transition from 0 to 1 and all LSBs which undergo transition from 1 to 0.
 ISSN: 2502-4752
IJEECS Vol. 5, No. 3, March 2017 : 643 – 649
648
Figure 9. Simulation result of 6-Bit 1-MSB PBTN
Based on the data extracted from Figure 9, the results for the INL and DNL were
calculated and tabulated in Table 2. The result for the power consumption is also presented for
comparison with another works.
Table 2. Comparison with existing current steering DAC
This Work [6] [7] [8]
DEM Architecture Partial Binary Tree Network
(1MSB)
Not used Binary Tree Structure
Random
Hybrid
Architecture
Technology 0.13 μm
CMOS
0.18 μm
CMOS
90 nm
CMOS
0.35μm CMOS
Resolution 6-bit 6-bit 6-bit 6-bit
DNL error (LSB) 0.3184 0.06 0.26 0.04
INL error (LSB) 0.0062 0.1142 0.45 2.32
Number of transmission
gate
126 Not used 2542 Not used
Power consumption 14.13mW 944.64uW - 165mW
From Table 2, it can be observed that DNL error of this work has no advantages over
existing designs in [6-8]. However, this work has a good INL rating of about 0.0062LSB which is
much lower than the existing designs. Number of transmission gates used in this work also
lower than existing work [7], which achieved 95% reduction. Power consumption of this work is
about 91% lower than design using hybrid architecture [8], but it uses more power than [6].
However, designs in [6] and [8] are not based on DEM architecture.
4. Conclusion
The aim of this research was to introduce a new algorithm for Dynamic Element
Matching Current Steering DAC with Partial Binary Tree Network. From our research, though
the conventional Binary Tree Network Dynamic Element Matching DAC had a decent
performance, however it comes with high hardware complexity. But, the proposed algorithm,
PBTN solves this limitation by reducing the hardware complexity to a significant level.
Simulation result show that novel PBTN had the same performance with existing algorithm. To
proof the concept of the proposed algorithm, a 6-bit Current Steering DAC with PBTN-DEM of 1-
MSB randomization was implemented using 0.13 μm Silterra CMOS process. The PBTN-DEM
DAC has been successfully designed which result of DNL error 0.3184LSB and INL error of
0.062LSB. The proposed PBTN DEM also had a power consumption of around 14 mW.
IJEECS ISSN: 2502-4752 
Current Steering Digital Analog Converter with Partial Binary Tree… (Mohd Tafir Mustaffa)
649
Acknowledgements
Special thanks to Universiti Sains Malaysia for providing fund under the ERGS Grant
(203/PELECT/6730112) to support this work.
References
[1] Gregoire BR, Moon UK. Reducing the Effects of Components Mismatch by Using releative Size
Information. IEEE International Symposium on Circuits and Systems (ISCAS). Seattle. 2008: 512-
515.
[2] Sanyal A, Sun N. Dynamic element matching techniques for static and dynamic errors in continuous-
time multi-bit modultators. IEEE J. Emerg. Sel. Top. Circuits Syst. 2015; 5(4): 598-611.
[3] Shen MH, Tsai JH, Huang PC. Random Swapping Dynamic Element Matching Technique for Glitch
Energy Minimization in Current-Steering DAC. IEEE Transactions on Circuits and Systems II:
Express Briefs. 2010; 57(5): 369-373.
[4] Bruce JW, Stubberud P. Generalized Cube Networks for Implementing Dynamic Element Matching
Digital-to-Analog Converters. 41st Midwest Symposium on Circuits and Systems. Notre Dame. 1998:
522-525.
[5] Myderrizi I, Zeki A. Current-Steering Digital-to-Analog Converters: Functional Specifications, Design
Basics, and Behavioral Modeling. Antennas and Propagation Magazine, IEEE. 2010; 52: 197-208.
[6] Chakir M, Akhamal H, Qjidaa H. A low power 6-bit current-steering DAC in 0.18-μm CMOS process.
Intelligent Systems and Computer Vision (ISCV). Fez. 2015: 1-5.
[7] Guo G, Wang Y, Su W, Jia S, Zhang G, Zhang X. Binary tree structure random Dynamic Element
Matching technique in current-steering DACs. IEEE 11
th
International Conference on Solid-State and
Integrated Circuit Technology (ICSICT). Xi’an. 2012: 1-3.
[8] Narayanan A, Bengtsson M, Ragavan R, Duong QT. A 0.35 μm CMOS 6-bit Current Steering DAC.
European Conference on Circuit Theory and Design (ECCTD). Dresden. 2013: 1-4.

More Related Content

What's hot

22 Network Layer_Delivery_forwarding_and_Routing
22 Network Layer_Delivery_forwarding_and_Routing22 Network Layer_Delivery_forwarding_and_Routing
22 Network Layer_Delivery_forwarding_and_RoutingAhmar Hashmi
 
26 Remote Logging_Electronic_Mail_and_File_Transfer
26 Remote Logging_Electronic_Mail_and_File_Transfer26 Remote Logging_Electronic_Mail_and_File_Transfer
26 Remote Logging_Electronic_Mail_and_File_TransferAhmar Hashmi
 
A NEW APPROACH TO DESIGN LOW POWER CMOS FLASH A/D CONVERTER
A NEW APPROACH TO DESIGN LOW POWER CMOS FLASH A/D CONVERTERA NEW APPROACH TO DESIGN LOW POWER CMOS FLASH A/D CONVERTER
A NEW APPROACH TO DESIGN LOW POWER CMOS FLASH A/D CONVERTERVLSICS Design
 
IRJET- Design and Simulation of 12-Bit Current Steering DAC
IRJET-  	  Design and Simulation of 12-Bit Current Steering DACIRJET-  	  Design and Simulation of 12-Bit Current Steering DAC
IRJET- Design and Simulation of 12-Bit Current Steering DACIRJET Journal
 
Soft Decision Scheme for Multiple Descriptions Coding over Rician Fading Chan...
Soft Decision Scheme for Multiple Descriptions Coding over Rician Fading Chan...Soft Decision Scheme for Multiple Descriptions Coding over Rician Fading Chan...
Soft Decision Scheme for Multiple Descriptions Coding over Rician Fading Chan...CSCJournals
 
23 Process to_Process_Delivery_UDP_TCP_and_SCTP
23 Process to_Process_Delivery_UDP_TCP_and_SCTP23 Process to_Process_Delivery_UDP_TCP_and_SCTP
23 Process to_Process_Delivery_UDP_TCP_and_SCTPAhmar Hashmi
 
Performance Evaluation of Centralized Reconfigurable Transmitting Power Schem...
Performance Evaluation of Centralized Reconfigurable Transmitting Power Schem...Performance Evaluation of Centralized Reconfigurable Transmitting Power Schem...
Performance Evaluation of Centralized Reconfigurable Transmitting Power Schem...TELKOMNIKA JOURNAL
 
Implementation of a bit error rate tester of a wireless communication system ...
Implementation of a bit error rate tester of a wireless communication system ...Implementation of a bit error rate tester of a wireless communication system ...
Implementation of a bit error rate tester of a wireless communication system ...eSAT Publishing House
 
11 Data Link_Control
11 Data Link_Control11 Data Link_Control
11 Data Link_ControlAhmar Hashmi
 
A New CMOS Fully Differential Low Noise Amplifier for Wideband Applications
A New CMOS Fully Differential Low Noise Amplifier for Wideband ApplicationsA New CMOS Fully Differential Low Noise Amplifier for Wideband Applications
A New CMOS Fully Differential Low Noise Amplifier for Wideband ApplicationsTELKOMNIKA JOURNAL
 
DESIGN OF 2.4 GHZ MMIC FEED FORWARD AMPLIFIER FOR WIRELESS APPLICATIONS
DESIGN OF 2.4 GHZ MMIC FEED FORWARD AMPLIFIER FOR WIRELESS APPLICATIONS DESIGN OF 2.4 GHZ MMIC FEED FORWARD AMPLIFIER FOR WIRELESS APPLICATIONS
DESIGN OF 2.4 GHZ MMIC FEED FORWARD AMPLIFIER FOR WIRELESS APPLICATIONS jmicro
 

What's hot (20)

Chapter 22
Chapter 22Chapter 22
Chapter 22
 
Ch28
Ch28Ch28
Ch28
 
Ch21
Ch21Ch21
Ch21
 
Ch19
Ch19Ch19
Ch19
 
22 Network Layer_Delivery_forwarding_and_Routing
22 Network Layer_Delivery_forwarding_and_Routing22 Network Layer_Delivery_forwarding_and_Routing
22 Network Layer_Delivery_forwarding_and_Routing
 
26 Remote Logging_Electronic_Mail_and_File_Transfer
26 Remote Logging_Electronic_Mail_and_File_Transfer26 Remote Logging_Electronic_Mail_and_File_Transfer
26 Remote Logging_Electronic_Mail_and_File_Transfer
 
A NEW APPROACH TO DESIGN LOW POWER CMOS FLASH A/D CONVERTER
A NEW APPROACH TO DESIGN LOW POWER CMOS FLASH A/D CONVERTERA NEW APPROACH TO DESIGN LOW POWER CMOS FLASH A/D CONVERTER
A NEW APPROACH TO DESIGN LOW POWER CMOS FLASH A/D CONVERTER
 
IRJET- Design and Simulation of 12-Bit Current Steering DAC
IRJET-  	  Design and Simulation of 12-Bit Current Steering DACIRJET-  	  Design and Simulation of 12-Bit Current Steering DAC
IRJET- Design and Simulation of 12-Bit Current Steering DAC
 
Cs8591 Computer Networks
Cs8591 Computer NetworksCs8591 Computer Networks
Cs8591 Computer Networks
 
Soft Decision Scheme for Multiple Descriptions Coding over Rician Fading Chan...
Soft Decision Scheme for Multiple Descriptions Coding over Rician Fading Chan...Soft Decision Scheme for Multiple Descriptions Coding over Rician Fading Chan...
Soft Decision Scheme for Multiple Descriptions Coding over Rician Fading Chan...
 
02 Network Models
02 Network Models02 Network Models
02 Network Models
 
23 Process to_Process_Delivery_UDP_TCP_and_SCTP
23 Process to_Process_Delivery_UDP_TCP_and_SCTP23 Process to_Process_Delivery_UDP_TCP_and_SCTP
23 Process to_Process_Delivery_UDP_TCP_and_SCTP
 
CN Unit 3
CN Unit 3 CN Unit 3
CN Unit 3
 
E010342327
E010342327E010342327
E010342327
 
Performance Evaluation of Centralized Reconfigurable Transmitting Power Schem...
Performance Evaluation of Centralized Reconfigurable Transmitting Power Schem...Performance Evaluation of Centralized Reconfigurable Transmitting Power Schem...
Performance Evaluation of Centralized Reconfigurable Transmitting Power Schem...
 
Ch22
Ch22Ch22
Ch22
 
Implementation of a bit error rate tester of a wireless communication system ...
Implementation of a bit error rate tester of a wireless communication system ...Implementation of a bit error rate tester of a wireless communication system ...
Implementation of a bit error rate tester of a wireless communication system ...
 
11 Data Link_Control
11 Data Link_Control11 Data Link_Control
11 Data Link_Control
 
A New CMOS Fully Differential Low Noise Amplifier for Wideband Applications
A New CMOS Fully Differential Low Noise Amplifier for Wideband ApplicationsA New CMOS Fully Differential Low Noise Amplifier for Wideband Applications
A New CMOS Fully Differential Low Noise Amplifier for Wideband Applications
 
DESIGN OF 2.4 GHZ MMIC FEED FORWARD AMPLIFIER FOR WIRELESS APPLICATIONS
DESIGN OF 2.4 GHZ MMIC FEED FORWARD AMPLIFIER FOR WIRELESS APPLICATIONS DESIGN OF 2.4 GHZ MMIC FEED FORWARD AMPLIFIER FOR WIRELESS APPLICATIONS
DESIGN OF 2.4 GHZ MMIC FEED FORWARD AMPLIFIER FOR WIRELESS APPLICATIONS
 

Similar to 6-bit 1-MSB PBTN Current Steering DAC with Low Glitch

Sinan Sami.docx
Sinan Sami.docxSinan Sami.docx
Sinan Sami.docxraaed5
 
Performance Analysis of Full Adder Based 2- Bit Comparator using Different De...
Performance Analysis of Full Adder Based 2- Bit Comparator using Different De...Performance Analysis of Full Adder Based 2- Bit Comparator using Different De...
Performance Analysis of Full Adder Based 2- Bit Comparator using Different De...IJEEE
 
An approach to design Flash Analog to Digital Converter for High Speed and Lo...
An approach to design Flash Analog to Digital Converter for High Speed and Lo...An approach to design Flash Analog to Digital Converter for High Speed and Lo...
An approach to design Flash Analog to Digital Converter for High Speed and Lo...VLSICS Design
 
Design and Implementation of 8 Bit Multiplier Using M.G.D.I. Technique
Design and Implementation of 8 Bit Multiplier Using M.G.D.I. TechniqueDesign and Implementation of 8 Bit Multiplier Using M.G.D.I. Technique
Design and Implementation of 8 Bit Multiplier Using M.G.D.I. TechniqueIJMER
 
A 12-Bit High Speed Analog To Digital Convertor Using μp 8085
A 12-Bit High Speed Analog To Digital Convertor Using μp 8085A 12-Bit High Speed Analog To Digital Convertor Using μp 8085
A 12-Bit High Speed Analog To Digital Convertor Using μp 8085IJERA Editor
 
Simulation of 3 bit Flash ADC in 0.18μmTechnology using NG SPICE Tool for Hig...
Simulation of 3 bit Flash ADC in 0.18μmTechnology using NG SPICE Tool for Hig...Simulation of 3 bit Flash ADC in 0.18μmTechnology using NG SPICE Tool for Hig...
Simulation of 3 bit Flash ADC in 0.18μmTechnology using NG SPICE Tool for Hig...ijsrd.com
 
Power Optimized Transmitter for Future Switched Network
Power Optimized Transmitter for Future Switched NetworkPower Optimized Transmitter for Future Switched Network
Power Optimized Transmitter for Future Switched NetworkIRJET Journal
 
Design of Low Power High Speed 4-Bit TIQ Based CMOS Flash ADC
Design of Low Power High Speed 4-Bit TIQ Based CMOS Flash ADCDesign of Low Power High Speed 4-Bit TIQ Based CMOS Flash ADC
Design of Low Power High Speed 4-Bit TIQ Based CMOS Flash ADCAman JanGra
 
A 130-NM CMOS 400 MHZ 8-Bit Low Power Binary Weighted Current Steering DAC
A 130-NM CMOS 400 MHZ 8-Bit Low Power Binary Weighted Current Steering DAC A 130-NM CMOS 400 MHZ 8-Bit Low Power Binary Weighted Current Steering DAC
A 130-NM CMOS 400 MHZ 8-Bit Low Power Binary Weighted Current Steering DAC ijcisjournal
 
A 8-bit high speed ADC using Intel μP 8085
A 8-bit high speed ADC using Intel μP 8085A 8-bit high speed ADC using Intel μP 8085
A 8-bit high speed ADC using Intel μP 8085IJERD Editor
 
Final Year Report (6bits DACs)
Final Year Report (6bits DACs)Final Year Report (6bits DACs)
Final Year Report (6bits DACs)Siang Wei Lee
 
M.TECH IEEE.Technical seminar paper for Vlsi design and embedded systems.
M.TECH IEEE.Technical seminar paper for Vlsi design and embedded systems.M.TECH IEEE.Technical seminar paper for Vlsi design and embedded systems.
M.TECH IEEE.Technical seminar paper for Vlsi design and embedded systems.Suchitra goudar
 
Design and implementation of 4-bit binary weighted current steering DAC
Design and implementation of 4-bit binary weighted current steering DAC Design and implementation of 4-bit binary weighted current steering DAC
Design and implementation of 4-bit binary weighted current steering DAC IJECEIAES
 
Lte in bullets, uplink link budgets
Lte in bullets,  uplink link budgetsLte in bullets,  uplink link budgets
Lte in bullets, uplink link budgetsAndika Tanjung
 

Similar to 6-bit 1-MSB PBTN Current Steering DAC with Low Glitch (20)

Sinan Sami.docx
Sinan Sami.docxSinan Sami.docx
Sinan Sami.docx
 
Performance Analysis of Full Adder Based 2- Bit Comparator using Different De...
Performance Analysis of Full Adder Based 2- Bit Comparator using Different De...Performance Analysis of Full Adder Based 2- Bit Comparator using Different De...
Performance Analysis of Full Adder Based 2- Bit Comparator using Different De...
 
Id21
Id21Id21
Id21
 
An approach to design Flash Analog to Digital Converter for High Speed and Lo...
An approach to design Flash Analog to Digital Converter for High Speed and Lo...An approach to design Flash Analog to Digital Converter for High Speed and Lo...
An approach to design Flash Analog to Digital Converter for High Speed and Lo...
 
Design and Implementation of 8 Bit Multiplier Using M.G.D.I. Technique
Design and Implementation of 8 Bit Multiplier Using M.G.D.I. TechniqueDesign and Implementation of 8 Bit Multiplier Using M.G.D.I. Technique
Design and Implementation of 8 Bit Multiplier Using M.G.D.I. Technique
 
A 12-Bit High Speed Analog To Digital Convertor Using μp 8085
A 12-Bit High Speed Analog To Digital Convertor Using μp 8085A 12-Bit High Speed Analog To Digital Convertor Using μp 8085
A 12-Bit High Speed Analog To Digital Convertor Using μp 8085
 
Simulation of 3 bit Flash ADC in 0.18μmTechnology using NG SPICE Tool for Hig...
Simulation of 3 bit Flash ADC in 0.18μmTechnology using NG SPICE Tool for Hig...Simulation of 3 bit Flash ADC in 0.18μmTechnology using NG SPICE Tool for Hig...
Simulation of 3 bit Flash ADC in 0.18μmTechnology using NG SPICE Tool for Hig...
 
Power Optimized Transmitter for Future Switched Network
Power Optimized Transmitter for Future Switched NetworkPower Optimized Transmitter for Future Switched Network
Power Optimized Transmitter for Future Switched Network
 
Design of Low Power High Speed 4-Bit TIQ Based CMOS Flash ADC
Design of Low Power High Speed 4-Bit TIQ Based CMOS Flash ADCDesign of Low Power High Speed 4-Bit TIQ Based CMOS Flash ADC
Design of Low Power High Speed 4-Bit TIQ Based CMOS Flash ADC
 
C211324
C211324C211324
C211324
 
A 130-NM CMOS 400 MHZ 8-Bit Low Power Binary Weighted Current Steering DAC
A 130-NM CMOS 400 MHZ 8-Bit Low Power Binary Weighted Current Steering DAC A 130-NM CMOS 400 MHZ 8-Bit Low Power Binary Weighted Current Steering DAC
A 130-NM CMOS 400 MHZ 8-Bit Low Power Binary Weighted Current Steering DAC
 
D41022328
D41022328D41022328
D41022328
 
A 8-bit high speed ADC using Intel μP 8085
A 8-bit high speed ADC using Intel μP 8085A 8-bit high speed ADC using Intel μP 8085
A 8-bit high speed ADC using Intel μP 8085
 
Final Year Report (6bits DACs)
Final Year Report (6bits DACs)Final Year Report (6bits DACs)
Final Year Report (6bits DACs)
 
Ijecet 06 09_011
Ijecet 06 09_011Ijecet 06 09_011
Ijecet 06 09_011
 
Er34881886
Er34881886Er34881886
Er34881886
 
M.TECH IEEE.Technical seminar paper for Vlsi design and embedded systems.
M.TECH IEEE.Technical seminar paper for Vlsi design and embedded systems.M.TECH IEEE.Technical seminar paper for Vlsi design and embedded systems.
M.TECH IEEE.Technical seminar paper for Vlsi design and embedded systems.
 
Design and implementation of 4-bit binary weighted current steering DAC
Design and implementation of 4-bit binary weighted current steering DAC Design and implementation of 4-bit binary weighted current steering DAC
Design and implementation of 4-bit binary weighted current steering DAC
 
D5242023
D5242023D5242023
D5242023
 
Lte in bullets, uplink link budgets
Lte in bullets,  uplink link budgetsLte in bullets,  uplink link budgets
Lte in bullets, uplink link budgets
 

More from nooriasukmaningtyas

A deep learning approach based on stochastic gradient descent and least absol...
A deep learning approach based on stochastic gradient descent and least absol...A deep learning approach based on stochastic gradient descent and least absol...
A deep learning approach based on stochastic gradient descent and least absol...nooriasukmaningtyas
 
Automated breast cancer detection system from breast mammogram using deep neu...
Automated breast cancer detection system from breast mammogram using deep neu...Automated breast cancer detection system from breast mammogram using deep neu...
Automated breast cancer detection system from breast mammogram using deep neu...nooriasukmaningtyas
 
Max stable set problem to found the initial centroids in clustering problem
Max stable set problem to found the initial centroids in clustering problemMax stable set problem to found the initial centroids in clustering problem
Max stable set problem to found the initial centroids in clustering problemnooriasukmaningtyas
 
Intelligent aquaculture system for pisciculture simulation using deep learnin...
Intelligent aquaculture system for pisciculture simulation using deep learnin...Intelligent aquaculture system for pisciculture simulation using deep learnin...
Intelligent aquaculture system for pisciculture simulation using deep learnin...nooriasukmaningtyas
 
Effective task scheduling algorithm in cloud computing with quality of servic...
Effective task scheduling algorithm in cloud computing with quality of servic...Effective task scheduling algorithm in cloud computing with quality of servic...
Effective task scheduling algorithm in cloud computing with quality of servic...nooriasukmaningtyas
 
Fixed point theorem between cone metric space and quasi-cone metric space
Fixed point theorem between cone metric space and quasi-cone metric spaceFixed point theorem between cone metric space and quasi-cone metric space
Fixed point theorem between cone metric space and quasi-cone metric spacenooriasukmaningtyas
 
Design of an environmental management information system for the Universidad ...
Design of an environmental management information system for the Universidad ...Design of an environmental management information system for the Universidad ...
Design of an environmental management information system for the Universidad ...nooriasukmaningtyas
 
K-NN supervised learning algorithm in the predictive analysis of the quality ...
K-NN supervised learning algorithm in the predictive analysis of the quality ...K-NN supervised learning algorithm in the predictive analysis of the quality ...
K-NN supervised learning algorithm in the predictive analysis of the quality ...nooriasukmaningtyas
 
Systematic literature review on university website quality
Systematic literature review on university website qualitySystematic literature review on university website quality
Systematic literature review on university website qualitynooriasukmaningtyas
 
An intelligent irrigation system based on internet of things (IoT) to minimiz...
An intelligent irrigation system based on internet of things (IoT) to minimiz...An intelligent irrigation system based on internet of things (IoT) to minimiz...
An intelligent irrigation system based on internet of things (IoT) to minimiz...nooriasukmaningtyas
 
Enhancement of observability using Kubernetes operator
Enhancement of observability using Kubernetes operatorEnhancement of observability using Kubernetes operator
Enhancement of observability using Kubernetes operatornooriasukmaningtyas
 
Customer churn analysis using XGBoosted decision trees
Customer churn analysis using XGBoosted decision treesCustomer churn analysis using XGBoosted decision trees
Customer churn analysis using XGBoosted decision treesnooriasukmaningtyas
 
Smart solution for reducing COVID-19 risk using internet of things
Smart solution for reducing COVID-19 risk using internet of thingsSmart solution for reducing COVID-19 risk using internet of things
Smart solution for reducing COVID-19 risk using internet of thingsnooriasukmaningtyas
 
Development of computer-based learning system for learning behavior analytics
Development of computer-based learning system for learning behavior analyticsDevelopment of computer-based learning system for learning behavior analytics
Development of computer-based learning system for learning behavior analyticsnooriasukmaningtyas
 
Efficiency of hybrid algorithm for COVID-19 online screening test based on it...
Efficiency of hybrid algorithm for COVID-19 online screening test based on it...Efficiency of hybrid algorithm for COVID-19 online screening test based on it...
Efficiency of hybrid algorithm for COVID-19 online screening test based on it...nooriasukmaningtyas
 
Comparative study of low power wide area network based on internet of things ...
Comparative study of low power wide area network based on internet of things ...Comparative study of low power wide area network based on internet of things ...
Comparative study of low power wide area network based on internet of things ...nooriasukmaningtyas
 
Fog attenuation penalty analysis in terrestrial optical wireless communicatio...
Fog attenuation penalty analysis in terrestrial optical wireless communicatio...Fog attenuation penalty analysis in terrestrial optical wireless communicatio...
Fog attenuation penalty analysis in terrestrial optical wireless communicatio...nooriasukmaningtyas
 
An approach for slow distributed denial of service attack detection and allev...
An approach for slow distributed denial of service attack detection and allev...An approach for slow distributed denial of service attack detection and allev...
An approach for slow distributed denial of service attack detection and allev...nooriasukmaningtyas
 
Design and simulation double Ku-band Vivaldi antenna
Design and simulation double Ku-band Vivaldi antennaDesign and simulation double Ku-band Vivaldi antenna
Design and simulation double Ku-band Vivaldi antennanooriasukmaningtyas
 
Coverage enhancements of vehicles users using mobile stations at 5G cellular ...
Coverage enhancements of vehicles users using mobile stations at 5G cellular ...Coverage enhancements of vehicles users using mobile stations at 5G cellular ...
Coverage enhancements of vehicles users using mobile stations at 5G cellular ...nooriasukmaningtyas
 

More from nooriasukmaningtyas (20)

A deep learning approach based on stochastic gradient descent and least absol...
A deep learning approach based on stochastic gradient descent and least absol...A deep learning approach based on stochastic gradient descent and least absol...
A deep learning approach based on stochastic gradient descent and least absol...
 
Automated breast cancer detection system from breast mammogram using deep neu...
Automated breast cancer detection system from breast mammogram using deep neu...Automated breast cancer detection system from breast mammogram using deep neu...
Automated breast cancer detection system from breast mammogram using deep neu...
 
Max stable set problem to found the initial centroids in clustering problem
Max stable set problem to found the initial centroids in clustering problemMax stable set problem to found the initial centroids in clustering problem
Max stable set problem to found the initial centroids in clustering problem
 
Intelligent aquaculture system for pisciculture simulation using deep learnin...
Intelligent aquaculture system for pisciculture simulation using deep learnin...Intelligent aquaculture system for pisciculture simulation using deep learnin...
Intelligent aquaculture system for pisciculture simulation using deep learnin...
 
Effective task scheduling algorithm in cloud computing with quality of servic...
Effective task scheduling algorithm in cloud computing with quality of servic...Effective task scheduling algorithm in cloud computing with quality of servic...
Effective task scheduling algorithm in cloud computing with quality of servic...
 
Fixed point theorem between cone metric space and quasi-cone metric space
Fixed point theorem between cone metric space and quasi-cone metric spaceFixed point theorem between cone metric space and quasi-cone metric space
Fixed point theorem between cone metric space and quasi-cone metric space
 
Design of an environmental management information system for the Universidad ...
Design of an environmental management information system for the Universidad ...Design of an environmental management information system for the Universidad ...
Design of an environmental management information system for the Universidad ...
 
K-NN supervised learning algorithm in the predictive analysis of the quality ...
K-NN supervised learning algorithm in the predictive analysis of the quality ...K-NN supervised learning algorithm in the predictive analysis of the quality ...
K-NN supervised learning algorithm in the predictive analysis of the quality ...
 
Systematic literature review on university website quality
Systematic literature review on university website qualitySystematic literature review on university website quality
Systematic literature review on university website quality
 
An intelligent irrigation system based on internet of things (IoT) to minimiz...
An intelligent irrigation system based on internet of things (IoT) to minimiz...An intelligent irrigation system based on internet of things (IoT) to minimiz...
An intelligent irrigation system based on internet of things (IoT) to minimiz...
 
Enhancement of observability using Kubernetes operator
Enhancement of observability using Kubernetes operatorEnhancement of observability using Kubernetes operator
Enhancement of observability using Kubernetes operator
 
Customer churn analysis using XGBoosted decision trees
Customer churn analysis using XGBoosted decision treesCustomer churn analysis using XGBoosted decision trees
Customer churn analysis using XGBoosted decision trees
 
Smart solution for reducing COVID-19 risk using internet of things
Smart solution for reducing COVID-19 risk using internet of thingsSmart solution for reducing COVID-19 risk using internet of things
Smart solution for reducing COVID-19 risk using internet of things
 
Development of computer-based learning system for learning behavior analytics
Development of computer-based learning system for learning behavior analyticsDevelopment of computer-based learning system for learning behavior analytics
Development of computer-based learning system for learning behavior analytics
 
Efficiency of hybrid algorithm for COVID-19 online screening test based on it...
Efficiency of hybrid algorithm for COVID-19 online screening test based on it...Efficiency of hybrid algorithm for COVID-19 online screening test based on it...
Efficiency of hybrid algorithm for COVID-19 online screening test based on it...
 
Comparative study of low power wide area network based on internet of things ...
Comparative study of low power wide area network based on internet of things ...Comparative study of low power wide area network based on internet of things ...
Comparative study of low power wide area network based on internet of things ...
 
Fog attenuation penalty analysis in terrestrial optical wireless communicatio...
Fog attenuation penalty analysis in terrestrial optical wireless communicatio...Fog attenuation penalty analysis in terrestrial optical wireless communicatio...
Fog attenuation penalty analysis in terrestrial optical wireless communicatio...
 
An approach for slow distributed denial of service attack detection and allev...
An approach for slow distributed denial of service attack detection and allev...An approach for slow distributed denial of service attack detection and allev...
An approach for slow distributed denial of service attack detection and allev...
 
Design and simulation double Ku-band Vivaldi antenna
Design and simulation double Ku-band Vivaldi antennaDesign and simulation double Ku-band Vivaldi antenna
Design and simulation double Ku-band Vivaldi antenna
 
Coverage enhancements of vehicles users using mobile stations at 5G cellular ...
Coverage enhancements of vehicles users using mobile stations at 5G cellular ...Coverage enhancements of vehicles users using mobile stations at 5G cellular ...
Coverage enhancements of vehicles users using mobile stations at 5G cellular ...
 

Recently uploaded

VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130Suhani Kapoor
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSSIVASHANKAR N
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINESIVASHANKAR N
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...ranjana rawat
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Dr.Costas Sachpazis
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Christo Ananth
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxAsutosh Ranjan
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )Tsuyoshi Horigome
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxupamatechverse
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingrakeshbaidya232001
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...ranjana rawat
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdfankushspencer015
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...ranjana rawat
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Call Girls in Nagpur High Profile
 

Recently uploaded (20)

VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptx
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptx
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writing
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdf
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
 

6-bit 1-MSB PBTN Current Steering DAC with Low Glitch

  • 1. Indonesian Journal of Electrical Engineering and Computer Science Vol. 5, No. 3, March 2017, pp. 643 ~ 649 DOI: 10.11591/ijeecs.v5.i3.pp643-649  643 Received December 1, 2016; Revised February 3, 2017; Accepted February 21, 2017 Current Steering Digital Analog Converter with Partial Binary Tree Network (PBTN) Mohd Tafir Mustaffa*, Yong Cheng Lim, Choon Yan Teh School of Electrical and Electronic Engineering, Universiti Sains Malaysia, Engineering Campus, 14300, Nibong Tebal, Pulau Pinang, Malaysia, telp (045996006)/fax (045996909) *Corresponding author, e-mail: tafir@usm.my Abstract DACs are essential devices in many digital systems which require high performance data converters. Thus, shrinking of supply voltage, budget constraints of test times, and rising bandwidth requirement causing DAC architectures to highly relying on matched components to perform data conversions. However, matched components are nearly impossible to fabricate; there are always mismatch errors which causes the difference between the designed and actual component value. Dynamic Element Matching (DEM) is one of the techniques that are commonly used to reduce component mismatch error. This technique is a randomization technique to select one of the appropriate codes for each of the digital input value before entering DAC block. Thus, in this research, a new DEM algorithm is proposed on Current-Steering DAC with Partial Binary Tree Network (PBTN) algorithm that utilizes a lower complexity circuit to produce output signals with less glitch. Simulation results for 6-bit 1-MSB PBTN DAC produces 0.3184LSB of DNL, 0.0062LSB of INL, and a power consumption of 14.13 mW, while using only 126 transmission gates. Keywords: Partial Binary Tree Network, Current Steering DAC, Differential Non-Linearity, Integral Non- Linearity Copyright © 2017 Institute of Advanced Engineering and Science. All rights reserved. 1. Introduction DAC (Digital to Analog Converter) is an important element in many digital systems which require data converters with high performances from digital form to analog form. DAC rely on matched components to perform data conversion. However, matched components are very difficult or nearly impossible to realize on silicon since mismatch errors always exist in real implementation. Several techniques were applied to reduce or eliminate the effect of component mismatch errors such as enlarge the devices, digital calibration, self-calibration, error- averaging or dynamic element matching [1, 2]. Dynamic Element Matching (DEM) is one of the techniques applied in DAC to reduce component mismatch error. This technique is a randomization technique that randomly selects one of the codes for each of the digital input before entering DAC block. By using this technique, the time average of equivalent component at each component position are equal or nearly equal, which reduces the effect of component differences in the circuits. DEM capable of transforming the imperfection of each 1 bit DAC into broadband noise by randomizing the position of each DAC and sum up the result so that the effect of mismatch error is averaged [3]. The connection of DEM DAC is shown in Figure 1. The results of each 1 bit DAC will be summed to yield the desired output value of DAC. Figure 1. Structure of DEM DAC [3]
  • 2.  ISSN: 2502-4752 IJEECS Vol. 5, No. 3, March 2017 : 643 – 649 644 However, the limitation of this technique is that DAC will suffer from excessive digital hardware complexity. A complicated encoding is usually necessary for conventional DEM encoders which will lead to many switch transitions happen at the same time resulting glitches in the output signal. Hence, Partial Binary Tree Network (PBTN), a new DEM algorithm to Current-Steering DAC is proposed in this paper to overcome glitches transition with low complexity. PBTN is an algorithm that utilizes the advantage of Binary Tree Network (BTN) with less hardware complexity by using much lower transmission gates compared to BTN [4]. 1-MSB PBTN is implemented to do full random switching in 1-bit MSB while other layers of LSBs are performing partial randomization due to less effect on scrambling of DAC noise. 2. Design Methodology This section consists of three subsections that explain the design of 6-bit DEM PBTN DAC which are presented in Subsections 2.1, 2.2 and 2.3. A hardware complexity comparison between FRDEM, GCN equivalent, BTN and PBTN with 1-MSB randomization is briefly explained in Subsection 2.1. In Subsection 2.2, the propsed design of 1-MSB PBTN is presented. The Subsection 2.3 will present the final design of the 6-bit PBTN DAC. 2.1. Types of DEM Technique Table 1 below shows the number of transmission gates required for different DEM technique for B bits of DEM DACs [4]. Thus, if 3-bit DAC is required, PBTN DAC will only need 14 transmission gates as opposed to i.e. BTN DAC that will require 32 transmission gates. Therefore, for simplicity of the explanation of the PBTN design, a 3-bit PBTN design will be discussed in detail instead of the 6-bit PBTN due to the complexity of the circuit. Table 1. Number of transmission used for different B bit DACs Type of DEM technique Number of Transmission Gate required for B Bit DAC FRDEM GCN BTN 1-MSB PBTN 2.2. Partial Binary Three Network Partial Binary Tree Network is a new DEM algorithm that combines the advantage of Binary Tree Network in [4], but with less hardware complexity compared to BTN. The PBTN method needs only 1-bit MSB undergo full random switching while other layers of LSBs are performing partial randomization due to less effect on scrambling of DAC noise. Figure 2 illustrates a 3-bit PBTN. In general, a B bit PBTN will require B layers, 1 control signal, and 2 B unit of DAC and with total number of (2 B+1 −2) transmission gates. For a 3-bit PBTN, it will consist of 3 layers, 1 control signal , 8 unit DAC elements and 14 transmission gates. For 1-MSB PBTN, it only requires one control signal, , a random bit sequence. This control signal will cause random unit DAC being activated per input signal x(b). For example, in Figure 2, if control signal is logical zero, input from MSB will be connected to four output lines , input from will connected to two output lines , and LSB will connected to 1 output line . If the given input is ‘101’, then only five output lines will be at logical one. If the control signal was logical one, number of activated output(s) remain the same, but the position of the activated output line will be changed. Based on Figure 2, 1-MSB PBTN is built using a transmission gate (shown in Figure 3), constructed by using one PMOS and one NMOS which is also known as the MOSFET switch to allow analog switch pass a signal level from the input to the output. Two extra MOSFETs, which are PM0 and NM0 were also included to realize the inverted ‘Sel’ input at the PM1.
  • 3. IJEECS ISSN: 2502-4752  Current Steering Digital Analog Converter with Partial Binary Tree… (Mohd Tafir Mustaffa) 645 Figure 2. 3-bit 1-MSB PBTN Figure 3. Transmission Gate Design Figure 4. 4-bit 1-MSB PBTN built by using two 3-bit PBTN circuit blocks
  • 4.  ISSN: 2502-4752 IJEECS Vol. 5, No. 3, March 2017 : 643 – 649 646 Figure 5. 4-bit 1-MSB PBTN DAC circuit After 3-bit PBTN is established, 4-bit PBTN can be built by connecting two blocks of 3 bit 1-MSB PBTN. First three bits of binary code input were connected to two blocks of 3-bit 1- MSB PBTN. LSB X0 of the input bit were connected to two extra transmission gates, and its output were connected to output line t3 and t7 as shown in Figure 4. This circuit is later extended to build the 6-bit PBTN DAC. Figure 5 shows the block diagram of the 4-bit PBTN DAC. 2.3. 6-bit PBTN Current Steering DAC Current Steering DAC is built based on the architecture as in Figure 6 [5]. Current Steering DAC was chosen in this research because it has constant output impedance and high conversion rate compared to other DACs. Thus, current steering DAC can handle high frequency signal used in today’s technology which used boards based on 10 GHz application. In this research, to build an n-bit current steering DAC, current sources were needed. The input digital code is in the form of binary code that will be translated into thermometer code by the PBTN circuit, then the required current sources will be activated randomly. Figure 6. Current steering DAC [5] Figure 7 shows the switchable current source circuit used to build the DAC. Each of the switchable current cell is made up of 1 pair of PMOS and 1 pair of NMOS transistors which work as cascaded current mirror, self-biased circuit and a switch. In a current cell, switching signals need to be properly matched to improve the glitch performance. The drain of NM0 and PM3 are connected to the gate which acts as a diode. When NM0 and PM3 are operating at saturation region the current obtained is: (1)
  • 5. IJEECS ISSN: 2502-4752  Current Steering Digital Analog Converter with Partial Binary Tree… (Mohd Tafir Mustaffa) 647 Figure 7. Switchable current source In Figure 8, a 6-Bit PBTN-DEM current steering DAC was built by using 64 relatively simple switchable current sources (from Figure 7), connected to a 6-bit PBTN circuit (built based on the architecture as discussed in Subsection 2.2). The current sources would be activated randomly per input codes from PBTN block. The current will have summed up at the output resistor to produce the required output voltage. For full scale output voltage from binary code ‘111111’, 63 blocks of switchable current sources would be turned ‘ON’ and the remaining 1 current source will be remaining ‘OFF’ as a dummy block. Each of the current source forms a block of DAC which produce 20 μA current. The currents from 63 blocks will sum up and produce potential difference across output resistor as per required. In this research, the output voltage is designed to be around 1 V. Hence, 250- ohm resistor was used as an output resistor and the current 20 μA is amplified by a factor of 3.125. From Ohm’s Law, (2) Figure 8. 1-MSB 6-Bit PBTN DAC 3. Results and Analysis This section provides the results and discussion of the 1-MSB 6-Bit PBTN DAC. The digital input signal used for the simulation were varied from ‘000000’ to ‘111111’ with an update rate of 1 kHz. Simulation result for 6-bit 1-MSB PBTN DAC is shown in Figure 9. It can be observed that the output has negligible offset error of 677.5 μV. Highest glitch in the simulation result is 407.9 mV, which happened when digital inputs transition from ‘011111’ to ‘100000’. This is caused by MSB transition from 0 to 1 and all LSBs which undergo transition from 1 to 0.
  • 6.  ISSN: 2502-4752 IJEECS Vol. 5, No. 3, March 2017 : 643 – 649 648 Figure 9. Simulation result of 6-Bit 1-MSB PBTN Based on the data extracted from Figure 9, the results for the INL and DNL were calculated and tabulated in Table 2. The result for the power consumption is also presented for comparison with another works. Table 2. Comparison with existing current steering DAC This Work [6] [7] [8] DEM Architecture Partial Binary Tree Network (1MSB) Not used Binary Tree Structure Random Hybrid Architecture Technology 0.13 μm CMOS 0.18 μm CMOS 90 nm CMOS 0.35μm CMOS Resolution 6-bit 6-bit 6-bit 6-bit DNL error (LSB) 0.3184 0.06 0.26 0.04 INL error (LSB) 0.0062 0.1142 0.45 2.32 Number of transmission gate 126 Not used 2542 Not used Power consumption 14.13mW 944.64uW - 165mW From Table 2, it can be observed that DNL error of this work has no advantages over existing designs in [6-8]. However, this work has a good INL rating of about 0.0062LSB which is much lower than the existing designs. Number of transmission gates used in this work also lower than existing work [7], which achieved 95% reduction. Power consumption of this work is about 91% lower than design using hybrid architecture [8], but it uses more power than [6]. However, designs in [6] and [8] are not based on DEM architecture. 4. Conclusion The aim of this research was to introduce a new algorithm for Dynamic Element Matching Current Steering DAC with Partial Binary Tree Network. From our research, though the conventional Binary Tree Network Dynamic Element Matching DAC had a decent performance, however it comes with high hardware complexity. But, the proposed algorithm, PBTN solves this limitation by reducing the hardware complexity to a significant level. Simulation result show that novel PBTN had the same performance with existing algorithm. To proof the concept of the proposed algorithm, a 6-bit Current Steering DAC with PBTN-DEM of 1- MSB randomization was implemented using 0.13 μm Silterra CMOS process. The PBTN-DEM DAC has been successfully designed which result of DNL error 0.3184LSB and INL error of 0.062LSB. The proposed PBTN DEM also had a power consumption of around 14 mW.
  • 7. IJEECS ISSN: 2502-4752  Current Steering Digital Analog Converter with Partial Binary Tree… (Mohd Tafir Mustaffa) 649 Acknowledgements Special thanks to Universiti Sains Malaysia for providing fund under the ERGS Grant (203/PELECT/6730112) to support this work. References [1] Gregoire BR, Moon UK. Reducing the Effects of Components Mismatch by Using releative Size Information. IEEE International Symposium on Circuits and Systems (ISCAS). Seattle. 2008: 512- 515. [2] Sanyal A, Sun N. Dynamic element matching techniques for static and dynamic errors in continuous- time multi-bit modultators. IEEE J. Emerg. Sel. Top. Circuits Syst. 2015; 5(4): 598-611. [3] Shen MH, Tsai JH, Huang PC. Random Swapping Dynamic Element Matching Technique for Glitch Energy Minimization in Current-Steering DAC. IEEE Transactions on Circuits and Systems II: Express Briefs. 2010; 57(5): 369-373. [4] Bruce JW, Stubberud P. Generalized Cube Networks for Implementing Dynamic Element Matching Digital-to-Analog Converters. 41st Midwest Symposium on Circuits and Systems. Notre Dame. 1998: 522-525. [5] Myderrizi I, Zeki A. Current-Steering Digital-to-Analog Converters: Functional Specifications, Design Basics, and Behavioral Modeling. Antennas and Propagation Magazine, IEEE. 2010; 52: 197-208. [6] Chakir M, Akhamal H, Qjidaa H. A low power 6-bit current-steering DAC in 0.18-μm CMOS process. Intelligent Systems and Computer Vision (ISCV). Fez. 2015: 1-5. [7] Guo G, Wang Y, Su W, Jia S, Zhang G, Zhang X. Binary tree structure random Dynamic Element Matching technique in current-steering DACs. IEEE 11 th International Conference on Solid-State and Integrated Circuit Technology (ICSICT). Xi’an. 2012: 1-3. [8] Narayanan A, Bengtsson M, Ragavan R, Duong QT. A 0.35 μm CMOS 6-bit Current Steering DAC. European Conference on Circuit Theory and Design (ECCTD). Dresden. 2013: 1-4.