In this blog, I want take a different approach and describe the technical challenge encountered while bench characterizing the OPA857, a dedicatedtransimpedance amplifier (TIA) with two internal gain settings operating on a +3.3 V supply supporting a minimum of 100MHz bandwidth.

Besides the combination of both high-gain (5kΩ and 20kΩ) and high-bandwidth (>100MHz over temperature and process variation), the most challenging characteristic of the OPA857 is the need for low input capacitance requirement.  This requirement, including the board parasitic, is to have the total input capacitance less than 1.5pF.  Just as a clarification, the 1.5pF of total input capacitance does not include the package or the transistors parasitic.  This value was selected because the OPA857 is driven by a photodiode whose biasing voltage is high enough to have the photodiode capacitance contribution between 0.5pF and 0.7pF, leaving between 0.8pF to 1pF for external parasitic.

OPA857 introduction

The OPA857 is a dedicated TIA with pseudo-differential output.  The block diagram is provided in figure 1 below.

Figure 1: OPA857 block diagram

There are three distinct blocks in this diagram:

  • Transimpedance block
  • Reference voltage block
  • Current mirror block (test block)

The transimpedance block has two selectable gain configurations: 4.5kΩ and 18.2kΩ when taking into consideration the attenuation due to a 500Ω load.  Since there is only one switch, the parallel combination of the RF2 with RF1 is 4.5kΩ.  The schematic is simplified to ensure that the resulting value is represented clearly.

The transimpedance block was designed to provide excellent bandwidth (>100MHz) in both gain configurations with the lowest possible RMS noise over its entire bandwidth.

The reference voltage block has several purposes:

  • Provide the adequate DC-reference voltage to the input.
  • Provide a DC-reference at the output allowing the DC-coupled solution to fully differential signal chain, which in turn provides CMRR as well as converting PSRR issue into CMRR.

The third block available on the pinout is intended to simplify the characterization and the evaluation of the OPA857.  Before going further in this device feature and how to characterize it, let’s have a look at the expected measured performance.  One of the requirements is to measure as directly as possible in the intended application circuit.

  • Frequency response
  • Pulse response
  • Harmonic Distortion

Reference block

The reference block is set to be 5/9th of the power supply.  So for 3.3 V, the reference voltage is 1.8 V.  The high bandwidth allows low output impedance to high frequencies.  The reference voltage is then fed to two paths.  One path leading to the output OUTN has a 25Ω series resistor.  The other path has a series RC going to the non-inverting input of the TIA.  The RC filter is used to minimize the high frequency noise coming from the reference voltage at the buffer input.

TIA block

The amplifier of the TIA block has a class-A output stage, limiting its swing down from the common-mode voltage of 1.83 V almost all the way to the rail.  Due to the internal protection, added for both protection and the improved overdrive recovery, it is not possible to swing closer to the rail than 0.6V.  This still leave 1.2 V swing on the output for the dynamic range, corresponding to a maximum input current of 60uA in the 20kΩ gain and 240uA in the 5kΩ gain.

A 25Ω series resistance is also found on each output, limiting the loading the amplifier experiences, but also reduces the gain.  With a 500Ω differential load, the attenuation due to the load is 0.83dB, which impacts the overall transimpedance gain.  Due to the load attenuation, the 20kΩ transimpedance gain is reduced to an effective 18.2kΩ while the 5kΩ is reduced to an effective 4.5kΩ.

Bandwidth consideration

Due to its fixed transimpedance configuration and associated internal compensation, the source input capacitance must stay low as stated earlier.  The nominal design target is 1.5pF including board parasitic.  It is not recommended to have an input capacitance in excess of 5pF for maximum flatness in the 5kΩ gain.  At 5pF input capacitance, the OPA857 in the 20kΩ gain will peak 1.5dB.  See figure 2a) and 2b) below:

Figure 2: a) 20kΩ gain, b) 5kΩ gain

Note also that the bandwidth will vary with the load: the heavier the load, the lower the bandwidth.  See figure 3 below.

Figure 3: OPA857 bandwidth variation with load, a) 20kΩ, b) 5kΩ

Now that we have reviewed the expected performance of the amplifier, in my next post we can look into actually implementing the measurements.

How to evaluate a transimpedance amplifier (part 1)的更多相关文章

  1. How to evaluate a transimpedance amplifier (part 2)

    In my previous blog on "How to evaluate a transimpedance amplifier, part 1", we looked at ...

  2. [转]What you need to know about transimpedance amplifiers – part 1

    Transimpedance amplifiers (TIAs) act as front-end amplifiers for optical sensors such as photodiodes ...

  3. Could not evaluate expression

    VS15 调试变量不能显示值,提示:Could not evaluate expression 解决办法: 选择"在调试时显示运行以单击编辑器中的按钮"重启VS即可. 可参考:Vi ...

  4. [LeetCode] Evaluate Reverse Polish Notation 计算逆波兰表达式

    Evaluate the value of an arithmetic expression in Reverse Polish Notation. Valid operators are +, -, ...

  5. Evaluate Math Expression

    Evaluate Math Expression eryar@163.com 摘要Abstract:本文简要介绍了数学表达式解析求值的几款开源软件,并结合程序代码说明了OpenCascade中表达式包 ...

  6. RobotFrameWork(四)变量运算与Evaluate

    一.特殊变量运算: 执行结果: 二.Evaluate使用 函数释义:Evaluate是执行Python表达式,并返回执行结果 示例1: 执行结果: 示例2: 执行结果:

  7. 【leetcode】Evaluate Reverse Polish Notation

    Evaluate Reverse Polish Notation 题目描述: Evaluate the value of an arithmetic expression in Reverse Pol ...

  8. 使用centos引导内核错误:kernel: pnp 00:0b: can't evaluate _CRS: 8

    CentOS系统在开机过程中,一直遇到黑屏提示:“kernel: pnp 00:0b: can't evaluate _CRS: 8”,不理会它仍能启动系统并正常工作,未知何故. 经查,这是内核引导的 ...

  9. The Non-Inverting Amplifier Output Resistance by Adrian S. Nastase [ Copied ]

    Source Address: http://masteringelectronicsdesign.com/the-non-inverting-amplifier-output-resistance/ ...

随机推荐

  1. IIS、Asp.net 编译时的临时文件路径(转载)

    IIS上部署的ASP.NET站点都会在一个.Net Framework的特定目录下生成临时编译文件增加ASP.NET站点的访问性能,有时候需要手动去删除这些临时编译文件,特别是发布新版本代码到IIS后 ...

  2. Angularjs之directive指令学习笔记(二)

    1.Directive的五个实例知道driective作用.其中字段restrict.template. replace.transclude.link用法 参考文章链接地址:http://damoq ...

  3. 批处理命令——rem 和 pause

    [1]rem命令简介 注释命令,在C语言中相当于/*----------*/,它并不会被执行,只是起到一个注释的作用,便于别人及自己将来阅读和维护脚本. 为了更具体的理解,请看示例: 新建一个文本文件 ...

  4. 关于web开发前端h5框架的选择

    关于web开发前端h5框架的选择 看了很多移动版框架都是基于app混合式开发的,不是单独h5网站的基于h5开发的web框架从组件丰富度,兼容性,相关教程来说bootstrap还是最好的react和vu ...

  5. 各种数据库连接代码的测试类(java)

    测试类: public class Mytest { Connection conn=null; Statement stmt=null; String myDriver="com.mysq ...

  6. DE1-SOC开发板上搭建NIOS II处理器运行UCOS II

    DE1-SOC开发板上搭建NIOS II处理器运行UCOS II   今天在DE1-SOC的开发板上搭建NIOS II软核运行了UCOS II,整个开发过程比较繁琐,稍微有一步做的不对,就会导致整个过 ...

  7. Hibernate,JPA注解@PrimaryKeyJoinColumn

    一对一(One-to-one),主键关联 用例代码如下: 数据库DDL语句 1,CAT表 create table CAT ( id CHAR) not null, create_time ), up ...

  8. 如何在VS2013中新建WindowsService定时任务

    http://jingyan.baidu.com/article/cd4c2979e9330d756f6e6070.html 很多人都想做定时任务,但是没有不知道如何下手,现在就用WindowsSer ...

  9. 21、JavaScript加强

      1)回顾JS中核心内容 2)了解WEB1.0和WEB2.0时代的技术与特点 3)理解AJAX的产生背景.工作原理与特点 4)掌握AJAX常用API及应用   声明:服务端我们使用Servlet技术 ...

  10. Postgres-XL集群搭建

    Postgres-XL 是一个完全满足ACID的.开源的.可方便进行水平扩展的.多租户安全的.支持share-nothing;支持海量数据并行处理-MPP(Massively Parallel Pro ...