How to evaluate a transimpedance amplifier (part 2)
In my previous blog on "How to evaluate a transimpedance amplifier, part 1", we looked at the OPA857 performance, but didn’t go in depth in explaining how those measurements were taken. Now that we’ve have established a reference, let’s work through the implementation.
To summarize, the main challenges to taking measurements with the OPA857 include:
- Transimpedance configuration
- Low input capacitance
- High output impedance
With a 20kW gain and a 1VPP output voltage swing the input current needs to be 50mAPP. Since the output voltage swing of the OPA857 is class A and the current flowing through a transimpedance is unipolar, the output common-mode voltage will need to be set appropriately.
The current source needs to be low capacitance, less than 1.5pF, to maintain the bandwidth. The output needs to be high output impedance to control the loading on the OPA857’s output. Since most of the test equipments we have are 50W input and output impedance, how do we resolve that problem while not impacting bandwidth, slew rate or distortion performance of the DUT (Device Under Test)?
This leads to individual solution for each measurement type.
The first measurement we will look at is the frequency response, or S21 parameter. For that we’ll use an HP 8753ES Network analyzer, a 30kHz to 6GHz S Parameter Network Analyzer. Both input and output are 50W impedance and AC-coupled. There are two ports in the back of the analyzer that allow controlling the DC voltage on either the input or output.
The two proposed signal chains to measure the OPA857 frequency response include:
- Using a high speed differential probe, see figure 1.
- Using a high speed buffer to isolate the network analyzer’s load, see figure 2.
Note that the Test_SD pin is set to a logic high (+3.3V) for the internal current source to operate properly. This implies that the DC voltage present on the Test_IN input will set the output voltage appearing on OUT and requires you implement the following procedure to ensure that the OPA857 operates optimally for an AC response.
- Minimize the AC signal.
- Set DC voltage at input such that the output voltage can swing around it preset common-mode voltage. For example, if the signal swing is 500mVPP, then the OUT DC voltage needs to be set to ≤1.4V. If this is not the case, the output swing will clip as the current in the class-A output stage runs out.
- After completion of #1, do not leave anything connected on the output. A probe lead or a voltage will add several pF to the load, altering the frequency response.
- Set the AC amplitude to the desired peak-peak output signal swing.
Figure 1: Circuit #1 using a fully differential probe to interface to the HP8753ES.
Figure 2: Circuit #2 using a BUF602 to interface to the HP8753ES.
The same approach is used to evaluate pulse response or any time domain measurement. Note however that since no resistor tolerance inside theOPA857 is better than ±15%, the setup will have to be calibrated device by device.
The approach described above will not work for measuring harmonic distortion, so how does this new problem get resolved?
The traditional approach for measuring harmonic distortion requires:
- A low distortion source
- A high dynamic range spectrum analyzer
The low distortion source is further improved by using a high order filter. The dynamic range of the spectrum analyzer can be improved by filtering the fundamental and measuring only the harmonics. The setup is shown in figure 3. The notch filter that can is placed after the DUT is omitted in this diagram.
Figure 3: Traditional harmonic distortion bench measurement setup.
In the case of the OPA857, we have two problems. The first one is that the source is a voltage source and that the input signal requires a current source. The internal current source cannot be used here as it does not have sufficient linearity. So we will have to develop a low distortion current source to enable the measurement. The second problem is the interface to the spectrum analyzer. The output of the OPA857 is pseudo-differential and requires driving a light load, whereas the spectrum analyzer requires a single-ended input and expects 50W.
A current source has high output impedance. In our case, the current source will need to have low input capacitance as well, so it cannot be generated using transistor-based circuit as a large transistor will also have a high intrinsic capacitance, not considering the package and board layout parasitic. This limits the approach to using a voltage source and converting it to a current using a resistor. In order to ensure that the noise gain of the OPA857 is close to 1V/V, the same as the transimpedance configuration, the source capacitance is minimal and the resistance is large enough to approximate this.
The source capacitance is minimized by careful insertion of a series resistor on the inverting pin. Please refer to the OPA857 EVM for the layout.
In our case, the gain resistor is five times the value of the transimpedance gain, so for 20kΩ, the current source impedance is 100kΩ. It is a compromise as the noise gain is. This represents a degradation of ~1.6dB due to the loss in loop-gain in the measurement which would not be present in a transimpedance configuration.
The OPA857 is operating in an attenuator configuration, so a 0.5VPP on its output now requires 2.5VPP from the generator further increasing the non-linearity from the source.
Looking at the output of the OPA857, we need to measure the nominal 500Ω load and also measure the non-linearity of the amplifier as the load is decreased to 5kΩ. So, again the interface between the OPA857 and the spectrum analyzer is not purely resistive as there is too much attenuation of the signal and parasitic capacitance on the output after the resistance would limit the effective bandwidth. If an active element is inserted in the signal chain, its distortion must be 15dB better than the expected measurement to degrade the measurement by 0.1dB. This tends to be a relatively easy requirement at low frequency, but is quickly unmanageable as the frequency increases. The solution here is to use a DVGA developed for the telecommunication market as it provides sufficient gain to compensate for attenuation in the signal path, since those DVGAs have a 200Ω input impedance, as well as convert the pseudo differential signal to fully differential and have sufficient linearity up to the frequency of interest. A transformer on the output of the DVGA converts the amplified fully differential signal and converts it to the single-ended input the spectrum analyzer expects. We will have some attenuation losses here as well to match the 50Ω input impedance of the test equipment. Finally the signal chain on the output of the OPA857 will look like the diagram shown in figure 4.
Figure 4: OPA857 with PGA870 used to adapt the OPA857 load into the Spectrum Analyzer.
The PGA870 provides additional gain with high linearity minimizing the measured linearity degradation. Looking into the PGA870 datasheet, we see that operating at high gain (> +10dB), both the 2nd and the 3rd harmonic distortion is greater than 90dBc for a 2VPP output swing. This ensures that theOPA857 measurement is degraded by less than 0.1dB.
Figure 5: PGA870 Harmonic distortion for 200Ω load.
In this blog, I have shown the techniques used to measure most of the typical characteristic curves shown in the OPA857 datasheet. For application information or how to implement the OPA857, refer to the datasheet and EVM user guide.
How to evaluate a transimpedance amplifier (part 2)的更多相关文章
- How to evaluate a transimpedance amplifier (part 1)
In this blog, I want take a different approach and describe the technical challenge encountered whil ...
- [转]What you need to know about transimpedance amplifiers – part 1
Transimpedance amplifiers (TIAs) act as front-end amplifiers for optical sensors such as photodiodes ...
- Could not evaluate expression
VS15 调试变量不能显示值,提示:Could not evaluate expression 解决办法: 选择"在调试时显示运行以单击编辑器中的按钮"重启VS即可. 可参考:Vi ...
- [LeetCode] Evaluate Reverse Polish Notation 计算逆波兰表达式
Evaluate the value of an arithmetic expression in Reverse Polish Notation. Valid operators are +, -, ...
- Evaluate Math Expression
Evaluate Math Expression eryar@163.com 摘要Abstract:本文简要介绍了数学表达式解析求值的几款开源软件,并结合程序代码说明了OpenCascade中表达式包 ...
- RobotFrameWork(四)变量运算与Evaluate
一.特殊变量运算: 执行结果: 二.Evaluate使用 函数释义:Evaluate是执行Python表达式,并返回执行结果 示例1: 执行结果: 示例2: 执行结果:
- 【leetcode】Evaluate Reverse Polish Notation
Evaluate Reverse Polish Notation 题目描述: Evaluate the value of an arithmetic expression in Reverse Pol ...
- 使用centos引导内核错误:kernel: pnp 00:0b: can't evaluate _CRS: 8
CentOS系统在开机过程中,一直遇到黑屏提示:“kernel: pnp 00:0b: can't evaluate _CRS: 8”,不理会它仍能启动系统并正常工作,未知何故. 经查,这是内核引导的 ...
- The Non-Inverting Amplifier Output Resistance by Adrian S. Nastase [ Copied ]
Source Address: http://masteringelectronicsdesign.com/the-non-inverting-amplifier-output-resistance/ ...
随机推荐
- string与char之间的互相转换
string对象是一种很强大的存在哈~~ 1. string转const char* string s = "abc"; const char* c_s = s.c_str(); ...
- listview中item 有checkbox多选防止滑动 listview页面 出现checkbox错位问题
checkbox点击切换背景 <CheckBox android:id="@+id/checkbox" android:layout_width="40dp&quo ...
- TI CC2541的狗日的Key
被突如其来的一个bug困扰了好几天, 起因是, 按键接的红外接收器, 结果发现, 一旦按下之后, IEN1, P0IE的标识位bit5, 被不知道特么的谁归0了, 也就是说, 按键只能被按下一次, 再 ...
- pstack使用和原理【转】
转自:http://www.cnblogs.com/mumuxinfei/p/4366708.html 前言: 最近小组在组织<<深入剖析Nginx>>的读书会, 里面作者提到 ...
- java中的单例设计模式
单例模式有一下特点: 1.单例类只能有一个实例. 2.单例类必须自己自己创建自己的唯一实例. 3.单例类必须给所有其他对象提供这一实例. 单例模式确保某个类只有一个实例,而且自行实例化并向整个系统提供 ...
- 使用ActionFilterAttribute 记录 WebApi Action 请求和返回结果记录
使用ActionFilterAttribute 记录 WebApi Action 请求和返回结果记录 C#进阶系列——WebApi 异常处理解决方案 [ASP.NET Web API教程]4.3 AS ...
- setw和setfill控制输出间隔
在C++中,setw(int n)用来控制输出间隔.例如:cout<<'s'<<setw(8)<<'a'<<endl;则在屏幕显示s a //s与a之间 ...
- [HTML]表格的一切
如何设置HTML页面自适应宽度的table(表格): <table width="95%" border="1" cellpadding="2& ...
- 转 python range 用法
详细记录python的range()函数用法 使用python的人都知道range()函数很方便,今天再用到他的时候发现了很多以前看到过但是忘记的细节.这里记录一下range(),复习下list的 ...
- The trouble of Xiaoqian
The trouble of Xiaoqian Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Oth ...