Impedance

(1) Z0

Z0 is the impedance of one T-line while other lines are held at 0.

Single end.

(2) Zdiff

Zdiff is the impedance bw T1 and T2.

when lines are uncoupled,

Zdiff = 2* Z0;

(3) Zcomm

Zcomm is defined as the current that flows in the pair due to Vcomm.

Vcomm on T1 and T2 are the same, so it can be seen as T1 and T2 are connected together.

so when there’s no couple,

Zcomm = 1/2* Z0;

(4) Zodd

Zodd is the impedance of a single trace, when the pair is driven with an ODD Mode.

If there’s no coupling,   Zdiff = 2* Z0;

if there’s coupling, Zdiff = 2* Zodd.

(5) Zeven

Zeven is the impedance of a single trace, when the pair is driven with an EVEN Mode.

If there’s no coupling,   Zcomm = 1/2 * Z0;

if there’s coupling, Zcomm = 1/2 * Zeven.

(6 ) commom equations to calculate Z0, Zodd and Zeven:

Termination

We want to create a termination network that:

1) Vdiff observes Zdiff = 2·ZODD, that is Zdiff is constant;
2) Vcomm observes Zcomm = (1/2)·Zeven, that is Zcomm is constant.

For a single ODD or EVEN case, it can be accomplished by:

1) for ODD mode

2) for EVEN mode

But obviouly none of above can cover both cases.

To cover both cases, we can use Pie network or T network.

(1) Pie network

. for EVEN mode, voltages on both ends of R1 are Vcomm, so R1 can be seen as open, hence

R2 = Zeven

. for ODD mode, we hope:

R1//(2*R2) = 2* Zodd.

It can be transferred as:

In summary, for Pie termination network,

(2) T network

. for ODD mode, there’s a virtual ground at the connecting point of R1 and R2, so R2 can be seen as obsolete, hence

R1 = Zodd.

. for EVEN mode, we hope:

1/2* R1 + R2 = 1/2 * Zeven,

it can be transferred as:

In summary, for T termination network:

differential related impedance and termination的更多相关文章

  1. USB 3.0规范中译本 第5章 机械结构

    本文为CoryXie原创译文,转载及有任何问题请联系cory.xie#gmail.com. 本章定义USB 3.0连接器和线缆组件的form, fit 和 function.包括以下方面: • 连接器 ...

  2. Discrete.Differential.Geometry-An.Applied.Introduction(sig2013) 笔记

    The author has a course on web: http://brickisland.net/DDGSpring2016/ It has more reading assignment ...

  3. Discrete.Differential.Geometry-An.Applied.Introduction(sig2008)笔记

    -------------------------------------------------------------- Chapter 1: Introduction to Discrete D ...

  4. <<Differential Geometry of Curves and Surfaces>>笔记

    <Differential Geometry of Curves and Surfaces> by Manfredo P. do Carmo real line Rinterval I== ...

  5. <Differential Geometry of Curves and Surfaces>(by Manfredo P. do Carmo) Notes

    <Differential Geometry of Curves and Surfaces> by Manfredo P. do Carmo real line Rinterval I== ...

  6. 32、Differential Gene Expression using RNA-Seq (Workflow)

    转载: https://github.com/twbattaglia/RNAseq-workflow Introduction RNAseq is becoming the one of the mo ...

  7. Method of offloading iSCSI TCP/IP processing from a host processing unit, and related iSCSI TCP/IP offload engine

    A method of offloading, from a host data processing unit (205), iSCSI TCP/IP processing of data stre ...

  8. 目录:Matrix Differential Calculus with Applications in Statistics and Econometrics,3rd_[Magnus2019]

    目录:Matrix Differential Calculus with Applications in Statistics and Econometrics,3rd_[Magnus2019] Ti ...

  9. kubernetes concepts -- Termination Of Pod

    Pods are the smallest deployable units of computing that can be created and managed in Kubernetes. W ...

随机推荐

  1. iBATIS结果映射

    resultMap的元素是在iBATIS的最重要和最强大的元素.您可以通过使用iBATIS的结果映射减少高达90%的JDBC编码,在某些情况下,可以让你做JDBC不支持的事情. ResultMaps的 ...

  2. 3.4_springboot2.x整合spring Data Elasticsearch

    Spring Data Elasticsearch 是spring data对elasticsearch进行的封装. 这里有两种方式操作elasticsearch: 1.使用Elasticsearch ...

  3. [课后作业] 第001讲:我和Python的第一次亲密接触 | 课后测试题的答案

    0. Python 是什么类型的语言? Python是脚本语言 脚本语言(Scripting language)是电脑编程语言,因此也能让开发者藉以编写出让电脑听命行事的程序.以简单的方式快速完成某些 ...

  4. selenium基础-图形验证码

    selenium基础-图形验证码 一.图形验证码作用 设计的初衷其实就是为了防自动化,防止一些人利用自动工具恶意攻击网站 二.图形验证码是由客户端生成还是由服务器端生成的? 图形验证码是由服务器端生成 ...

  5. !important的用法及作用

    定义及语法 !important,作用是提高指定样式规则的应用优先权(优先级).语法格式{ cssRule !important },即写在定义的最后面,例如:box{color:red !impor ...

  6. Tomcat Geoserver等服务器 端口号修改

    端口号修改是我们经常会用到的,这里整理一下我们常见的服务器端口号修改位置,后面在用到的时候会持续更新 注意:端口号修改服务都需要重启才有效. 1.Tomcat 位置:..\tomcat路径\conf\ ...

  7. 结对编程收获-Core10组-PB16110698

    本周结对编程追加作业:记录收获.坦白说,我的收获多而杂,一时不知从何说起,以下试图从各方面简要谈谈. 一.编程能力收获 从编程能力方面,我收获的主要是类的设计思路和算法设计.在作业要求blog的指引下 ...

  8. 2019-7-27-解决从旧格式的-csproj-迁移到新格式的-csproj-格式-AssemblyInfo-文件值重复问题...

    title author date CreateTime categories 解决从旧格式的 csproj 迁移到新格式的 csproj 格式 AssemblyInfo 文件值重复问题 lindex ...

  9. springmvc常用知识总结,不定期更新

    1.@Controller 注解到类名上,表示该类是控制器. 2.@RequestMapping("/xxxx") 可以放在类名/方法名之上,表示访问请求该方法时的映射url.如果 ...

  10. 新知道一个 端对端加密 Signal protocol

    看 socketio Sponsors 列表中的小蓝鸟,发现网站中有使用 x-jquery-tmpl [翻译]WhatsApp 加密概述(技术白皮书) 知道一个叫 Signal 协议 的端对端加密 端 ...