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

搜索资源列表

  1. X.691-0207

    0下载:
  2. Information technology – ASN.1 encoding rules: Specification of Packed Encoding Rules (PER). ASN.1的PER编码方式说明。-Information technology-ASN.1 encoding r ules : Specification of Packed Encoding Rules (PER). the ASN.1 encoding PER note.
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:566351
    • 提供者:Wendy
  1. QPSK_TRANSMITTER

    0下载:
  2. M-file for simulating a QPSK transmitter by modulating with a pseudo random bit stream. A serial to parallel conversion of the pseudo random bit stream is performed with mapping of two bits per symbol. A cosine and sine carrier is configured and the
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:2170
    • 提供者:xiaoying
  1. sdr_model

    0下载:
  2. M-file for simulating a QPSK transmitter by modulating with a pseudo random bit stream. A serial to parallel conversion of the pseudo random bit stream is performed with mapping of two bits per symbol. A cosine and sine carrier is configured and the
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:28915
    • 提供者:xiaoying
  1. SNACCDLL

    0下载:
  2. SNACC1.7 C++的动态库,可以做BER PER编码的库
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:111532
    • 提供者:wangww
  1. SCommTest02

    0下载:
  2. 一个串口数据发送程序,每次发送一定量的字节数,其中第二个字节每次增加0X11,可用来统计发送了多少帧数据-A serial data transmission process, each time I send a certain amount of bytes, including byte-per-second increase in 0X11, statistics can be used to send the number of frame data
  3. 所属分类:Communication

    • 发布日期:2017-03-29
    • 文件大小:20278
    • 提供者:xu
  1. the[1].da.vinci.code.(2006).per.1cd.(3080429)

    0下载:
  2. this is a davinchi cod
  3. 所属分类:Communication

    • 发布日期:2017-04-04
    • 文件大小:6158
    • 提供者:iman
  1. qask

    0下载:
  2. clear all M=input( enter the number of symbols ) N=log(M)/log(2) NPoints=input( Enter the number of points ) NumberBits=input( Enter the number of points per bit ) for i=1:NPoints m=round(rand(1)*3) data(i)=2*m-1-M end-clear
  3. 所属分类:Communication

    • 发布日期:2017-03-31
    • 文件大小:621
    • 提供者:venkat reddy
  1. quatenarymod

    0下载:
  2. clear all m=input( enter the number of symbols ) n=log(m)/log(2) npoints=input( enter the no of points ) nbits=input( enter the no of points per bit ) for i=1:npoints d=round((rand(1))) data(i)=2*d-1-m end-clear all m=in
  3. 所属分类:Communication

    • 发布日期:2017-04-02
    • 文件大小:575
    • 提供者:venkat reddy
  1. Fee

    0下载:
  2. 问题的提出:编写一个长途电话计费程序,计费规则是每6秒钟0.06元,要求能输入发话地、收话地,输出话费。-Of the problem: write a long-distance telephone billing procedures, billing rules is 0.06 yuan per 6 seconds, required to enter the speaker, the closing words, the output charges.
  3. 所属分类:Communication

    • 发布日期:2017-04-01
    • 文件大小:140055
    • 提供者:eli
  1. c51-test

    0下载:
  2. 通信协议: 第1字节,MSB为1,为第1字节标志,第2字节,MSB为0,为非第一字节标志,其余类推……,最后一个字节为前几个字节后7位的异或校验和。   测试方法:可以将串口调试助手的发送框写上 95 10 20 25,并选上16进制发送,接收框选上16进制显示,如果每发送一次就接收到95 10 20 25,说明测试成功。-Communication protocols: 1 byte, MSB is 1 mark for the first 1 byte, 2 bytes, MSB
  3. 所属分类:Communication

    • 发布日期:2017-04-01
    • 文件大小:1216
    • 提供者:lsj
  1. mytest

    0下载:
  2. 串口通讯,输出每两位十六进制数组成的字段-Serial communication, the output of two bits per sixteen hexadecimal number consisting of a field
  3. 所属分类:Communication

    • 发布日期:2017-05-14
    • 文件大小:3736456
    • 提供者:海子
  1. Engset multirate loss model

    0下载:
  2. This code calculates blocking probabilities in a single link that supports multiple service classes with different requirements per class. The number of traffic sources per service-class is considered.
  3. 所属分类:通讯编程

    • 发布日期:2015-01-21
    • 文件大小:1899
    • 提供者:johnsvardakas
  1. CDF-plot-of-PAPR.tar

    0下载:
  2. understand peak to average power ratio (PAPR) and its typical value in an OFDM system specified per IEEE 802.11a specifications.
  3. 所属分类:Communication

    • 发布日期:2017-04-29
    • 文件大小:31732
    • 提供者:Saaya
  1. Understanding-OFDM.tar

    0下载:
  2. Simulation of a typical Orthogonal Frequency Division Multiplexing (OFDM) transmission defined per IEEE 802.11a specification.
  3. 所属分类:Communication

    • 发布日期:2017-04-29
    • 文件大小:26219
    • 提供者:Saaya
  1. MSK

    0下载:
  2. MSK调制程序,MSK_MOD为基带调制子函数 data 调制信号 data_len 码元个数 sample_number 每个码元采样点数 Rb 码元速率 signal_out 基带调制输出 I_out I路输出 Q_out Q路输出 -MSK modulation program, MSK_MOD baseband modulation subroutine data modulated signal data_len symbol
  3. 所属分类:Communication

    • 发布日期:2017-04-11
    • 文件大小:1201
    • 提供者:张哲
  1. code

    0下载:
  2. This function calculates the per-user SEs of MUEs and PUEs. Plots the SE results for different values of REB and power reduction factor.
  3. 所属分类:Communication

    • 发布日期:2017-04-14
    • 文件大小:4847
    • 提供者:alo
  1. 2secondsperpulsmeasurethenumberof

    0下载:
  2. 2 seconds per pulse measured the number of
  3. 所属分类:Communication

    • 发布日期:2017-04-14
    • 文件大小:3092
    • 提供者:shui30833
搜珍网 www.dssz.com