Analog Circuit Test. Analog circuits Analog circuit test methods Specification-based testing Direct measurement DSP-based testing

Size: px
Start display at page:

Download "Analog Circuit Test. Analog circuits Analog circuit test methods Specification-based testing Direct measurement DSP-based testing"

Transcription

1 Analog Circuit Test Analog circuits Analog circuit test methods Specification-based testing Direct measurement DSP-based testing Fault model based testing IEEE analog test bus standard Summary References 1

2 Analog Circuits Operational amplifier (analog) Programmable gain amplifier (mixed-signal) Filters, active and passive (analog) Comparator (mixed-signal) Voltage regulator (analog or mixed-signal) Analog mixer (analog) Analog switches (analog) Analog to digital converter (mixed-signal) Digital to analog converter (mixed-signal) Phase locked loop (PLL) (mixed-signal) 2

3 Test Parameters DC AC Continuity Leakage current Reference voltage Impedance Gain Power supply sensitivity, common mode rejection Gain frequency and phase response Distortion harmonic, intermodulation, nonlinearity, crosstalk Noise SNR, noise figure 3

4 Analog Test (Traditional) ~ Filter DC RMS DC ETC. Stimulus Analog device under test (DUT) Response PEAK ETC. Copyright 25, Agrawal & Bushnell VLSI Test: Lecture 16alt 4

5 DSP-Based Mixed-Signal Test Synthesizer RAM D/A Send memory Analog Digital Mixed-signal device under test (DUT) Analog Digital Digitizer A/D Receive memory RAM Synchronization Vectors Digital signal processor (DSP) Vectors M. Mahoney, DSP-Based Testing of Analog and Mixed-Signal Circuits, Los Alamitos, California: IEEE Computer Society Press, 1987, pp Copyright 25, Agrawal & Bushnell VLSI Test: Lecture 16alt 5

6 Waveform Synthesizer 1987 IEEE Copyright 25, Agrawal & Bushnell VLSI Test: Lecture 16alt 6

7 Waveform Digitizer 1987 IEEE Copyright 25, Agrawal & Bushnell VLSI Test: Lecture 16alt 7

8 Example: Circuit Specification Key Performance Specifications: TLC7524C 8-bit Multiplying Digital-to-Analog Converter Resolution Linearity error Power dissipation at V DD = 5 V Settling time Propagation delay time 8 Bits ½ LSB Max 5 mw Max 1 ns Max 8 ns Max M. Burns and G. W. Roberts, An Introduction to Mixed-Signal IC Test and Measurement, New York: Oxford University Press, 21, pp Copyright 25, Agrawal & Bushnell VLSI Test: Lecture 16alt 8

9 Voltage Mode Operation R R R V O Analog Output Voltage 2R 2R 2R 2R 2R R V I R FB Fixed Input Voltage OUT1 OUT2 CS WR DB7 (MSB) Data Latches DB6 DB5 DB (LSB) Digital data Input GND V O = V I (D/256) VDD = 5 V OUT1 = 2.5 V OUT2 = GND Copyright 25, Agrawal & Bushnell VLSI Test: Lecture 16alt 9

10 Operational/Timing Spec. Parameter Test conditions For VDD = 5 V Linearity error Gain error Settling time to ½ LSB Prop. Delay, digital input to 9% final output current CS WR DB-DB7 Measured using the internal feedback resistor. Normal full scale range (FSR) = Vref 1 LSB OUT1 load = 1 Ω, Cext = 13 pf, etc. t su (CS) 4 ns t w (WR) 4 ns t su (D) 25 ns ±.5 LSB ±2.5 LSB 1 ns 8 ns t h (CS) ns t h (D) 1 ns Copyright 25, Agrawal & Bushnell VLSI Test: Lecture 16alt 1

11 Operating Range Spec. Supply voltage, V DD Digital input voltage range Reference voltage, V ref Peak digital input current -.3 V to 16.5 V -.3 V to V DD +.3 V ±25 V 1μA Operating temperature -25ºC to 85ºC Storage temperature -65ºC to 15ºC Case temperature for 1 s 26ºC Copyright 25, Agrawal & Bushnell VLSI Test: Lecture 16alt 11

12 Test Plan: Hardware Setup +Full-scale code D7-D DACOUT V o 2.5 V + - V I R LOAD 1 kω VM + V out - Copyright 25, Agrawal & Bushnell VLSI Test: Lecture 16alt 12

13 Test Program Pseudocode dac_full_scale_voltage() { set VI1 = 2.5 V; /* Set the DAC voltage reference to 2.5 V */ start digital pattern = dac_full_scale ; /* Set DAC output to +full scale (2.5 V) */ connect meter: DAC_OUT /* Connect voltmeter to DAC output */ fsout = read_meter(), /* Read voltage level at DAC_OUT pin */ test fsout; /* Compare the DAC full scale output to data sheet limit */ } Copyright 25, Agrawal & Bushnell VLSI Test: Lecture 16alt 13

14 Analog Fault Models Op Amp Low-pass filter amplifier High-pass filter A 1 First stage gain R 2 / R 1 A 2 High-pass filter gain R 3 and C 1 f C1 High-pass filter cutoff frequency C 1 A 3 Low-pass AC voltage gain R 4, R 5 and C 2 A 4 Low-pass DC voltage gain R 4 and R 5 f C2 Low-pass filter cutoff frequency C 2 Copyright 25, Agrawal & Bushnell VLSI Test: Lecture 16alt 14

15 Bipartite Graph of Circuit Minimum set of parameters to be observed Copyright 25, Agrawal & Bushnell VLSI Test: Lecture 16alt 15

16 Method of ATPG Using Sensitivities Compute analog circuit sensitivities Construct analog circuit bipartite graph From graph, find which output parameters (performances) to measure to guarantee maximal coverage of parametric faults Determine which output parameters are most sensitive to faults Evaluate test quality, add test points to complete the analog fault coverage N. B. Hamida and B. Kaminska, Analog Circuit Testing Based on Sensitivity Computation and New Circuit Modeling, Proc. ITC, Copyright 25, Agrawal & Bushnell VLSI Test: Lecture 16alt 16

17 Sensitivity Differential (small element variation): T j x i T j ΔT j / T j S = T = j x i Δx i / x i Δ x i x i Incremental (large element variation): T j ρ = x i x i T j ΔT j Δx i T j performance parameter x i network element Copyright 25, Agrawal & Bushnell VLSI Test: Lecture 16alt 17

18 Incremental Sensitivity Matrix of Circuit A 1 A 2 fc 1 A 3 A 4 fc 2 R 1 R 2 C 1 R 3 R 4 R 5 C 2 Copyright 25, Agrawal & Bushnell VLSI Test: Lecture 16alt 18

19 Tolerance Box: Single- Parameter Variation A 1 A 2 A 4 ΔR 1 5% 15.98% R 1 ΔR 2 5% 14.1% R 2 ΔR 3 5% 2.27% R 3 ΔC 1 5% 11.6% C 1 ΔR 4 5% 15.% R 4 5% ΔR 5 15.% R 5 C 2 Copyright 25, Agrawal & Bushnell VLSI Test: Lecture 16alt 19 f C1 f C2 A 3 ΔR 3 5% 14.81% R 3 ΔC 1 5% 15.2% C 1 ΔR 5 5% 14.65% R 5 ΔC 2 5% 13.96% C 2 ΔR 4 5% 15.% R 4 ΔR 5 5% 35.% R 5 ΔC 2 5% 35.%

20 Weighted Bipartite Graph Five tests provide most sensitive measurement of all components Copyright 25, Agrawal & Bushnell VLSI Test: Lecture 16alt 2

21 IEEE Standard Analog Test Bus (ATB) Copyright 25, Agrawal & Bushnell VLSI Test: Lecture 16alt 21

22 Test Bus Interface Circuit (TBIC) Copyright 25, Agrawal & Bushnell VLSI Test: Lecture 16alt 22

23 Analog Boundary Module (ABM) Copyright 25, Agrawal & Bushnell VLSI Test: Lecture 16alt 23

24 TBIC Switch Controls Copyright 25, Agrawal & Bushnell VLSI Test: Lecture 16alt 24

25 Digital/Analog Interfaces At any time, only 1 analog pin can be stimulated and only 1 analog pin can be read Copyright 25, Agrawal & Bushnell VLSI Test: Lecture 16alt 25

26 Summary DSP-based tester has: Waveform synthesizer Waveform digitizer High frequency clock with dividers for synchronization Analog test methods Specification-based functional testing Model-based analog testing Analog test bus allows static analog tests of mixedsignal devices Boundary scan is a prerequisite Copyright 25, Agrawal & Bushnell VLSI Test: Lecture 16alt 26

27 References: Analog & RF Test A. Afshar, Principles of Semiconductor Network Testing, Boston: Butterworth- Heinemann, M. Burns and G. Roberts, Introduction to Mixed-Signal IC Test and Measurement, New York: Oxford University Press, 2. M. L. Bushnell and V. D. Agrawal, Essentials of Electronic Testing for Digital, Memory and Mixed-Signal VLSI Circuits, Boston: Springer, 2. Chapters 1, 11 and 17. D. Gizopoulos, editor, Advances in Electronic Testing Challenges and Methodologies, Springer, 26. Chapters 9 and 1. J. L. Huertas, editor, Test and Design-for-Testability in Mixed-Signal Integrated Circuits, Boston: Springer, 24. P. Kabisatpathy, A Barua, and S. Sinha, Fault Diagnosis of Analog Integrated Circuits, Springer, 25. R. W. Liu, editor, Testing and Diagnosis of Analog Circuits and Systems, New York: Van Nostrand Reinhold, M. Mahoney, DSP-Based Testing of Analog and Mixed-Signal Circuits, Los Alamitos, California: IEEE Computer Society Press, A. Osseiran, Analog and Mixed-Signal Boundary Scan, Boston: Springer, T. Ozawa, editor, Analog Methods for Computer-Aided Circuit Analysis and Diagnosis, New York: Marcel Dekker, K. B. Schaub and J. Kelly, Production Testing of RF and System-on-a-Chip Devices for Wireless Communications, Boston: Artech House, 24. B. Vinnakota, editor, Analog and Mixed-Signal Test, Upper Saddle River, New Jersey: Prentice-Hall PTR, Copyright 25, Agrawal & Bushnell VLSI Test: Lecture 16alt 27

Serial Input 18-Bit Monolithic Audio DIGITAL-TO-ANALOG CONVERTER

Serial Input 18-Bit Monolithic Audio DIGITAL-TO-ANALOG CONVERTER Serial Input 8-Bit Monolithic Audio DIGITAL-TO-ANALOG CONVERTER FEATURES 8-BIT MONOLITHIC AUDIO D/A CONVERTER LOW MAX THD + N: 92dB Without External Adjust 00% PIN COMPATIBLE WITH INDUSTRY STD 6-BIT PCM56P

More information

7545B. 12-Bit Buffered Multiplying Digital to Analog Converter FEATURES: DESCRIPTION: 7545B BLOCK DIAGRAM

7545B. 12-Bit Buffered Multiplying Digital to Analog Converter FEATURES: DESCRIPTION: 7545B BLOCK DIAGRAM 12-Bit Buffered Multiplying FEATURES: BLOCK DIAGRAM DESCRIPTION: RAD-PAK patented shielding against natural space radiation Total dose hardness: - > 50 krad (Si), depending upon space mission Excellent

More information

Serial Input 18-Bit Monolithic Audio DIGITAL-TO-ANALOG CONVERTER

Serial Input 18-Bit Monolithic Audio DIGITAL-TO-ANALOG CONVERTER Serial Input 8-Bit Monolithic Audio DIGITAL-TO-ANALOG CONVERTER FEATURES 8-BIT MONOLITHIC AUDIO D/A CONVERTER LOW MAX THD + N: 92dB Without External Adjust 00% PIN COMPATIBLE WITH INDUSTRY STD 6-BIT PCM56P

More information

INTEGRATED CIRCUITS. AN109 Microprocessor-compatible DACs Dec

INTEGRATED CIRCUITS. AN109 Microprocessor-compatible DACs Dec INTEGRATED CIRCUITS 1988 Dec DAC products are designed to convert a digital code to an analog signal. Since a common source of digital signals is the data bus of a microprocessor, DAC circuits that are

More information

AD9772A - Functional Block Diagram

AD9772A - Functional Block Diagram F FEATURES single 3.0 V to 3.6 V supply 14-Bit DAC Resolution 160 MPS Input Data Rate 67.5 MHz Reconstruction Passband @ 160 MPS 74 dbc FDR @ 25 MHz 2 Interpolation Filter with High- or Low-Pass Response

More information

EVALUATION KIT AVAILABLE 10-Bit, Dual, Nonvolatile, Linear-Taper Digital Potentiometers TOP VIEW

EVALUATION KIT AVAILABLE 10-Bit, Dual, Nonvolatile, Linear-Taper Digital Potentiometers TOP VIEW 19-3562; Rev 2; 1/6 EVALUATION KIT AVAILABLE 1-Bit, Dual, Nonvolatile, Linear-Taper General Description The 1-bit (124-tap), dual, nonvolatile, linear-taper, programmable voltage-dividers and variable

More information

Current Output/Serial Input, 16-Bit DAC AD5543-EP

Current Output/Serial Input, 16-Bit DAC AD5543-EP Data Sheet Current Output/Serial Input, 16-Bit DAC FEATURES FUNCTIONAL BLOCK DIAGRAM 1/+2 LSB DNL ±3 LSB INL Low noise: 12 nv/ Hz Low power: IDD = 1 μa.5 μs settling time 4Q multiplying reference input

More information

Dual 256-Tap, Volatile, Low-Voltage Linear Taper Digital Potentiometers

Dual 256-Tap, Volatile, Low-Voltage Linear Taper Digital Potentiometers EVALUATION KIT AVAILABLE MAX5391/MAX5393 General Description The MAX5391/MAX5393 dual 256-tap, volatile, lowvoltage linear taper digital potentiometers offer three end-to-end resistance values of 1kΩ,

More information

CMOS 12-Bit Multiplying DIGITAL-TO-ANALOG CONVERTER Microprocessor Compatible

CMOS 12-Bit Multiplying DIGITAL-TO-ANALOG CONVERTER Microprocessor Compatible CMOS 12-Bit Multiplying DIGITAL-TO-ANALOG CONVERTER Microprocessor Compatible FEATURES FOUR-QUADRANT MULTIPLICATION LOW GAIN TC: 2ppm/ C typ MONOTONICITY GUARANTEED OVER TEMPERATURE SINGLE 5V TO 15V SUPPLY

More information

+2.7V to +5.5V, Low-Power, Triple, Parallel 8-Bit DAC with Rail-to-Rail Voltage Outputs

+2.7V to +5.5V, Low-Power, Triple, Parallel 8-Bit DAC with Rail-to-Rail Voltage Outputs 19-1560; Rev 1; 7/05 +2.7V to +5.5V, Low-Power, Triple, Parallel General Description The parallel-input, voltage-output, triple 8-bit digital-to-analog converter (DAC) operates from a single +2.7V to +5.5V

More information

8408 Quad 8-Bit Multiplying CMOS D/A Converter with Memory

8408 Quad 8-Bit Multiplying CMOS D/A Converter with Memory Quad 8-Bit Multiplying CMOS FEATURES: RAD-PAK patented shielding against natural space radiation Total dose hardness: - equal to 100 krad (Si), depending upon orbit and space mission Package: - 28 pin

More information

LC2 MOS Dual 12-Bit DACPORTs AD7237A/AD7247A

LC2 MOS Dual 12-Bit DACPORTs AD7237A/AD7247A a FEATURES Complete Dual 12-Bit DAC Comprising Two 12-Bit CMOS DACs On-Chip Voltage Reference Output Amplifiers Reference Buffer Amplifiers Improved AD7237/AD7247: 12 V to 15 V Operation Faster Interface

More information

TLC7528C, TLC7528E, TLC7528I DUAL 8-BIT MULTIPLYING DIGITAL-TO-ANALOG CONVERTERS

TLC7528C, TLC7528E, TLC7528I DUAL 8-BIT MULTIPLYING DIGITAL-TO-ANALOG CONVERTERS Easily Interfaced to Microprocessors On-Chip Data Latches Monotonic Over the Entire A/D Conversion ange Interchangeable With Analog Devices AD72 and PMI PM-72 Fast Control Signaling for Digital Signal

More information

TLC7524C, TLC7524E, TLC7524I 8-BIT MULTIPLYING DIGITAL-TO-ANALOG CONVERTERS

TLC7524C, TLC7524E, TLC7524I 8-BIT MULTIPLYING DIGITAL-TO-ANALOG CONVERTERS Easily Interfaced to Microprocessors On-Chip Data Latches Monotonic Over the Entire A/D Conversion ange Segmented High-Order Bits Ensure Low-Glitch Output Interchangeable With Analog Devices AD7524, PMI

More information

LC2 MOS Complete 12-Bit Multiplying DAC AD7845

LC2 MOS Complete 12-Bit Multiplying DAC AD7845 a FEATURES 12-Bit CMOS MDAC with Output Amplifier 4-Quadrant Multiplication Guaranteed Monotonic (T MIN to T MAX ) Space-Saving 0.3" DIPs and 24- or 28-Terminal Surface Mount Packages Application Resistors

More information

Tutorial 2 Test Techniques for RFIC and Embedded Passives

Tutorial 2 Test Techniques for RFIC and Embedded Passives Tutorial 2 Test Techniques for RFIC and Embedded Passives Bruce C. Kim, Ph.D. The University of Alabama, Tuscaloosa, U.S.A. 13 th Korea Test Conference, Seoul June 27, 2012 1 Outline Introduction to RF

More information

12-Bit, Low-Power, Dual, Voltage-Output DAC with Serial Interface

12-Bit, Low-Power, Dual, Voltage-Output DAC with Serial Interface 19-2124; Rev 2; 7/3 12-Bit, Low-Power, Dual, Voltage-Output General Description The dual,12-bit, low-power, buffered voltageoutput, digital-to-analog converter (DAC) is packaged in a space-saving 8-pin

More information

10-Bit µp-compatible D/A converter

10-Bit µp-compatible D/A converter DESCRIPTION The is a microprocessor-compatible monolithic 10-bit digital-to-analog converter subsystem. This device offers 10-bit resolution and ±0.1% accuracy and monotonicity guaranteed over full operating

More information

Dual, 256-Tap, Nonvolatile, SPI-Interface, Linear-Taper Digital Potentiometers MAX5487/MAX5488/ MAX5489. Benefits and Features

Dual, 256-Tap, Nonvolatile, SPI-Interface, Linear-Taper Digital Potentiometers MAX5487/MAX5488/ MAX5489. Benefits and Features EVALUATION KIT AVAILABLE MAX5487/MAX5488/ General Description The MAX5487/MAX5488/ dual, linear-taper, digital potentiometers function as mechanical potentiometers with a simple 3-wire SPI -compatible

More information

8-Bit, high-speed, µp-compatible A/D converter with track/hold function ADC0820

8-Bit, high-speed, µp-compatible A/D converter with track/hold function ADC0820 8-Bit, high-speed, µp-compatible A/D converter with DESCRIPTION By using a half-flash conversion technique, the 8-bit CMOS A/D offers a 1.5µs conversion time while dissipating a maximum 75mW of power.

More information

CMOS 8-Bit Buffered Multiplying DAC AD7524

CMOS 8-Bit Buffered Multiplying DAC AD7524 a FEATURES Microprocessor Compatible (6800, 8085, Z80, Etc.) TTL/ CMOS Compatible Inputs On-Chip Data Latches Endpoint Linearity Low Power Consumption Monotonicity Guaranteed (Full Temperature Range) Latch

More information

10-Bit, Low-Power, Rail-to-Rail Voltage-Output Serial DAC in SOT23

10-Bit, Low-Power, Rail-to-Rail Voltage-Output Serial DAC in SOT23 19-195; Rev 1; 1/4 1-Bit, Low-Power, Rail-to-Rail General Description The is a small footprint, low-power, 1-bit digital-to-analog converter (DAC) that operates from a single +.7V to +5.5V supply. The

More information

SPT BIT, 100 MWPS TTL D/A CONVERTER

SPT BIT, 100 MWPS TTL D/A CONVERTER FEATURES 12-Bit, 100 MWPS digital-to-analog converter TTL compatibility Low power: 640 mw 1/2 LSB DNL 40 MHz multiplying bandwidth Industrial temperature range Superior performance over AD9713 Improved

More information

SCLK 4 CS 1. Maxim Integrated Products 1

SCLK 4 CS 1. Maxim Integrated Products 1 19-172; Rev ; 4/ Dual, 8-Bit, Voltage-Output General Description The contains two 8-bit, buffered, voltage-output digital-to-analog converters (DAC A and DAC B) in a small 8-pin SOT23 package. Both DAC

More information

+2.7V to +5.5V, Low-Power, Dual, Parallel 8-Bit DAC with Rail-to-Rail Voltage Outputs

+2.7V to +5.5V, Low-Power, Dual, Parallel 8-Bit DAC with Rail-to-Rail Voltage Outputs 9-565; Rev ; /99 +.7 to +5.5, Low-Power, Dual, Parallel General Description The MAX5 parallel-input, voltage-output, dual 8-bit digital-to-analog converter (DAC) operates from a single +.7 to +5.5 supply

More information

4 x 10 bit Free Run A/D 4 x Hi Comparator 4 x Low Comparator IRQ on Compare MX839. C-BUS Interface & Control Logic

4 x 10 bit Free Run A/D 4 x Hi Comparator 4 x Low Comparator IRQ on Compare MX839. C-BUS Interface & Control Logic DATA BULLETIN MX839 Digitally Controlled Analog I/O Processor PRELIMINARY INFORMATION Features x 4 input intelligent 10 bit A/D monitoring subsystem 4 High and 4 Low Comparators External IRQ Generator

More information

2.7 V to 5.5 V, 400 ksps 8-/10-Bit Sampling ADC AD7813

2.7 V to 5.5 V, 400 ksps 8-/10-Bit Sampling ADC AD7813 a FEATURES 8-/10-Bit ADC with 2.3 s Conversion Time On-Chip Track and Hold Operating Supply Range: 2.7 V to 5.5 V Specifications at 2.7 V 3.6 V and 5 V 10% 8-Bit Parallel Interface 8-Bit + 2-Bit Read Power

More information

Low-Power, Low-Glitch, Octal 12-Bit Voltage- Output DACs with Serial Interface

Low-Power, Low-Glitch, Octal 12-Bit Voltage- Output DACs with Serial Interface 9-232; Rev 0; 8/0 Low-Power, Low-Glitch, Octal 2-Bit Voltage- Output s with Serial Interface General Description The are 2-bit, eight channel, lowpower, voltage-output, digital-to-analog converters (s)

More information

Low-Power, 12-Bit, Rail to Rail Voltage-Output Serial DAC in SOT23

Low-Power, 12-Bit, Rail to Rail Voltage-Output Serial DAC in SOT23 General Description The MAX5712 is a small footprint, low-power, 12-bit digitalto-analog converter (DAC) that operates from a single +2.7V to +5.5V supply. The MAX5712 on-chip precision output amplifier

More information

MAX5452EUB 10 µmax 50 U10C-4 MAX5451EUD 14 TSSOP 10 U14-1

MAX5452EUB 10 µmax 50 U10C-4 MAX5451EUD 14 TSSOP 10 U14-1 9-997; Rev 2; 2/06 Dual, 256-Tap, Up/Down Interface, General Description The are a family of dual digital potentiometers that perform the same function as a mechanical potentiometer or variable resistor.

More information

Dual, 256-Tap, Nonvolatile, SPI-Interface, Linear-Taper Digital Potentiometers

Dual, 256-Tap, Nonvolatile, SPI-Interface, Linear-Taper Digital Potentiometers 19-3478; Rev 4; 4/1 EVALUATION KIT AVAILABLE Dual, 256-Tap, Nonvolatile, SPI-Interface, General Description The dual, linear-taper, digital potentiometers function as mechanical potentiometers with a simple

More information

+3V/+5V, Low-Power, 8-Bit Octal DACs with Rail-to-Rail Output Buffers

+3V/+5V, Low-Power, 8-Bit Octal DACs with Rail-to-Rail Output Buffers 19-1844; Rev 1; 4/1 EVALUATION KIT AVAILABLE +3V/+5V, Low-Power, 8-Bit Octal DACs General Description The are +3V/+5V single-supply, digital serial-input, voltage-output, 8-bit octal digital-toanalog converters

More information

LC2 MOS Complete, 12-Bit Analog I/O System AD7868

LC2 MOS Complete, 12-Bit Analog I/O System AD7868 a LC2 MOS Complete, 12-Bit Analog I/O System FEATURES Complete 12-Bit I/O System, Comprising: 12-Bit ADC with Track/Hold Amplifier 83 khz Throughout Rate 72 db SNR 12-Bit DAC with Output Amplifier 3 s

More information

TLC7524C, TLC7524E, TLC7524I 8-BIT MULTIPLYING DIGITAL-TO-ANALOG CONVERTERS

TLC7524C, TLC7524E, TLC7524I 8-BIT MULTIPLYING DIGITAL-TO-ANALOG CONVERTERS 8-BIT MULTIPLYING DIGITAL-TO-ANALOG CONVETES Easily Interfaced to Microprocessors On-Chip Data Latches Monotonic Over the Entire A/D Conversion ange Segmented High-Order Bits Ensure Low-Glitch Output Interchangeable

More information

Quad 12-Bit Digital-to-Analog Converter (Serial Interface)

Quad 12-Bit Digital-to-Analog Converter (Serial Interface) Quad 1-Bit Digital-to-Analog Converter (Serial Interface) FEATURES COMPLETE QUAD DAC INCLUDES INTERNAL REFERENCES AND OUTPUT AMPLIFIERS GUARANTEED SPECIFICATIONS OVER TEMPERATURE GUARANTEED MONOTONIC OVER

More information

CMOS 12-Bit Buffered Multiplying DAC AD7545A

CMOS 12-Bit Buffered Multiplying DAC AD7545A a FEATURES Improved Version of AD7545 Fast Interface Timing All Grades 12-Bit Accurate 20-Lead DIP and Surface Mount Packages Low Cost CMOS 12-Bit Buffered Multiplying DAC AD7545A FUNCTIONAL BLOCK DIAGRAM

More information

256-Tap SOT-PoT, Low-Drift Digital Potentiometers in SOT23

256-Tap SOT-PoT, Low-Drift Digital Potentiometers in SOT23 19-1848; Rev ; 1/ 256-Tap SOT-PoT, General Description The MAX54/MAX541 digital potentiometers offer 256-tap SOT-PoT digitally controlled variable resistors in tiny 8-pin SOT23 packages. Each device functions

More information

FUNCTIONAL BLOCK DIAGRAM DIGITAL VIDEO ENGINE

FUNCTIONAL BLOCK DIAGRAM DIGITAL VIDEO ENGINE FEATURES CMOS DUAL CHANNEL 10bit 40MHz DAC LOW POWER DISSIPATION: 180mW(+3V) DIFFERENTIAL NONLINEARITY ERROR: 0.5LSB SIGNAL-to-NOISE RATIO: 59dB SPURIOUS-FREE DYNAMIC RANGE:69dB BUILD-IN DIGITAL ENGINE

More information

DATA SHEET. TDA1543 Dual 16-bit DAC (economy version) (I 2 S input format) INTEGRATED CIRCUITS

DATA SHEET. TDA1543 Dual 16-bit DAC (economy version) (I 2 S input format) INTEGRATED CIRCUITS INTEGRATED CIRCUITS DATA SHEET File under Integrated Circuits, IC01 February 1991 FEATURES Low distortion 16-bit dynamic range 4 oversampling possible Single 5 V power supply No external components required

More information

INL PLOT REFIN DAC AMPLIFIER DAC REGISTER INPUT CONTROL LOGIC, REGISTERS AND LATCHES

INL PLOT REFIN DAC AMPLIFIER DAC REGISTER INPUT CONTROL LOGIC, REGISTERS AND LATCHES ICm ictm IC MICROSYSTEMS FEATURES 12-Bit 1.2v Low Power Single DAC With Serial Interface and Voltage Output DNL PLOT 12-Bit 1.2v Single DAC in 8 Lead TSSOP Package Ultra-Low Power Consumption Guaranteed

More information

Lecture 6: Digital/Analog Techniques

Lecture 6: Digital/Analog Techniques Lecture 6: Digital/Analog Techniques The electronics signals that we ve looked at so far have been analog that means the information is continuous. A voltage of 5.3V represents different information that

More information

LC2 MOS Octal 8-Bit DAC AD7228A

LC2 MOS Octal 8-Bit DAC AD7228A a FEATURES Eight 8-Bit DACs with Output Amplifiers Operates with Single +5 V, +12 V or +15 V or Dual Supplies P Compatible (95 ns WR Pulse) No User Trims Required Skinny 24-Pin DlPs, SOIC, and 28-Terminal

More information

Low-Power Pipelined ADC Design for Wireless LANs

Low-Power Pipelined ADC Design for Wireless LANs Low-Power Pipelined ADC Design for Wireless LANs J. Arias, D. Bisbal, J. San Pablo, L. Quintanilla, L. Enriquez, J. Vicente, J. Barbolla Dept. de Electricidad y Electrónica, E.T.S.I. de Telecomunicación,

More information

8-Bit, 100 MSPS 3V A/D Converter AD9283S

8-Bit, 100 MSPS 3V A/D Converter AD9283S 1.0 Scope 8-Bit, 100 MSPS 3V A/D Converter AD9283S This specification documents the detail requirements for space qualified product manufactured on Analog Devices, Inc.'s QML certified line per MIL-PRF-38535

More information

LC2 MOS Complete, 14-Bit Analog I/O System AD7869

LC2 MOS Complete, 14-Bit Analog I/O System AD7869 a LC2 MOS Complete, 14-Bit Analog I/O System FEATURES Complete 14-Bit l/o System, Comprising 14-Bit ADC with Track/Hold Amplifier 83 khz Throughput Rate 14-Bit DAC with Output Amplifier 3.5 s Settling

More information

PART MAX5304EUA TOP VIEW OUT 8 CONTROL INPUT REGISTER. Maxim Integrated Products 1

PART MAX5304EUA TOP VIEW OUT 8 CONTROL INPUT REGISTER. Maxim Integrated Products 1 19-1562; Rev ; 1/99 1-Bit Voltage-Output General Description The combines a low-power, voltage-output, 1-bit digital-to-analog converter () and a precision output amplifier in an 8-pin µmax package. It

More information

6-Bit A/D converter (parallel outputs)

6-Bit A/D converter (parallel outputs) DESCRIPTION The is a low cost, complete successive-approximation analog-to-digital (A/D) converter, fabricated using Bipolar/I L technology. With an external reference voltage, the will accept input voltages

More information

L10: Analog Building Blocks (OpAmps,, A/D, D/A)

L10: Analog Building Blocks (OpAmps,, A/D, D/A) L10: Analog Building Blocks (OpAmps,, A/D, D/A) Acknowledgement: Materials in this lecture are courtesy of the following sources and are used with permission. Dave Wentzloff 1 Introduction to Operational

More information

FEATURES APPLICATIONS TYPICAL APPLICATION. LTC1451 LTC1452/LTC Bit Rail-to-Rail Micropower DACs in SO-8 DESCRIPTION

FEATURES APPLICATIONS TYPICAL APPLICATION. LTC1451 LTC1452/LTC Bit Rail-to-Rail Micropower DACs in SO-8 DESCRIPTION 12-Bit Rail-to-Rail Micropower DACs in SO-8 FEATRES 12-Bit Resolution Buffered True Rail-to-Rail Voltage Output 3V Operation (LTC1453), I CC : 250µA Typ 5V Operation (), I CC : 400µA Typ 3V to 5V Operation

More information

4-Channel, Simultaneous Sampling, High Speed, 12-Bit ADC AD7864

4-Channel, Simultaneous Sampling, High Speed, 12-Bit ADC AD7864 FEATURES High Speed (1.65 s) 12-Bit ADC 4 Simultaneously Sampled Inputs 4 Track/Hold Amplifiers 0.35 s Track/Hold Acquisition Time 1.65 s Conversion Time per Channel HW/SW Select of Channel Sequence for

More information

PART TOP VIEW V EE 1 V CC 1 CONTROL LOGIC

PART TOP VIEW V EE 1 V CC 1 CONTROL LOGIC 19-1331; Rev 1; 6/98 EVALUATION KIT AVAILABLE Upstream CATV Driver Amplifier General Description The MAX3532 is a programmable power amplifier for use in upstream cable applications. The device outputs

More information

CMOS 12-Bit Serial Input Multiplying DIGITAL-TO-ANALOG CONVERTER

CMOS 12-Bit Serial Input Multiplying DIGITAL-TO-ANALOG CONVERTER CMOS 12-Bit Serial Input Multiplying DIGITAL-TO-ANALOG CONVERTER FEATURES 12-BICCURACY IN 8-PIN MINI-DIP AND 8-PIN SOIC FAST 3-WIRE SERIAL INTERFACE LOW INL AND DNL: ±1/2 LSB max GAIN ACCURACY TO ±1LSB

More information

Octal, 16-Bit DAC with 5 ppm/ C On-Chip Reference in 14-Lead TSSOP AD5668-EP

Octal, 16-Bit DAC with 5 ppm/ C On-Chip Reference in 14-Lead TSSOP AD5668-EP Data Sheet Octal, -Bit with 5 ppm/ C On-Chip Reference in -Lead TSSOP FEATURES Enhanced product features Supports defense and aerospace applications (AQEC) Military temperature range ( 55 C to +5 C) Controlled

More information

AD MHz, 20 V/μs, G = 1, 10, 100, 1000 i CMOS Programmable Gain Instrumentation Amplifier. Preliminary Technical Data FEATURES

AD MHz, 20 V/μs, G = 1, 10, 100, 1000 i CMOS Programmable Gain Instrumentation Amplifier. Preliminary Technical Data FEATURES Preliminary Technical Data 0 MHz, 20 V/μs, G =, 0, 00, 000 i CMOS Programmable Gain Instrumentation Amplifier FEATURES Small package: 0-lead MSOP Programmable gains:, 0, 00, 000 Digital or pin-programmable

More information

Microprocessor-Compatible 12-Bit D/A Converter AD767*

Microprocessor-Compatible 12-Bit D/A Converter AD767* a FEATURES Complete 12-Bit D/A Function On-Chip Output Amplifier High Stability Buried Zener Reference Fast 40 ns Write Pulse 0.3" Skinny DIP and PLCC Packages Single Chip Construction Monotonicity Guaranteed

More information

Fundamentals of Data Converters. DAVID KRESS Director of Technical Marketing

Fundamentals of Data Converters. DAVID KRESS Director of Technical Marketing Fundamentals of Data Converters DAVID KRESS Director of Technical Marketing 9/14/2016 Analog to Electronic Signal Processing Sensor (INPUT) Amp Converter Digital Processor Actuator (OUTPUT) Amp Converter

More information

Dual 16-Bit DIGITAL-TO-ANALOG CONVERTER

Dual 16-Bit DIGITAL-TO-ANALOG CONVERTER Dual - DIGITAL-TO-ANALOG CONVERTER FEATURES COMPLETE DUAL V OUT DAC DOUBLE-BUFFERED INPUT REGISTER HIGH-SPEED DATA INPUT: Serial or Parallel HIGH ACCURACY: ±0.003% Linearity Error 14-BIT MONOTONICITY OVER

More information

16-Channel, 1 MSPS, 12-Bit ADC with Sequencer in 28-Lead TSSOP AD7490-EP

16-Channel, 1 MSPS, 12-Bit ADC with Sequencer in 28-Lead TSSOP AD7490-EP Enhanced Product FEATURES Fast throughput rate: 1 MSPS Specified for VDD of 4.75 V to 5.25 V Low power at maximum throughput rates 12.5 mw maximum at 1 MSPS with 5 V supplies 16 (single-ended) inputs with

More information

Software Programmable Gain Amplifier AD526

Software Programmable Gain Amplifier AD526 a FEATURES Digitally Programmable Binary Gains from to 6 Two-Chip Cascade Mode Achieves Binary Gain from to 256 Gain Error: 0.0% Max, Gain =, 2, 4 (C Grade) 0.02% Max, Gain = 8, 6 (C Grade) 0.5 ppm/ C

More information

Issues and Challenges of Analog Circuit Testing in Mixed-Signal SOC

Issues and Challenges of Analog Circuit Testing in Mixed-Signal SOC VDEC D2T Symposium Dec. 11 2009 Issues and Challenges of Analog Circuit Testing in Mixed-Signal SOC Haruo Kobayashi Gunma University k_haruo@el.gunma-u.ac.jp 1 Contents 1. Introduction 2. Review of Analog

More information

Microprocessor-Compatible 12-Bit D/A Converter AD667*

Microprocessor-Compatible 12-Bit D/A Converter AD667* a FEATURES Complete 12-Bit D/A Function Double-Buffered Latch On Chip Output Amplifier High Stability Buried Zener Reference Single Chip Construction Monotonicity Guaranteed Over Temperature Linearity

More information

TLC5620C, TLC5620I QUADRUPLE 8-BIT DIGITAL-TO-ANALOG CONVERTERS

TLC5620C, TLC5620I QUADRUPLE 8-BIT DIGITAL-TO-ANALOG CONVERTERS Four -Bit Voltage Output DACs 5-V Single-Supply Operation Serial Interface High-Impedance Reference Inputs Programmable or 2 Times Output Range Simultaneous-Update Facility Internal Power-On Reset Low

More information

LC 2 MOS 8-Channel, 12-Bit Serial, Data Acquisition System AD7890

LC 2 MOS 8-Channel, 12-Bit Serial, Data Acquisition System AD7890 a LC 2 MOS 8-Channel, 12-Bit Serial, Data Acquisition System AD7890 FEATURES Fast 12-Bit ADC with 5.9 s Conversion Time Eight Single-Ended Analog Input Channels Selection of Input Ranges: 10 V for AD7890-10

More information

ADC Bit High-Speed µp-compatible A/D Converter with Track/Hold Function

ADC Bit High-Speed µp-compatible A/D Converter with Track/Hold Function 10-Bit High-Speed µp-compatible A/D Converter with Track/Hold Function General Description Using a modified half-flash conversion technique, the 10-bit ADC1061 CMOS analog-to-digital converter offers very

More information

MOS (PTY) LTD. E Single Channel PIR Signal Processor. Applications. General Description. Features. Digital Sensor Assembly with E931.

MOS (PTY) LTD. E Single Channel PIR Signal Processor. Applications. General Description. Features. Digital Sensor Assembly with E931. General Description The integrated circuit is designed for interfacing Passive Infra Red (PIR) sensors with micro-controllers or processors. A single wire Data Out, Clock In (DOCI) interface is provided

More information

LM12L Bit + Sign Data Acquisition System with Self-Calibration

LM12L Bit + Sign Data Acquisition System with Self-Calibration LM12L458 12-Bit + Sign Data Acquisition System with Self-Calibration General Description The LM12L458 is a highly integrated 3.3V Data Acquisition System. It combines a fully-differential self-calibrating

More information

Serial Input 16-Bit Monolithic DIGITAL-TO-ANALOG CONVERTER

Serial Input 16-Bit Monolithic DIGITAL-TO-ANALOG CONVERTER P U DESIGNED FOR AUDIO Serial Input 16-Bit Monolithic DIGITAL-TO-ANALOG CONVERTER FEATURES SERIAL INPUT 9dB MAX THD: FS Input, K Grade 74dB MAX THD: 0dB Input, K Grade 96dB DYNAMIC RANGE NO EXTERNAL COMPONENTS

More information

DS1267B Dual Digital Potentiometer

DS1267B Dual Digital Potentiometer Dual Digital Potentiometer FEATURES Two digitally controlled, 256-position potentiometers Serial port provides means for setting and reading both potentiometers Resistors can be connected in series to

More information

16-Bit DSP DACPORT AD766

16-Bit DSP DACPORT AD766 a FEATURES Zero-Chip Interface to Digital Signal Processors Complete DACPORT On-Chip Voltage Reference Voltage and Current Outputs Serial, Twos-Complement Input 3 V Output Sample Rates to 390 ksps 94 db

More information

LC 2 MOS 8-Channel, 12-Bit Serial Data Acquisition System AD7890

LC 2 MOS 8-Channel, 12-Bit Serial Data Acquisition System AD7890 LC 2 MOS 8-Channel, 12-Bit Serial Data Acquisition System AD7890 FEATURES Fast 12-bit ADC with 5.9 μs conversion time Eight single-ended analog input channels Selection of input ranges: ±10 V for AD7890-10

More information

5 V, 12-Bit, Serial 220 ksps ADC in an 8-Lead Package AD7898 * REV. A

5 V, 12-Bit, Serial 220 ksps ADC in an 8-Lead Package AD7898 * REV. A a FEATURES Fast 12-Bit ADC with 220 ksps Throughput Rate 8-Lead SOIC Single 5 V Supply Operation High Speed, Flexible, Serial Interface that Allows Interfacing to 3 V Processors On-Chip Track/Hold Amplifier

More information

Low-Cost, Voltage-Output, 16-Bit DACs with Internal Reference in µmax

Low-Cost, Voltage-Output, 16-Bit DACs with Internal Reference in µmax 19-2655; Rev 2; 1/4 Low-Cost, Voltage-Output, 16-Bit DACs with General Description The serial input, voltage-output, 16-bit digital-to-analog converters (DACs) provide monotonic 16-bit output over temperature

More information

Chapter 2 Signal Conditioning, Propagation, and Conversion

Chapter 2 Signal Conditioning, Propagation, and Conversion 09/0 PHY 4330 Instrumentation I Chapter Signal Conditioning, Propagation, and Conversion. Amplification (Review of Op-amps) Reference: D. A. Bell, Operational Amplifiers Applications, Troubleshooting,

More information

Dual 8-Bit, 60 MSPS A/D Converter AD9059

Dual 8-Bit, 60 MSPS A/D Converter AD9059 Dual -Bit, 0 MSPS A/D Converter FEATURES Dual -Bit ADCs on a Single Chip Low Power: 00 mw Typical On-Chip. V Reference and Track-and-Hold V p-p Analog Input Range Single V Supply Operation V or V Logic

More information

DS1868B Dual Digital Potentiometer

DS1868B Dual Digital Potentiometer www. maximintegrated.com FEATURES Two digitally controlled, 256-position potentiometers Serial port provides means for setting and reading both potentiometers Resistors can be connected in series to provide

More information

2.7 V to 5.5 V, 350 ksps, 10-Bit 4-/8-Channel Sampling ADCs AD7811/AD7812

2.7 V to 5.5 V, 350 ksps, 10-Bit 4-/8-Channel Sampling ADCs AD7811/AD7812 a FEATURES 10-Bit ADC with 2.3 s Conversion Time The AD7811 has Four Single-Ended Inputs that Can Be Configured as Three Pseudo Differential Inputs with Respect to a Common, or as Two Independent Pseudo

More information

Low Power, mw, 2.3 V to 5.5 V, Programmable Waveform Generator AD9833-EP

Low Power, mw, 2.3 V to 5.5 V, Programmable Waveform Generator AD9833-EP Enhanced Product Low Power, 12.65 mw, 2.3 V to 5.5 V, Programmable Waveform Generator FEATURES Digitally programmable frequency and phase 12.65 mw power consumption at 3 V MHz to 12.5 MHz output frequency

More information

Lab Exercise 6: Digital/Analog conversion

Lab Exercise 6: Digital/Analog conversion Lab Exercise 6: Digital/Analog conversion Introduction In this lab exercise, you will study circuits for analog-to-digital and digital-to-analog conversion Preparation Before arriving at the lab, you should

More information

DS1804 NV Trimmer Potentiometer

DS1804 NV Trimmer Potentiometer NV Trimmer Potentiometer www.dalsemi.com FEATURES Single 100-position taper potentiometer Nonvolatile on-demand wiper storage Operates from 3V or 5V supplies Up/down, increment-controlled interface Available

More information

+Denotes lead-free package. *EP = Exposed paddle. V CC GND AGND AV CC GND I 2 C INTERFACE. -35dB TO +25dB GAIN AUDIO SOURCE AUDIO AMPLIFIER DS4420

+Denotes lead-free package. *EP = Exposed paddle. V CC GND AGND AV CC GND I 2 C INTERFACE. -35dB TO +25dB GAIN AUDIO SOURCE AUDIO AMPLIFIER DS4420 Rev ; 9/6 I 2 C Programmable-Gain Amplifier General Description The is a fully differential, programmable-gain amplifier for audio applications. It features a -35dB to +25dB gain range controlled by an

More information

CD22202, CD V Low Power DTMF Receiver

CD22202, CD V Low Power DTMF Receiver November 00 OBSOLETE PRODUCT NO RECOMMDED REPLACEMT contact our Technical Support Center at 1--TERSIL or www.intersil.com/tsc CD0, CD0 5V Low Power DTMF Receiver Features Central Office Quality No Front

More information

R (a) Explain characteristics and limitations of op-amp comparators. (b) Explain operation of free running Multivibrator using op-amp.

R (a) Explain characteristics and limitations of op-amp comparators. (b) Explain operation of free running Multivibrator using op-amp. Set No: 1 1. (a) Draw the equivalent circuits of emitter coupled differential amplifier from which calculate Ad. (b) Draw the block diagram of four stage cascaded amplifier. Explain the function of each

More information

9-Bit, 30 MSPS ADC AD9049 REV. 0. Figure 1. Typical Connections FUNCTIONAL BLOCK DIAGRAM

9-Bit, 30 MSPS ADC AD9049 REV. 0. Figure 1. Typical Connections FUNCTIONAL BLOCK DIAGRAM a FEATURES Low Power: 00 mw On-Chip T/H, Reference Single +5 V Power Supply Operation Selectable 5 V or V Logic I/O Wide Dynamic Performance APPLICATIONS Digital Communications Professional Video Medical

More information

Features. Key Specifications. n Total unadjusted error. n No missing codes over temperature. Applications

Features. Key Specifications. n Total unadjusted error. n No missing codes over temperature. Applications ADC10061/ADC10062/ADC10064 10-Bit 600 ns A/D Converter with Input Multiplexer and Sample/Hold General Description Using an innovative, patented multistep* conversion technique, the 10-bit ADC10061, ADC10062,

More information

CD22202, CD DTMF Receivers/Generators. 5V Low Power DTMF Receiver. Features. Description. Ordering Information. Pinout. Functional Diagram

CD22202, CD DTMF Receivers/Generators. 5V Low Power DTMF Receiver. Features. Description. Ordering Information. Pinout. Functional Diagram SEMICONDUCTOR DTMF Receivers/Generators CD0, CD0 January 1997 5V Low Power DTMF Receiver Features Description Central Office Quality No Front End Band Splitting Filters Required Single, Low Tolerance,

More information

5 V, 12-Bit, Serial 3.8 s ADC in 8-Pin Package AD7895

5 V, 12-Bit, Serial 3.8 s ADC in 8-Pin Package AD7895 a FEATURES Fast 12-Bit ADC with 3.8 s Conversion Time 8-Pin Mini-DlP and SOIC Single 5 V Supply Operation High Speed, Easy-to-Use, Serial Interface On-Chip Track/Hold Amplifier Selection of Input Ranges

More information

10-Bit, 40 MSPS/60 MSPS A/D Converter AD9050 REV. B. Figure 1. Typical Connections FUNCTIONAL BLOCK DIAGRAM

10-Bit, 40 MSPS/60 MSPS A/D Converter AD9050 REV. B. Figure 1. Typical Connections FUNCTIONAL BLOCK DIAGRAM a FEATURES Low Power: 1 mw @ 0 MSPS, mw @ 0 MSPS On-Chip T/H, Reference Single + V Power Supply Operation Selectable V or V Logic I/O SNR: db Minimum at MHz w/0 MSPS APPLICATIONS Medical Imaging Instrumentation

More information

INTEGRATED CIRCUITS. SA5775A Differential air core meter driver. Product specification 1997 Feb 24

INTEGRATED CIRCUITS. SA5775A Differential air core meter driver. Product specification 1997 Feb 24 INTEGRATED CIRCUITS Differential air core meter driver 1997 Feb 24 DESCRIPTION The is a monolithic driver for controlling air-core (or differential) meters typically used in automotive instrument cluster

More information

OBSOLETE. 16-Bit/18-Bit, 16 F S PCM Audio DACs AD1851/AD1861

OBSOLETE. 16-Bit/18-Bit, 16 F S PCM Audio DACs AD1851/AD1861 a FEATURES 0 db SNR Fast Settling Permits 6 Oversampling V Output Optional Trim Allows Super-Linear Performance 5 V Operation 6-Pin Plastic DIP and SOIC Packages Pin-Compatible with AD856 & AD860 Audio

More information

SPT BIT, 30 MSPS, TTL, A/D CONVERTER

SPT BIT, 30 MSPS, TTL, A/D CONVERTER 12-BIT, MSPS, TTL, A/D CONVERTER FEATURES Monolithic 12-Bit MSPS Converter 6 db SNR @ 3.58 MHz Input On-Chip Track/Hold Bipolar ±2.0 V Analog Input Low Power (1.1 W Typical) 5 pf Input Capacitance TTL

More information

ISSCC 2003 / SESSION 20 / WIRELESS LOCAL AREA NETWORKING / PAPER 20.5

ISSCC 2003 / SESSION 20 / WIRELESS LOCAL AREA NETWORKING / PAPER 20.5 ISSCC 2003 / SESSION 20 / WIRELESS LOCAL AREA NETWORKING / PAPER 20.5 20.5 A 2.4GHz CMOS Transceiver and Baseband Processor Chipset for 802.11b Wireless LAN Application George Chien, Weishi Feng, Yungping

More information

L9: Analog Building Blocks (OpAmps,, A/D, D/A)

L9: Analog Building Blocks (OpAmps,, A/D, D/A) L9: Analog Building Blocks (OpAmps,, A/D, D/A) Acknowledgement: Dave Wentzloff Introduction to Operational Amplifiers DC Model Typically very high input resistance ~ 300KΩ v id in a v id out High DC gain

More information

5 V, 14-Bit Serial, 5 s ADC in SO-8 Package AD7894

5 V, 14-Bit Serial, 5 s ADC in SO-8 Package AD7894 a FEATURES Fast 14-Bit ADC with 5 s Conversion Time 8-Lead SOIC Package Single 5 V Supply Operation High Speed, Easy-to-Use, Serial Interface On-Chip Track/Hold Amplifier Selection of Input Ranges 10 V

More information

HI Bit, 40 MSPS, High Speed D/A Converter

HI Bit, 40 MSPS, High Speed D/A Converter October 6, 005 Pb-Free and RoHS Compliant HI7 -Bit, 40 MSPS, High Speed D/A Converter Features Throughput Rate......................... 40MHz Resolution................................ -Bit Integral Linearity

More information

8-Bit A/D Converter AD673 REV. A FUNCTIONAL BLOCK DIAGRAM

8-Bit A/D Converter AD673 REV. A FUNCTIONAL BLOCK DIAGRAM a FEATURES Complete 8-Bit A/D Converter with Reference, Clock and Comparator 30 s Maximum Conversion Time Full 8- or 16-Bit Microprocessor Bus Interface Unipolar and Bipolar Inputs No Missing Codes Over

More information

Octal Sample-and-Hold with Multiplexed Input SMP18

Octal Sample-and-Hold with Multiplexed Input SMP18 a FEATURES High Speed Version of SMP Internal Hold Capacitors Low Droop Rate TTL/CMOS Compatible Logic Inputs Single or Dual Supply Operation Break-Before-Make Channel Addressing Compatible With CD Pinout

More information

2.5 V to 5.5 V, Parallel Interface Octal Voltage Output 8-/10-/12-Bit DACs AD5346/AD5347/AD5348

2.5 V to 5.5 V, Parallel Interface Octal Voltage Output 8-/10-/12-Bit DACs AD5346/AD5347/AD5348 FEATURES AD5346: octal 8-bit DAC AD5347: octal 1-bit DAC AD5348: octal 12-bit DAC Low power operation: 1.4 ma (max) @ 3.6 V Power-down to 12 na @ 3 V, 4 na @ 5 V Guaranteed monotonic by design over all

More information

Fault Testing of Analog Circuits Using Combination of Oscillation Based Built-In Self- Test and Quiescent Power Supply Current Testing Method

Fault Testing of Analog Circuits Using Combination of Oscillation Based Built-In Self- Test and Quiescent Power Supply Current Testing Method Fault Testing of Analog Circuits Using Combination of Oscillation Based Built-In Self- Test and Quiescent Power Supply Current Testing Method Ms. Harshal Meharkure 1, Mr. Swapnil Gourkar 2 1 Lecturer,

More information

Maintenance/ Discontinued

Maintenance/ Discontinued PLL LSI with Built-In Prescaler Overview The is a CMOS LSI for a phase-locked loop (PLL) frequency synthesizer with serial data parameter input. It consists of a two-coefficient prescaler, variable frequency

More information

The Fundamentals of Mixed Signal Testing

The Fundamentals of Mixed Signal Testing The Fundamentals of Mixed Signal Testing Course Information The Fundamentals of Mixed Signal Testing course is designed to provide the foundation of knowledge that is required for testing modern mixed

More information