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

搜索资源列表

  1. disgaosi

    0下载:
  2. 利用VC++实现,产生服从高斯分布随机数。其中A,B可以自己设定-VC produce obedience Gaussian distribution random number. Where A and B can be set for
  3. 所属分类:BREW编程

    • 发布日期:2008-10-13
    • 文件大小:9.02kb
    • 提供者:transformer
  1. log-normal

    1下载:
  2. 产生N=100个在(0,50)区间内满足对数正态分布的随机数-have N = 100 (0.50) interval to meet the lognormal distribution of random numbers
  3. 所属分类:通讯/手机编程

    • 发布日期:2008-10-13
    • 文件大小:1014byte
    • 提供者:陈陈
  1. rayleigh_random

    0下载:
  2. 产生N=100个在(0,50)区间内满足瑞利分布的随机数-have N = 100 (0.50) interval meet Rayleigh distribution of random numbers
  3. 所属分类:通讯/手机编程

    • 发布日期:2008-10-13
    • 文件大小:980byte
    • 提供者:陈陈
  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
    • 文件大小:7.88kb
    • 提供者:syb
  1. random

    0下载:
  2. 生成随机数,用来产生RS编码解码所需要的符合随机分布的数,以便之后检查的科学性
  3. 所属分类:通讯/手机编程

    • 发布日期:2014-01-18
    • 文件大小:3.43mb
    • 提供者:桃子
  1. random_number

    0下载:
  2. 产生服从正态、瑞利、泊松分布的随机数。分别为N(0,1),N(0,3.6),Rayleigh(0,1),R(0,3.6),P(0,1),P(0,3.6)
  3. 所属分类:通讯/手机编程

    • 发布日期:2008-10-13
    • 文件大小:339.21kb
    • 提供者:杨睛
  1. pingjunlvboqi

    0下载:
  2. 平均滤波器,对一随机数波形进行滤波。利用循环框架产生一个随机数,然后将这个随机数与前三次循环产生的随机数求平均,最后将平均数送前面板显示。
  3. 所属分类:通讯/手机编程

    • 发布日期:2008-10-13
    • 文件大小:8.54kb
    • 提供者:youlang
  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
    • 文件大小:973byte
    • 提供者:jessie
  1. Lotto

    0下载:
  2. 运行在windows mobile上,产生随机数,有动画,排序,查看历史,自定义范围等。-running on windows mobile,generate random numbers,have animal,sort,look histories,set range.
  3. 所属分类:Windows Mobile

    • 发布日期:2017-05-14
    • 文件大小:3.81mb
    • 提供者:谭清华
  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
    • 文件大小:792byte
    • 提供者:孙杰
  1. www

    0下载:
  2. 瑞丽信道仿真 噪声信号由MATLAB函数randn(1,N)产生,它从均值为0、方差为1的正态分布中产生N个伪随机数。每次迭代时,要使用相应的标准差对噪声的幅度进行尺度变换,最后,将输入信号和噪声信号相加得到输出信号。-Ruili channel simulation noise signal by the MATLAB function randn (1, N) generated, which from the mean 0, variance for a normal distribu
  3. 所属分类:3G develop

    • 发布日期:2017-03-22
    • 文件大小:1.04kb
    • 提供者:eunice
  1. rayleigh

    0下载:
  2. 利用C仿真随机过程瑞利分布,产生的随机数写到输出文件中-simulation of rayleigh distribution by C language alongwith the output
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-03-29
    • 文件大小:1.73kb
    • 提供者:汪伟
  1. simulator

    0下载:
  2. 一些用于通信仿真的函数,包括ofdm系统收发仿真,fft、ifft,随机数产生,bpsk、qpsk调制等-communication simulator functions
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-04-04
    • 文件大小:286.63kb
    • 提供者:王丰
  1. random

    0下载:
  2. 产生符合一定分布的随机数的方法是,先产生(0,1)均匀分布的随机数,然后通过一个适当的变换方法得到所要求分布的随机数。常用的均匀分布伪随机序列发生器有线性同余发生器和线性反馈移位寄存器两种。-That meet certain distribution of the random number is first generated (0,1) uniformly distributed random number, then an appropriate transformation metho
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-03-27
    • 文件大小:709byte
    • 提供者:wswfx
  1. random

    0下载:
  2. MFC teechatr 产生一个随机数 利用teechart显示 源代码 已经编译 无误-Using a random teechatr MFC teechart display code has been compiled.
  3. 所属分类:Com Port

    • 发布日期:2017-05-15
    • 文件大小:3.54mb
    • 提供者:tiganhee
  1. PAM8

    0下载:
  2. 实现PAM8,并进行误码率分析,PAM比特流通过随机数产生-Achieve PAM8, and the bit error rate analysis, PAM random number generator bit stream
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-04-07
    • 文件大小:1.33kb
    • 提供者:tt
  1. normal

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

    • 发布日期:2017-04-13
    • 文件大小:2.1kb
    • 提供者:zhaoqinghe
  1. Pe_SNR

    0下载:
  2. 本次仿真研究多幅度电平信号误码率与信噪比之间的关系,系统框图如上。假设考虑8幅度电平,则根据流程首先需要用一个随机数发生器产生在(0,1)间的均匀随机数,然后将(0,1)区间均匀划分为(0,0.125)、(0.125,0.25)、(0.25,0.375)、(0.375,0.5)、(0.5,0.625)、(0.625,0.75)、(0.75,0.875)、(0.875,1)这些子区间,并分别对应于一个3bit符号000、001、010、011、100、101、110、111,接着分别映射到-7d、
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-03-27
    • 文件大小:1.89kb
    • 提供者:ps
  1. random_num_gen

    0下载:
  2. 通过随机数产生原理进行verilog编程,从而实现FPGA的随机数产生(Through random number generation principle for Verilog programming, so as to achieve the FPGA random number generation)
  3. 所属分类:通讯编程

    • 发布日期:2017-12-19
    • 文件大小:2.57mb
    • 提供者:老虎szjwl
  1. datasave random

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

« 12 »
搜珍网 www.dssz.com