differential related impedance and termination
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的更多相关文章
- USB 3.0规范中译本 第5章 机械结构
本文为CoryXie原创译文,转载及有任何问题请联系cory.xie#gmail.com. 本章定义USB 3.0连接器和线缆组件的form, fit 和 function.包括以下方面: • 连接器 ...
- Discrete.Differential.Geometry-An.Applied.Introduction(sig2013) 笔记
The author has a course on web: http://brickisland.net/DDGSpring2016/ It has more reading assignment ...
- Discrete.Differential.Geometry-An.Applied.Introduction(sig2008)笔记
-------------------------------------------------------------- Chapter 1: Introduction to Discrete D ...
- <<Differential Geometry of Curves and Surfaces>>笔记
<Differential Geometry of Curves and Surfaces> by Manfredo P. do Carmo real line Rinterval I== ...
- <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== ...
- 32、Differential Gene Expression using RNA-Seq (Workflow)
转载: https://github.com/twbattaglia/RNAseq-workflow Introduction RNAseq is becoming the one of the mo ...
- 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 ...
- 目录:Matrix Differential Calculus with Applications in Statistics and Econometrics,3rd_[Magnus2019]
目录:Matrix Differential Calculus with Applications in Statistics and Econometrics,3rd_[Magnus2019] Ti ...
- kubernetes concepts -- Termination Of Pod
Pods are the smallest deployable units of computing that can be created and managed in Kubernetes. W ...
随机推荐
- 转-Windows下anaconda简单使用教程
转自:https://www.cnblogs.com/Dota-wiki/p/7871838.html Anaconda is a completely free Python distributio ...
- 转Git仓库分支(Branch)和标签(Tag)
仓库的分支(Branch)规范,影响到每个团队的工作流的一致性:标签(Tag)便于开发团队.测 试团队和其他团队识别每个项目的版本,特别是在协同处理线上问题的时候,大家可以非常清楚 地知道线上运行版本 ...
- Neo4j中实现自定义中文全文索引
数据库检索效率时,一般首要优化途径是从索引入手,然后根据需求再考虑更复杂的负载均衡.读写分离和分布式水平/垂直分库/表等手段:索引通过信息冗余来提高检索效率,其以空间换时间并会降低数据写入的效率:因此 ...
- importError:cannot import name imsave/imread等模块
首先要先看相应的库是否已经安裝成功 pip install numpy pip install pillow pip install scipy 都成功安装之后,执行: import scipy.mi ...
- iOS开发系列-weak与unsafe_unretained修饰符
概述 在iOS内存管理中,为防止循环引用,定义类的内部对象属性使用weak.unsafe_unretained修饰符,不产生强引用. 开发中一般使用的weak修饰符,那么接下来说下weak跟unsaf ...
- python库之sklearn
一.安装sklearn conda install scikit-learn 参考文献 [1]整体介绍sklearn https://blog.csdn.net/u014248127/article ...
- PHP算法之无重复字符的最长子串
给定一个字符串,请你找出其中不含有重复字符的 最长子串 的长度. 示例 1: 输入: "abcabcbb"输出: 3 解释: 因为无重复字符的最长子串是 "abc&quo ...
- vue3环境搭建以及创建简单项目。
1.环境准备,以下都是我的版本.自己在官网上面下载需要的版本. 尝试了Python3.7.3在创建vue3项目时出现问题. node.js10.16.0, python2.7.16, yarn1.16 ...
- CSIC_716_20191109【函数的语法,以及函数的分类,可变长参数*args】
函数 定义.作用.及使用方式 函数是一种工具,可以被重复调用. 使用函数可精简重复代码,减少冗余,增加代码的可读性. 函数要先构造函数,然后调用函数. 构造及调用函数的语法结构 关键字def 函数名 ...
- Java 虚拟机 - GC机制
GC机制的一些总结 https://blog.csdn.net/super_qing_/article/details/85263991 https://blog.csdn.net/yhyr_ycy/ ...