CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 均匀分布 随机数

搜索资源列表

  1. test

    0下载:
  2. 程序功能:产生0---1之间均匀分布的随机数! 方法:线性同余法-Program features: produce 0--- 1 between uniformly distributed random numbers! Methods: linear congruential method
  3. 所属分类:Algorithm

    • 发布日期:2017-04-17
    • 文件大小:42928
    • 提供者:杨剑
  1. matlab_for_CRC

    0下载:
  2. 用MATLAB随机产生12000个均匀分布的随机数,先转换成二进制数,计算CRC,然后再转成十进制数,统计冲突结果。-Generate 12000 random number,then calculate the CRC and the result.
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:1993
    • 提供者:史啸
  1. uniform

    0下载:
  2. 通过数字信号处理的方法产生均匀分布的随机数,可用于随机试验产生随机数。-Through digital signal processing method for generating uniform random number, can be used to generate a random number of random test.
  3. 所属分类:DSP program

    • 发布日期:2017-04-09
    • 文件大小:199995
    • 提供者:袁涛
  1. random

    0下载:
  2. 生成随机数,实现由均匀分布到正态分布的变化-Generates a random number, to achieve uniform distribution to normal distribution changes
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-12-02
    • 文件大小:1288
    • 提供者:石头人
  1. Rand

    0下载:
  2. 生成在区间0到一的服从均匀分布的随机数,可用来进行概率计算等-Generated in the interval 0-1 uniformly distributed random numbers can be used to calculate the probability
  3. 所属分类:Project Manage

    • 发布日期:2017-11-17
    • 文件大小:67711
    • 提供者:小霞
  1. matlab

    2下载:
  2. 根据伪随机序列理论,由混合同余法产生均匀分布的随机数,进而根据中心极限定理来产生高斯噪声。 分析所产生的均匀分布和高斯分布随机信号的均值、方差、自相关等数字特征,估计其概率密度函数并进行分析,估计其功率谱密度并进行分析。说明该高斯噪声是否符合白噪声特性。 对该高斯噪声进行FIR低通滤波,估计输出低通型限带白噪声的功率谱、相关时间等,并结合白噪声通过线性系统相关理论来进行分析。 -According to the theory of pseudo-random sequence, a
  3. 所属分类:matlab

    • 发布日期:2014-07-13
    • 文件大小:1024
    • 提供者:Lee
  1. code

    0下载:
  2. 自己编写算法产生指定分布的伪随机数,文件夹中包括 均匀分布、指数分布、正太分布,泊松分布、二项分布,并同时对随机序列进行了分布检验和参数估计-Write your own algorithm to generate a pseudo-random number distribution specified folder, including the uniform distribution, exponential distribution, is too distribution, Poiss
  3. 所属分类:Other systems

    • 发布日期:2017-11-13
    • 文件大小:6407
    • 提供者:Celia Zhen
  1. randproc-student

    0下载:
  2. 生成随机数,均匀分布的线性同余法,指数分布随机数,泊松分布-Generate random numbers, uniform distribution of the linear congruential method, exponentially distributed random numbers, the Poisson distribution
  3. 所属分类:Other systems

    • 发布日期:2017-12-04
    • 文件大小:60382
    • 提供者:aojing
  1. MSPLFFT

    0下载:
  2. 用来产生均匀分布或高斯分布的伪随机数 (近似白噪声),它们可具有不同的均值和方差。-To produce uniform or Gaussian distribution of the pseudo-random number (similar to white noise), which may have different mean and variance.
  3. 所属分类:CSharp

    • 发布日期:2017-03-30
    • 文件大小:1290
    • 提供者:huadong
  1. gaussrand

    0下载:
  2. 程序能产生随机数,产生高斯分布和均匀分布的随机数,每次产生的随机数是不一样的-Gaussian distribution and a uniform distribution of random numbers
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:4453
    • 提供者:wang
  1. good-random-number-generator-

    0下载:
  2. 在matlab下运行,产生标准均匀分布,正态分布和指数分布的随机数发生器程序。-In matlab running, generate standard uniform, normal and exponential distribution random number generator program.
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:9453
    • 提供者:lichuanjiang
  1. Gaussian

    1下载:
  2. 首先产生均匀分布,然后通过变换产生高斯分布的随机数,并画出概率密度函数的直方图-Uniform distribution generated first, and then converting a Gaussian distribution random number, and a histogram of the probability density function draw
  3. 所属分类:Algorithm

    • 发布日期:2015-03-26
    • 文件大小:291840
    • 提供者:谢岚
  1. Sphere

    1下载:
  2. 利用简单抽样方法在球面坐标系下产生球面上均匀分布的随机数,但是效率相对较低。-Using simple sampling method in spherical coordinates sphere generated uniformly distributed random numbers, but the efficiency is relatively low.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:1049
    • 提供者:lq
  1. R_N_U

    0下载:
  2. 原理:乘同余法产生随机数来生成均匀分布、瑞利分布、正态分布,压缩包包括3个分布的Matlab源代码-Principle: multiplicative congruential method to generate random numbers to generate uniformly distributed ,Rayleigh distribution and normal distribution.This package includes three distribution of Ma
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:1560
    • 提供者:maogang
  1. randproc

    0下载:
  2. 随机过程实验,生成各种随机数,均匀分布,正态分布,指数分布,泊松分布-Stochastic Processes experiment, generate a variety of random numbers, uniform, normal, exponential distribution, the Poisson distribution
  3. 所属分类:Other systems

    • 发布日期:2017-05-18
    • 文件大小:4686313
    • 提供者:zhouying
  1. uniform

    0下载:
  2. uniform.h,用于产生均匀分布的随机数。-Generate random numbers uniformly distributed.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-29
    • 文件大小:10749
    • 提供者:邹佳龙
  1. unifpdf

    0下载:
  2. unifpdf是一种计算均匀分布概率密度的函数,在生成随机数算法中有重要应用。-unifpdf is a calculation of the probability density function of a uniform distribution, have important applications in random number generation algorithm.
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:833
    • 提供者:何溯源
  1. MemoryManager

    1下载:
  2. 1.通过随机数产生一个指令序列,共320条指令。指令的地址按下述原则生成: (1)50 的指令是顺序执行的; (2)25 的指令是均匀分布在前地址部分; (3)25 的指令是均匀分布在后地址部分; 具体的实施方法是: (1)在[0,319]的指令地址之间随机选取一起点m; (2)顺序执行一条指令,即执行地址为m+1的指令; (3)在前地址[0,m+1]中随机选取一条指令并执行,该指令的地址为m’; (4)顺序执行一条指令,其地址为m’+1; (5)在后地址[m
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:232982
    • 提供者:zhangwei
  1. Assignment_No2

    0下载:
  2. 利用均匀分布产生高斯白噪声随机数,瑞利随机数,泊松随机数。附有报告~-The use of Gaussian white noise uniformly distributed random number generation, random number Rayleigh, Poisson random number. Accompanied by the report-
  3. 所属分类:Post-TeleCom sofeware systems

    • 发布日期:2017-05-14
    • 文件大小:3405584
    • 提供者:董泽锋
  1. wefgeg

    0下载:
  2. 通过随机数产生一个指令序列,共320条指令,指令的地址按下述原则生成:  50 的指令是顺序执行的;  25 的指令是均匀分布在前地址部分。  25 的指令是均匀分布在后地址部分。-Generating a random number by a sequence of instructions, a total of 320 instructions, the instruction address is generated accordin
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-12
    • 文件大小:1032
    • 提供者:merlot
« 1 2 3 4 56 7 »
搜珍网 www.dssz.com