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. Centos7.5安装kafka集群

    Tags: kafka Centos7.5安装kafka集群 Centos7.5安装kafka集群 主机环境 软件环境 主机规划 主机安装前准备 安装jdk1.8 安装zookeeper 安装kafk ...

  2. iOS开发事件分发机制—响应链—手势影响

    1.提纲 什么是iOS的事件分发机制 ? 一个事件UIEvent又是如何响应的? 手势对于响应链有何影响? 2.事件分发机制 2.1.来源 以直接触摸事件为例: 当用户一个手指触摸屏幕是会生成一个UI ...

  3. JS Date Math Number

    Date对象 Date对象和String对象不太一样,定义了一字符串,其实就是一个String对象,就可以直接调用属性和方法. Date对象的使用,必须使用new关键字来创建,否则,无法调用Date对 ...

  4. ultis, BIT(x), BITCOUNT(x)

    /* http://resnet.uoregon.edu/~gurney_j/jmpc/bitwise.html */ #define BITCOUNT(x) (((BX_(x)+(BX_(x)> ...

  5. 获取linux性能数据

    import reimport osimport sysimport jsonimport socketfrom urllib import request,parseimport urllibfro ...

  6. Web安全之Web 安全介绍与基础入门知识

    web安全介绍与基础入门知识 安全与安全圈 甲方与乙方 甲方:如腾讯,阿里等需要安全服务的公司 乙方:提供安全服务产品的服务型安全公司 web与二进制 web,研究web安全 二进制,研究如客户端安全 ...

  7. Android Studio Gradle无法获取pom文件

    错误提示: Error:Execution failed for task ':app:lintVitalRelease'. > Could not resolve all artifacts ...

  8. 40. 组合总和 II

    题目描述: 给定一个数组 candidates 和一个目标数 target ,找出 candidates 中所有可以使数字和为 target 的组合. candidates 中的每个数字在每个组合中只 ...

  9. Spring知识点整理

    1.bean什么时候被实例化 第一:如果你使用BeanFactory作为Spring Bean的工厂类,则所有的bean都是在第一次使用该Bean的时候实例化第二:如果你使用ApplicationCo ...

  10. JavaScript - 常用对象相关

    1. String对象 length : 字符串的长度 charAt(index) : 返回指定位置的字符串, 下标从0开始 indexOf(str) : 返回指定的字符串在当前字符串中首次出现的位置 ...