采用一种新型的微带馈线叫有损微带结构(DMS),该平面结构通过对微带馈线的变形来降低低频段的频率;(2)在地板上靠近辐射板的馈源端处采用平滑的斜角处理,能较好地扩展高频段的可用频率。通过以上两种技术的结合使用,有效地扩展了UWB的带宽。
上传时间: 2013-10-18
上传用户:吾学吾舞
本文通过对微带传输特性、常用板材性能参数进行比较分析,给出用于无线通信模拟前端、高速数字信号等应用中PCB板材选取方案,进一步从线宽、过孔、线间串扰、屏蔽等方面总结高频板PCB设计要点
上传时间: 2013-10-12
上传用户:wmwai1314
摘要: 串行传输技术具有更高的传输速率和更低的设计成本, 已成为业界首选, 被广泛应用于高速通信领域。提出了一种新的高速串行传输接口的设计方案, 改进了Aurora 协议数据帧格式定义的弊端, 并采用高速串行收发器Rocket I/O, 实现数据率为2.5 Gbps的高速串行传输。关键词: 高速串行传输; Rocket I/O; Aurora 协议 为促使FPGA 芯片与串行传输技术更好地结合以满足市场需求, Xilinx 公司适时推出了内嵌高速串行收发器RocketI/O 的Virtex II Pro 系列FPGA 和可升级的小型链路层协议———Aurora 协议。Rocket I/O支持从622 Mbps 至3.125 Gbps的全双工传输速率, 还具有8 B/10 B 编解码、时钟生成及恢复等功能, 可以理想地适用于芯片之间或背板的高速串行数据传输。Aurora 协议是为专有上层协议或行业标准的上层协议提供透明接口的第一款串行互连协议, 可用于高速线性通路之间的点到点串行数据传输, 同时其可扩展的带宽, 为系统设计人员提供了所需要的灵活性[4]。但该协议帧格式的定义存在弊端,会导致系统资源的浪费。本文提出的设计方案可以改进Aurora 协议的固有缺陷,提高系统性能, 实现数据率为2.5 Gbps 的高速串行传输, 具有良好的可行性和广阔的应用前景。
上传时间: 2013-10-13
上传用户:lml1234lml
第一章 传输线理论一 传输线原理二 微带传输线三 微带传输线之不连续分析第二章 被动组件之电感设计与分析一 电感原理二 电感结构与分析三 电感设计与模拟四 电感分析与量测传输线理论与传统电路学之最大不同,主要在于组件之尺寸与传导电波之波长的比值。当组件尺寸远小于传输线之电波波长时,传统的电路学理论才可以使用,一般以传输波长(Guide wavelength)的二十分之ㄧ(λ/20)为最大尺寸,称为集总组件(Lumped elements);反之,若组件的尺寸接近传输波长,由于组件上不同位置之电压或电流的大小与相位均可能不相同,因而称为散布式组件(Distributed elements)。 由于通讯应用的频率越来越高,相对的传输波长也越来越小,要使电路之设计完全由集总组件所构成变得越来越难以实现,因此,运用散布式组件设计电路也成为无法避免的选择。 当然,科技的进步已经使得集总组件的制作变得越来越小,例如运用半导体制程、高介电材质之低温共烧陶瓷(LTCC)、微机电(MicroElectroMechanical Systems, MEMS)等技术制作集总组件,然而,其中电路之分析与设计能不乏运用到散布式传输线的理论,如微带线(Microstrip Lines)、夹心带线(Strip Lines)等的理论。因此,本章以讨论散布式传输线的理论开始,进而以微带传输线为例介绍其理论与公式,并讨论微带传输线之各种不连续之电路,以作为后续章节之被动组件的运用。
标签: 传输线
上传时间: 2013-11-10
上传用户:潇湘书客
目录 第一章 传输线理论 一 传输线原理 二 微带传输线 三 微带传输线之不连续分析 第二章 被动组件之电感设计与分析 一 电感原理 二 电感结构与分析 三 电感设计与模拟 电感分析与量测
标签: 传输线
上传时间: 2013-11-21
上传用户:qb1993225
题目:利用条件运算符的嵌套来完成此题:学习成绩>=90分的同学用A表示,60-89分之间的用B表示,60分以下的用C表示。 1.程序分析:(a>b)?a:b这是条件运算符的基本例子。
上传时间: 2015-01-08
上传用户:lifangyuan12
RSA算法 :首先, 找出三个数, p, q, r, 其中 p, q 是两个相异的质数, r 是与 (p-1)(q-1) 互质的数...... p, q, r 这三个数便是 person_key,接著, 找出 m, 使得 r^m == 1 mod (p-1)(q-1)..... 这个 m 一定存在, 因为 r 与 (p-1)(q-1) 互质, 用辗转相除法就可以得到了..... 再来, 计算 n = pq....... m, n 这两个数便是 public_key ,编码过程是, 若资料为 a, 将其看成是一个大整数, 假设 a < n.... 如果 a >= n 的话, 就将 a 表成 s 进位 (s
标签: person_key RSA 算法
上传时间: 2013-12-14
上传用户:zhuyibin
数字运算,判断一个数是否接近素数 A Niven number is a number such that the sum of its digits divides itself. For example, 111 is a Niven number because the sum of its digits is 3, which divides 111. We can also specify a number in another base b, and a number in base b is a Niven number if the sum of its digits divides its value. Given b (2 <= b <= 10) and a number in base b, determine whether it is a Niven number or not. Input Each line of input contains the base b, followed by a string of digits representing a positive integer in that base. There are no leading zeroes. The input is terminated by a line consisting of 0 alone. Output For each case, print "yes" on a line if the given number is a Niven number, and "no" otherwise. Sample Input 10 111 2 110 10 123 6 1000 8 2314 0 Sample Output yes yes no yes no
上传时间: 2015-05-21
上传用户:daguda
源代码\用动态规划算法计算序列关系个数 用关系"<"和"="将3个数a,b,c依次序排列时,有13种不同的序列关系: a=b=c,a=b<c,a<b=v,a<b<c,a<c<b a=c<b,b<a=c,b<a<c,b<c<a,b=c<a c<a=b,c<a<b,c<b<a 若要将n个数依序列,设计一个动态规划算法,计算出有多少种不同的序列关系, 要求算法只占用O(n),只耗时O(n*n).
上传时间: 2013-12-26
上传用户:siguazgb
The government of a small but important country has decided that the alphabet needs to be streamlined and reordered. Uppercase letters will be eliminated. They will issue a royal decree in the form of a String of B and A characters. The first character in the decree specifies whether a must come ( B )Before b in the new alphabet or ( A )After b . The second character determines the relative placement of b and c , etc. So, for example, "BAA" means that a must come Before b , b must come After c , and c must come After d . Any letters beyond these requirements are to be excluded, so if the decree specifies k comparisons then the new alphabet will contain the first k+1 lowercase letters of the current alphabet. Create a class Alphabet that contains the method choices that takes the decree as input and returns the number of possible new alphabets that conform to the decree. If more than 1,000,000,000 are possible, return -1. Definition
标签: government streamline important alphabet
上传时间: 2015-06-09
上传用户:weixiao99