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

搜索资源列表

  1. gauss

    0下载:
  2. gauss分布随机数 C++源代码 详细的高斯分布函数 源代码-gauss C++
  3. 所属分类:software engineering

    • 发布日期:2017-11-09
    • 文件大小:5854
    • 提供者:张琳
  1. signal

    0下载:
  2. 离散随机变量的仿真与计算---离散随机变量的仿真与计算、高斯分布随机数的仿真、随机变量数字特征的计算(均值和方差)-Simulation and calculation, simulation and calculation of discrete random variables--- discrete random variable Gaussian distribution random number simulation, the characteristics of the calcu
  3. 所属分类:matlab

    • 发布日期:2017-11-18
    • 文件大小:13119
    • 提供者:闫瑜
  1. matlab

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

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

    0下载:
  2. 文件中为产生符合高斯分布和柯西分布的随机数的C++程序。-The random number with gaussian and cauchy distribution are generated by this program.
  3. 所属分类:Other windows programs

    • 发布日期:
    • 文件大小:770
    • 提供者:
  1. randomsequence

    0下载:
  2. 本程序用C语言仿真了高斯分布,瑞利分布,泊松分布的随机数。-The program in C language simulation Gaussian distribution, Rayleigh distribution, Poisson distribution random number.
  3. 所属分类:Communication

    • 发布日期:2017-11-16
    • 文件大小:58027
    • 提供者:李奇真
  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. dsp

    0下载:
  2. 高斯分布的随机数的生成代码.基于Uniform随机函数的生成-Gauss Distribution Random Number Generation Code, based on uniform random number
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:1233
    • 提供者:WangJun
  1. gauss-number

    0下载:
  2. 高斯函数产生随机数,并进行了数据输出 ,可画出图像-Gaussian function to generate random numbers, and carried out data output, the image can be drawn
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-11
    • 文件大小:536
    • 提供者:刘凡
  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. Poisson

    1下载:
  2. 首先产生高斯分布,然后通过变换产生泊松分布的随机数,并画出概率密度函数的直方图-First, a Gaussian distribution, and then transform Poisson distributed random number generation, and draw a histogram of the probability density function
  3. 所属分类:Special Effects

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

    0下载:
  2. 首先产生高斯分布,然后通过变换产生瑞利分布的随机数,并画出概率密度函数的直方图-First, a Gaussian distribution, and then transform Rayleigh distributed random numbers, and draw a histogram of the probability density function
  3. 所属分类:Special Effects

    • 发布日期:2017-05-03
    • 文件大小:800751
    • 提供者:谢岚
  1. guass

    0下载:
  2. 这是一个生成高斯分布的c++(.cc)程序,此程序在linux下g++下编译通过。生成的高斯分布随机数序列的期望为0.0,方差为1.0。若指定期望为E,方差为V,则只需增加:GaussRand() * V + E。http://imatlab.lofter.com/ 欢迎交流学习经验-A gaussian/normal distribution program in linux g++.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-10
    • 文件大小:681
    • 提供者:杨兰
  1. gauss

    1下载:
  2. 用二维随机数生成二维高斯分布随机表面,可调整均方差、相关长度等参数-Generate a two-dimensional Gaussian random numbers using two-dimensional distribution of random surfaces, adjustable both variance, correlation length and other parameters
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-11
    • 文件大小:662
    • 提供者:jeffrey
  1. gaosi2

    0下载:
  2. 高斯变换的c++实现,便于方便从c++中获得随机数组。-Gauss transform c++ achieve facilitate easy access c++ in a random array.
  3. 所属分类:software engineering

    • 发布日期:2017-04-10
    • 文件大小:1058363
    • 提供者:黄奕涛
  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. GenerateRV

    0下载:
  2. 使用vs2015 c++产生高斯,瑞利,泊松分布的随机数-generate Gaussain, Rayleigh,Poisson random varibles by C++
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:1490
    • 提供者:Yvonne
  1. tiaozhi

    0下载:
  2. 无线通信系统仿真作业,伪随机数,高斯分布随机数,信道仿真。。。8psk 16qam调制解调-The wireless communication system simulation work, pseudo-random number, Gaussian random number, channel simulation. . . 8psk 16qam modem
  3. 所属分类:Other systems

    • 发布日期:2017-05-07
    • 文件大小:1291069
    • 提供者:zx
  1. ban

    0下载:
  2. 经典算法, 用来表示 高斯分布随机数源代码 -Classical algorithms, used to denote Gaussian random number source code
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-15
    • 文件大小:7625
    • 提供者:kqg6102
  1. cauchygauss

    0下载:
  2. 文件中为产生符合高斯分布和柯西分布的随机数的C++程序。-The random number with gaussian and cauchy distribution are generated by this program.
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-12
    • 文件大小:898
    • 提供者:zhuo951751
« 1 2 3 4 5 67 »
搜珍网 www.dssz.com