CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 通讯编程 搜索资源 - .z

搜索资源列表

  1. 宽带波形设计

    0下载:
  2. 本文件是基于高斯正弦波行的宽带脉冲波形设计,保证了相对带宽大,衰减满足3db要求-this document is based on the Gaussian line broadband sinusoidal pulse waveform design, ensuring a relatively large bandwidth. attenuation meet the requirements Z
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:56163
    • 提供者:梁冰
  1. 05041062

    0下载:
  2. 1.产生(0-1)分布随机数的方法:z i =(16807zi-1 +1)mod(pow(2,32)).被主函数调用. 2.产生U(0-1)分布利用公式:x1=sqrt(-2lnU1)cos(2PiU2), x2=sqrt(-2lnU1)sin(2PiU2) 3.产生瑞利分布,用两个独立同分布的正态分布值,用公式 x= sqrt(Y1*Y1+Y2*Y2)产生瑞利随机数. 4泊松分布-1. 20 (0-1) random number distribution methods : i
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:52813
    • 提供者:吕军红
  1. sbox

    0下载:
  2. Matlab tool for S,Z,H,Y parameter transfer-Matlab tool for S, Z, H, Y parameter transfer
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:19817
    • 提供者:
  1. Karu.J..Signals.and.systems_.made.ridiculously.si

    0下载:
  2. This the book "Signals and Systems - made ridiculously simple" by J. Karu in djvu file format. It gives an excellent introduction to system theory and covers all related concepts: Continuous-Time Systems, Frequency Domain, Laplace Transform, Continuo
  3. 所属分类:Communication

    • 发布日期:2017-04-09
    • 文件大小:1622931
    • 提供者:kashaxn
  1. xplzwave_source

    0下载:
  2. source code for xPL Z-Wave control. required for using xPL with Z-Wave USB stick. contains C++ and C# codes
  3. 所属分类:Communication

    • 发布日期:2017-03-29
    • 文件大小:427249
    • 提供者:wicket
  1. SCPortTest(11-10)

    0下载:
  2. 利用单文档实现上位机与下位机之间的串口通讯-Single Document Serial Communication
  3. 所属分类:Communication

    • 发布日期:2017-05-13
    • 文件大小:3538309
    • 提供者:yjc
  1. sixthIdentity

    0下载:
  2. Filtering with H(z) and up-sampling by L is equal to the up-sampling by L and filtering with H(zL)
  3. 所属分类:Communication

    • 发布日期:2017-03-31
    • 文件大小:595
    • 提供者:deva
  1. ieee.std_802.15.4-2006

    1下载:
  2. 802.15.4 doc, include z-mac,t-mac,s-mac, etc-802.15.4 doc, include z-mac,t-mac,s-mac, etc..
  3. 所属分类:Communication

    • 发布日期:2017-06-01
    • 文件大小:14295421
    • 提供者:mr.jeon
  1. bacnet-stack-0.5.9

    1下载:
  2. BACnet 最新版本的Free Stack,对原有协议进行了较大的修正,目前为0.5.9版本 BACnet协议是楼宇自动化唯一的国际协议,已经得到欧盟和美国、日韩的国家标准认可-BACnet Static Version 0.5.9 based on ASHARE Standard version 2008 the new latest version Building Automation Protocol
  3. 所属分类:通讯编程

    • 发布日期:2014-02-14
    • 文件大小:1774233
    • 提供者:兰心
  1. Serial-communition

    0下载:
  2. 用MFC实现的z-stack串口通信程序-the communition completed with z-stack by MFC
  3. 所属分类:Communication

    • 发布日期:2017-03-29
    • 文件大小:83656
    • 提供者:xiaozai
  1. mstripa

    0下载:
  2. 微带线分析程序,由w/h计算阻抗Z,有效介电常数e-microstrip analysis (calculates Z,eff from w/h)
  3. 所属分类:Communication

    • 发布日期:2017-11-24
    • 文件大小:776
    • 提供者:
  1. huffman-coding

    0下载:
  2. 在电报通讯中,电文是以二进制的0、1序列传送的。字符集中的字符的使用频率是不同的(比如e和t的使用较之q和z要频繁得多),哈夫曼编码可以使得编码的总长最短,从而相同的位长可以传送更多的信息。-In telegraph communications, the message is transmitted binary sequence 0,1. Frequency character sets are different (such as e q and t and z are used with
  3. 所属分类:Communication

    • 发布日期:2017-04-12
    • 文件大小:1592
    • 提供者:wang2
  1. CS_FiFo_process_20130417B

    0下载:
  2. 使用C#编写的关于FIFO处理的算法, 有兴趣的朋友可以参考。Bill.Z-The FIFO algorithm written by C#, anyone needed for reference. Bill.Z
  3. 所属分类:Communication

    • 发布日期:2017-04-23
    • 文件大小:40771
    • 提供者:bill.zhang
  1. kemp

    0下载:
  2. 串口接受发送,z实现收发功能的测试 -serial uart
  3. 所属分类:Communication

    • 发布日期:2017-05-07
    • 文件大小:1200078
    • 提供者:kemp
  1. aaaa

    0下载:
  2. Simulation &Analysis of Z Source Inverter Using Different Modulation Control Techniques
  3. 所属分类:Communication

  1. SerialTest

    0下载:
  2. 自己编写的串口测试程序,可发送、接收16进制码、ASCII码。可加校验码,校验码包括CRC16、CRC8、LRC、CHECKSUM、回车、CONTROL+Z。可循环发送、单次发送。-a serial test tool,programed by myself.
  3. 所属分类:Communication

    • 发布日期:2017-04-30
    • 文件大小:314172
    • 提供者:
  1. sprzegacz

    0下载:
  2. Jednosekcyjny zbliż eniowy sprzę gacz kierunkowy z odcinków symetrycznych linii paskowych
  3. 所属分类:Communication

    • 发布日期:2017-05-04
    • 文件大小:8894
    • 提供者:Luto
  1. PERFORMANCE_EVALUATION_OF_SIMULATED_CDMA_SYSTEM.Z

    0下载:
  2. This code is useful for CDMA
  3. 所属分类:Communication

    • 发布日期:2017-05-04
    • 文件大小:12053
    • 提供者:Judelin
  1. SimulationBerAWGN_16QAM001

    1下载:
  2. % code file:SimulationBerAWGN_16QAM001 % explain: 信道噪声为AWGN时16-QAM的BER,模型为y = x+z(水声通信第三次作业) % code data:2018.10.09
  3. 所属分类:通讯编程

搜珍网 www.dssz.com