AD8275 Driver Amplifiers For Analog-To-Digital Converters
Driver Amplifiers For Analog-To-Digital Converters
What amplifiers are used to drive analog-to-digital converters (ADCs)?
Possibilities include single-ended and differential inputs and outputs,
plus voltage feedback (VFB) or current feedback (CFB) in the control loop.
Specialized amplifiers may provide level shifting, interstage isolation, single-ended to differential conversion,
differential to single-ended conversion, plus attenuation or gain.
What are the considerations with VFB and CFB amplifiers?
With CFBs, closed-loop gain is largely independent of frequency.
Also, CFB amps provide faster slew rate and lower distortion and perform well at higher gains than VFB amps.
VFBs can offer lower noise and better dc performance than CFB amps.
Other tradeoffs lie in design constraints. With a VFB op amp, the circuit designer
has considerable freedom in choosing the value of the feedback resistor, although higher resistance values may limit stability.
CFB amplifier datasheets specify the feedback resistor values.
CFBs therefore lend themselves to applications that require higher gain levels.
What are the advantages of differential ADC drivers?
These drivers facilitate singleended-to-differential and differential-to-differential conversions,
common-mode level shifting, and amplification of differential signals.
They also exhibit lower distortion and faster settling time than singleended drivers.
How can a differential VFB ADC driver differ from a single-ended amplifier?
In addition to the usual inverting and non-inverting inputs, some differential VFB ADC drivers have another input,
VOCM, that shifts the commonmode voltage of the differential output (Fig. 1)
Like a VFB op amp, closed-loop gain is set by means of input and feedback resistances, but there must be separate,
matched resistors for the inverting and non-inverting inputs.
The internal common-mode feedback loop produces outputs that are highly balanced
over a wide frequency range without requiring tightly matched external components.
Thus, differential outputs are very close to the ideal of being identical in amplitude and are exactly 180° out of phase.
Also, if it is necessary, preserving the dc content of a signal can be accomplished via the VOCM function.
When would I need a single-ended, attenuating, level-translating ADC driver? How does it work?
Industrial applications often involve sensors driven by ±10-V signals.
That’s a problem with single-ended input ADCs fabricated to today’s smaller design rules because those ADCs are constrained to a smaller input signal swing.
A level-translating ADC driver takes a large signal, reduces the amplitude, and level-shifts the output commonmode voltage
so it is compatible with low-voltage, single-supply ADCs (Fig. 2).
For example, a 20-V p-p (±10-V) input signal riding on 0 V might be converted to a 4-V p-p signal riding on 2.5 V.
There are a number of other ways to perform level-translation.
It has been accomplished using multiple amplifiers, single differential drivers like those described above, or ADC drivers designed for level translation.
The approach using a single differential driver is simpler than the multi-amplifier approach, and the specialfunction level translation driver approach is simpler yet.
Such amps use internally lasertrimmed resistors, ensuring high gain accuracy, along with high common-mode rejection and low offset.
A final advantage is that, since the amp and ADC use the same supply voltage as the ADC, there is no need for multiple power supplies.
If a driver has a 1-GHz, –3-dB bandwidth, can I use it at that frequency to drive converter inputs?
If you’re driving a high-resolution ADC, look beyond the –3-dB spec and consider gain flatness and,
in particular, harmonic distortion as a function of frequency.
Recall that in a VFB amp, the –3-dB bandwidth figure simply reflects the half-power point after the amp’s open-loop gain starts its –6-dB/ octave roll-off.
That provides a rough figure for comparing amplifiers.
Your concern as a mixed-signal circuit designer must be to minimize the effect of amplifier distortion on the ADC’s effective number of bits (ENOB) performance.
ENOB is a function of signal-to-noise ratio (SNR) + distortion (SINAD) across the whole analog signal chain:
ENOB = (SINAD – 1.76)/6.02.
So, look to the data sheet graphs of harmonic distortion to make your decision.
Why would I want to use an active driver instead of a passive transformer?
The main reasons are to get better pass-band flatness and to isolate the signal from the noisy ADC input.
Transformers have a rather “lumpy” frequency response.
An amplifier should produce less variability, typically ±0.1 dB over the frequency range.
If the design calls for wideband gain, an amplifier provides a better match than a transformer to the ADC’s inputs.
Still looking at frequency response, some amplifiers provide dc coupling.
Transformers can’t deal with slowly varying signals.
Because transformers are passive devices and provide no interstage isolation,
noise generated on the secondary coil of the transformer from the ADC input will pass through it back to the original signal source.
In contrast, amplifiers buffer the signal source with a low output impedance,
providing 70 to 80 dB of interstage isolation from the ADC input back to the original signal source.
On the other hand, a consideration that favors transformers is that at higher frequencies,
they may maintain better SNR and spurious-free dynamic range (SFDR).
Nevertheless, within the first or second Nyquist zone, a transformer or an amplifier can be used.
AD8275 Driver Amplifiers For Analog-To-Digital Converters的更多相关文章
- Voltage Translation for Analog to Digital Interface ADC
Voltage Translation for Analog to Digital Interface 孕龙逻辑分析仪 ZeroPlus Logic Analyzer How to modify an ...
- Fully Digital Implemented Delta-Sigma Analog to Digital Converter
http://www.design-reuse.com/articles/14886/fully-digital-implemented-delta-sigma-analog-to-digital-c ...
- asm335x系列adc和触摸屏驱动(转)
An analog-to-digital converter (abbreviated ADC) is a device that uses sampling to convert a continu ...
- Analog/digital converter (ADC)
1.ADC1 and ADC2 are 10-bit successive approximation Anolog to Digital Converters. 所谓successive appro ...
- STM8S——Analog/digital converter (ADC)
1.ADC1 and ADC2 are 10-bit successive approximation Anolog to Digital Converters. 所谓successive appro ...
- How to implement *All-Digital* analog-to-digital converters in FPGAs and ASICs
When we engineers look at the complexity of system design these days, we are challenged with crammin ...
- PatentTips - Universal RAID Class Driver
BACKGROUND OF THE INVENTION The present invention relates to the field of data storage devices. Comp ...
- how to generate an analog output from a in-built pwm of Atmega 32AVR microcontrloller?
how to generate an analog output from a in-built pwm of Atmega 32AVR microcontrloller? you need a re ...
- How to modify analog output range of Arduino Due
Voltage Translation for Analog to Digital Interface ADC How to modify analog output range of Arduino ...
随机推荐
- C# HttpHelper 采集
httphelper http://www.sufeinet.com/thread-6-1-1.html
- servers中添加server时,看不到运行环境的选择。
servers中添加server时,看不到运行环境的选择. 主要原因是tomcat目录中的配置文件格式不对.
- js闭包和回调
1.闭包 闭包(closure)是Javascript语言的一个难点,也是它的特色,很多高级应用都要依靠闭包实现.闭包有三个特性: 1.函数嵌套函数; 2.函数内部可以引用外部的参数和变量; 3.参数 ...
- LeetCode OJ-- Word Ladder II ***@
https://oj.leetcode.com/problems/word-ladder-ii/ 啊,终于过了 class Solution { public: vector<vector< ...
- tomcat 协议之并发协议 Http11NioProtocol
关于此协议的原理是什么尚不明确,待后续学习,但是该协议(Http11NioProtocol)能够改善高并发时tomcat的性能. 默认为HTTP/1.1,也就是阻塞式,在改用org.apache.co ...
- testng.xml顺序执行多个case配置
testng.xml顺序执行多个case配置 项目结构如图:
- MySQL表定义缓存
表定义 MySQL的表包含表名,表空间.索引.列.约束等信息,这些表的元数据我们暂且称为表定义信息. 对于InnoDB来说,MySQL在server层和engine层都有表定义信息.server层的表 ...
- 个性二维码开源专题<介绍篇>
由C#编写的个性二维码底层,已应用到 码晒客/疯狂创意二维码等项目上,并获得多项软件著作专利. 疯狂创意二维码 疯狂创意二维码是可用于生成风格独特的个性化二维码生成器,用户可以将目标信息输入到二维码生 ...
- 使用NHibernate(9)-- 缓存
1,对象状态. 作为基础,还是先看一下对象的状态吧.主要涉及到三个名词,瞬时.持久.托管. 瞬时态:对象刚创建,Session还不知道这个对象的存在.可以通过调用ISession的Save等方法可以转 ...
- C#设计模式(10)——组合模式(Composite Pattern)
一.引言 在软件开发过程中,我们经常会遇到处理简单对象和复合对象的情况,例如对操作系统中目录的处理就是这样的一个例子,因为目录可以包括单独的文件,也可以包括文件夹,文件夹又是由文件组成的,由于简单对象 ...