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

搜索资源列表

  1. C_Programming_Communication_Foundation

    0下载:
  2. C语言实现的通信原理实验:包括伪随机数产生及其直方图统计、相关噪声模型及相关函数计算、利用计算机模拟常量信号检测的最佳接收机模型。-C language of communication principle experiments include : Pseudo-Random Number Generation and histogram statistics, Model and associated noise correlation function calculation, using
  3. 所属分类:通讯/手机编程

    • 发布日期:2008-10-13
    • 文件大小:8072
    • 提供者:syb
  1. 几种编码方式

    1下载:
  2. A. 产生一个长为1000的二进制随机序列,“0”的概率为0.8,”1”的概率为0.2;B. 对上述数据进行归零AMI编码,脉冲宽度为符号宽度的50%,波形采样率为符号率的8倍,画出前20个符号对应的波形(同时给出前20位信源序列);C. 改用HDB3码,画出前20个符号对应的波形;D. 改用密勒码,画出前20个符号对应的波形;E. 分别对上述1000个符号的波形进行功率谱估计,画出功率谱;F. 改变信源“0”的概率,观察AMI码的功率谱变化情况;-have a length of 1,000
  3. 所属分类:通讯/手机编程

    • 发布日期:2008-10-13
    • 文件大小:59757
    • 提供者:郭慧勤
  1. choice

    0下载:
  2. 这个是用系统时间产生随机数应用的一个小程序,用到了J2ME底层绘图机制。功能:在你输入4个选项后,系统自动筛选出一个结果。就像考试时a,b,c,d四个选项瞎蒙出来一个-This is the system time with the application of random numbers generated in a small procedure, use the bottom of the drawing mechanism of the J2ME. Function: you inpu
  3. 所属分类:J2ME

    • 发布日期:2017-04-11
    • 文件大小:973
    • 提供者:jessie
  1. QC_codes

    1下载:
  2. Construct the short length of QC LDPC codes without girth 4 and girth 6-The Program to construct the short length of QC LDPC codes without girth 4 and girth 6 Copyright (C) Yang XIAO, Jun FAN, BJTU, July 26, 2007, E-Mail: yxiao@bjtu.edu.cn.
  3. 所属分类:3G develop

    • 发布日期:2017-03-23
    • 文件大小:2544
    • 提供者:lydia
  1. This_one

    0下载:
  2. Cooperative communication_power control a) Generate random binary sequence of +1’s and -1’s. (b) Given different Power to the source and the relay as well (c) Multiply the symbols with the channel and then add white Gaussian noise. (d) At
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-03-28
    • 文件大小:1281
    • 提供者:tafa
  1. yuanchengxu

    0下载:
  2. 高斯的分布产生随机数的方法: 在瑞利分布生成随机数的方法 该程序是用C + +语言,程序的项目可以通过VS2005打开。对于每个分配,程序生成的随机数10000 泊松分布生成随机数的方法:-The program is written by C++ language, the program project can be opened by VS2005. For each distribution, the program generated 10000 random
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-04-02
    • 文件大小:792
    • 提供者:孙杰
  1. WIMAX_Turbo_Code

    1下载:
  2. 这是一套完整的支持wimax 16e协议CTC的编译码程序, 主程序在demo.c 译码器:tcdecoder.c 编码器:tcencoder.c-/* This program simulates the classical turbo encoding-decoding system on PC.*/ /* It uses parallel concatenated convolutional codes described in Figure 2.9 in Chapter
  3. 所属分类:3G develop

    • 发布日期:2016-08-15
    • 文件大小:26624
    • 提供者:bennytang
  1. random_sequence_generate_0

    0下载:
  2. 通过C语言,产生高斯瑞利莱斯分布的随机序列-generate random sequence according to gauss, rayleigh in c enviroment
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-04-10
    • 文件大小:857
    • 提供者:刘鑫
  1. random_sequence_generate_1

    0下载:
  2. 用C语言产生高斯瑞利莱斯分布的随机序列,并加入图形显示效果-Using C language to produce gauss rayleigh distributed random sequence, and add the graphics display
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-03-30
    • 文件大小:1549
    • 提供者:刘鑫
  1. normal

    0下载:
  2. C++产生正态分布,泊松分布,瑞利分布的随机数,并画pdf图-The PDFS of Gaussian、Rayleigh and Poisson distributed random variates
  3. 所属分类:3G develop

    • 发布日期:2017-04-12
    • 文件大小:2150
    • 提供者:zhaoqinghe
  1. code-of-GNSS-sofe-receiver

    3下载:
  2. 本书面向应用与编程设计、在参考国内外论著的基础上,结合作者自己的研究成果撰写。内容上由浅人深,第一章介绍了GNSS软件接收机的研究背景和各种卫星导航系统。第二章介绍了信号处理的一些相关概念。第三章介绍了卫星运动的基本理论。第四章研究GNSS信号,包括伪随机码信号、导航电文,着重以GPS和Galileo系统为例进行讨论。第五章研究了GNSS接收机的前端技术,包括天线和信号下变频原理。第六章探讨卫星信号的捕获技术。第七章讨论卫星信号的跟踪、解调和伪距计算。第八章探讨导航定位解算方法。第九章简要介绍了
  3. 所属分类:GPS develop

    • 发布日期:2015-09-25
    • 文件大小:5882880
    • 提供者:单边
  1. cod_GPS

    0下载:
  2. The function is used to generate a pseudo-random code generation of any GPS satellite 37 C / A codes Sv_id - satellite number cod - a vector comprising an output sequence g2s - vector containing the corresponding code phase values g2 for obtaining th
  3. 所属分类:GPS develop

    • 发布日期:2017-04-07
    • 文件大小:806
    • 提供者:Alexey
  1. C-A

    1下载:
  2. GPS伪随机码 即C/A码的产生仿真 matlab-GPS pseudo-random code that is generated C/A code simulation matlab
  3. 所属分类:GPS develop

    • 发布日期:2017-04-12
    • 文件大小:620
    • 提供者:张靓颖
  1. psd_cpsd

    0下载:
  2. psd cpsd C语言实现方法,随机信号产生,随机信道参数,使用fftw函数库辅助计算fft-psd cpsd C language implementation, the random signal is generated, random channel parameters, use fftw library helper function computing fft
  3. 所属分类:3G develop

    • 发布日期:2017-04-13
    • 文件大小:2281
    • 提供者:miaoyang
  1. datasave random

    0下载:
  2. 将仿真数据写入TXT文档,是几个函数重载的文件;还有做信道损耗计算的时候需要用到的一些随机数生成函数。(write systemlevel simulation data into txt,in c++,some random number function)
  3. 所属分类:3G/4G开发

搜珍网 www.dssz.com