虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

性能<b>影响</b>

  • 高速DSP与SDRAM之间信号传输延时的分析

      当今电子技术的发展日新月异,尤其是深亚微米工艺在IC设计中的应用,使得芯片的集成规模愈来愈大,速度愈来愈高,从而使得如何处理高速信号问题成为设计的关键因素之一。随着电子系统中逻辑和系统时钟频率的迅速提高和信号边沿不断变陡,印刷电路板(PCB)的线迹互连和板层特性对系统电气性能的影响也越发重要。对于低频设计线迹互连和板层的影响可以不考虑;当频率超过50MHz时,互连关系和板层特性的影响不容忽视,必须对传输线效应加以考虑,在评定系统性能时也必须考虑印刷电路板板材的电参数。因此,高速系统的设计必须面对互连延迟引起的时序问题以及串扰、传输线效应等信号完整性(SI)问题。本文主要对互连延迟所引起的时序问题进行探讨。

    标签: SDRAM DSP 信号传输 延时

    上传时间: 2013-12-18

    上传用户:如果你也听说

  • m序列、Gold序列和正交Gold序列的扩频通信系统仿真研究

    为了研究扩频码对直接序列扩频通信系统性能的影响,利用Matlab编程建立直接序列扩频通信系统模型,对该系统进行性能仿真。通过在不同的信噪比条件下,运行仿真系统,得出扩频增益和三种不同扩频码对系统性能影响的结论。

    标签: Gold 序列 仿真研究

    上传时间: 2014-12-30

    上传用户:文993

  • 宽带频率源研究与设计

    介绍了宽带频率信号源的总体方案,分析了对系统稳定性、相位噪声性能产生影响的因素,进而论述了对关键器件技术指标的要求和对环路参数的要求,并进行了仿真分析、理论计算和测试结果分析。

    标签: 宽带 频率源

    上传时间: 2013-10-26

    上传用户:wqq123456

  • PCB铺铜问题

    介绍了PCB铺铜对电路板性能的影响,写得的确很好,与大家分享。

    标签: PCB 铺铜

    上传时间: 2015-01-01

    上传用户:宋桃子

  • 电动舵机加载系统鲁棒综合设计

    电动加载系统存在系统不确定性因素,以及多余力矩。为更好解决由不确定性因素和扰动引起的系统控制问题,提出了基于前馈补偿加鲁棒控制的控制方法,针对舵机运动对加载系统跟踪性能的影响,应用前馈控制对舵机运动扰动进行补偿。通过仿真,揭示了控制器设计中的设计依据,结果表明该方法所设计系统具有很好的鲁棒性,以及很好的抑制多余力矩能力。

    标签: 电动舵机 加载系统 鲁棒 综合设计

    上传时间: 2013-10-26

    上传用户:a296386173

  • 题目:利用条件运算符的嵌套来完成此题:学习成绩>=90分的同学用A表示

    题目:利用条件运算符的嵌套来完成此题:学习成绩>=90分的同学用A表示,60-89分之间的用B表示,60分以下的用C表示。 1.程序分析:(a>b)?a:b这是条件运算符的基本例子。

    标签: gt 90 运算符 嵌套

    上传时间: 2015-01-08

    上传用户:lifangyuan12

  • RSA算法 :首先, 找出三个数, p, q, r, 其中 p, q 是两个相异的质数, r 是与 (p-1)(q-1) 互质的数...... p, q, r 这三个数便是 person_key

    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

    源代码\用动态规划算法计算序列关系个数 用关系"<"和"="将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).

    标签: lt 源代码 动态规划 序列

    上传时间: 2013-12-26

    上传用户:siguazgb

  • The government of a small but important country has decided that the alphabet needs to be streamline

    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