-
抖动是非常重要的,在系统中使用的锁相环
Jitter is extremely important in systems using PLL-based
clock drivers. The effects of jitter range from not having any
effect on system operation to rendering the system completely
non-functional. This application note provides the reader
with a clear understanding of jitter in high-speed systems. It
introduces the reader to various kinds of jitter in high-speed
systems, their causes and their effects, and methods of reducing
jitter. This application note will concentrate on jitter in PLL-based frequency synthesizers.
- 2023-07-10 03:55:03下载
- 积分:1
-
交互式方针工具,研究用于线性盲信道均衡的CMA算法,Matlab程序
交互式方针工具,研究用于线性盲信道均衡的CMA算法,Matlab程序-The BERGulator is a MATLAB5-based interactive simulation tool aimed at studying the behavior of the Constant Modulus Algorithm (CMA) when used for direct blind linear channel equalization.
- 2023-08-26 02:50:03下载
- 积分:1
-
simple menu Circle and Chinese PC Poeckt
简单的画圆和中文菜单Poeckt PC-simple menu Circle and Chinese PC Poeckt
- 2023-02-28 23:35:04下载
- 积分:1
-
此软件描述的是一个通讯录的软件,此软件简单实用,很好用,...
此软件描述的是一个通讯录的软件,此软件简单实用,很好用,-dsfg
- 2023-05-21 12:25:05下载
- 积分:1
-
安全的数据传输
安全的数据传输是无线 sensornetworks (Wsn) 的一个关键问题。聚类是有效和实用的方式来提高系统性能的无线传感器网络。在本文中,我们研究基于聚类的安全数据传输无线传感器网络 (CWSNs),集群在哪里形成动态 andperiodically。我们提出了两种安全和高效数据传输 (套) 协议 CWSNs,称为集 IBS 和集-IBOOS,通过使用身份 Baseddigital 签名 (IBS) 方案和基于身份的联机/脱机数字签名 (IBOOS) 方案,分别。集 IBS,安全依赖于 thehardness Diffie 赫尔曼问题配对的域中。集 IBOOS 进一步室温计算开销为协议安全,对于无线传感器网络,至关重要,而其安全性依赖于离散对数问题的硬度。Weshow 安全要求和安全分析各种攻击的集 IBS 和集 IBOOS 协议的可行性。向提供了计算和模拟] 说明拟议协议的效率。结果表明,拟议的议定书有性能比现有的安全协议 CWSNs,安全摇,能源消耗方面。
- 2023-03-10 10:45:03下载
- 积分:1
-
Communication Serie , RS232, HyperTerminal
Communication Serie , RS232, HyperTerminal
- 2023-08-22 05:35:03下载
- 积分:1
-
please check my uploads so i cam bowe the services of this dite
please check my uploads so i cam bowe the services of this dite
- 2022-03-11 13:37:02下载
- 积分:1
-
Through the gateway can only realize rtp transmission an English document, and t...
通过只能网关实现rtp传输的一个英文文档,希望对大家有所帮助。-Through the gateway can only realize rtp transmission an English document, and they hope to be helpful to everyone.
- 2022-08-03 11:44:52下载
- 积分:1
-
学习USB2.0驱动程序设计源码,包括Windows DDK Driver驱动的详细设计,U盘,MP3的程序设计例子...
学习USB2.0驱动程序设计源码,包括Windows DDK Driver驱动的详细设计,U盘,MP3的程序设计例子-learning USB Driver Design source, including Windows DDK Driver Driver of the detailed design, the U-disk, MP3 programming examples
- 2022-11-21 10:00:03下载
- 积分:1
-
两台电脑简单通信
很简单的源码,通过C++实现两台电脑的简单通信,希望对大家有帮助,#include
#include
#pragma comment(lib,"ws2_32.lib")
void main()
{
WORD wVersionRequested;
WSADATA wsaData;
int err;
wVersionRequested = MAKEWORD( 1, 1 );//请求1.1版本的winsock库
err = WSAStartup( wVersionRequested, &wsaData );
if ( err != 0 ) {
return;
}
if ( LOBYTE( wsaData.wVersion ) != 1 ||
HIBYTE( wsaData.wVersion ) != 1 ) {
WSACleanup( );
return;
}
&n
- 2022-03-20 09:13:36下载
- 积分:1