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

搜索资源列表

  1. CP0703

    0下载:
  2. 本代码实现了利用前15阶高斯脉冲产生随机数的方法产生符合FCC辐射掩蔽波形的一般方法。-This code implements the use of the former 15-order Gaussian pulse method of generating random numbers that meet the FCC radiation mask waveform general way.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-09
    • 文件大小:4610
    • 提供者:lee
  1. gause-noise-by-vc-

    0下载:
  2. 利用伪随机数理论生成均匀分布的高斯白噪声,并绘制出白噪声的时域图-programing Gause noise by vc++
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:2084212
    • 提供者:matthew zhou
  1. Guass_Random

    0下载:
  2. 按照高斯分布产生随机数,简单好用,采用C++编写-Random numbers generated according to Gaussian distribution, simple and easy to use, written by C++
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:1037
    • 提供者:keven
  1. xinxiyincang

    1下载:
  2. 产生符合高斯分布N( u, a*a)的随机数,然后用参数估计法估计相应的 和 产生尺度参数为 的指数分布,并且估计参数 的取值和根据我介绍的方法产生GGD分布的随机数,形状参数为c =1.0-That meet the Gaussian distribution N ( u, a* a) of the random number, then the corresponding parameter estimation method to estimate  and  
  3. 所属分类:数值算法/人工智能

    • 发布日期:2013-04-20
    • 文件大小:1815
    • 提供者:五也
  1. opencv_rand

    0下载:
  2. opencv两种产生随机数的方法。通过改变参数,可生成均匀分布和高斯分布的随机数。-The code is writen by opencv.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-09
    • 文件大小:962584
    • 提供者:creator
  1. GGD_Image-processing

    0下载:
  2. 这个是广义高斯分布随机数产生程序,它可以用做广义高斯分布形状参数的估计,以及用在图像处理,独立成分分析,信号处理,数字水印等方面。-This is the random numbers about the generalized Gaussian distribution.It can be used in image processing, ICA, signal processing,digital watermark and so on.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:6209
    • 提供者:飞鱼
  1. gaussrand-c

    0下载:
  2. 高斯分布随机数C程序实现 同济大学信息隐藏课第一次大作业-Gaussian random number C program Tongji University, the first major class of information hiding operations
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:1353
    • 提供者:soleilcheryl
  1. rand_gause

    0下载:
  2. 利用系统时间产生均匀分布随机数,再利用中心极限定理产生高斯白噪声。有详细注释和合理性验证。-Use the system time to produce uniform distribution of random numbers, then use the central limit theorem generated Gaussian white noise. There are detailed notes and reasonable verification.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-18
    • 文件大小:5030185
    • 提供者:pan
  1. Generalized-Spectrum-Theory

    0下载:
  2. 首先通过Gaussian White Noise.vi产生一个满足高斯分布的随机数序列,然后通过Create Histogram和Statistic两个Express VI对该随机序列进行分析。 -First produced by Gaussian White Noise.vi meet a Gaussian distribution of random numbers, then Create Histogram and Statistic Express VI to the two
  3. 所属分类:Other systems

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

    0下载:
  2. 利用C语言编程产生随机数,先产生0-1均匀分布随机数,再利用中心极限定理产生高斯分布随机数。- Using the C programming language to generate random numbers, uniformly distributed by first generating a random number 0-1, and then use the central limit theorem Gaussian random number generation.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:1293
    • 提供者:godfan
  1. Test001

    0下载:
  2. 基于DCT变换的数字水印设计,通过伪随机数产生高斯噪声并加入图像中,生成新的图像。-DCT-based digital watermark design, pseudo-random number generated by Gaussian noise and add the image to generate a new image.
  3. 所属分类:Wavelet

    • 发布日期:2017-04-06
    • 文件大小:746
    • 提供者:
  1. gauss

    0下载:
  2. 通过数字信号处理的方法产生高斯分布的随机数,可用于随机试验产生随机数。-Through digital signal processing methods to produce the Gauss distribution of random numbers, random test can be used to generate random numbers.
  3. 所属分类:DSP program

    • 发布日期:2017-04-16
    • 文件大小:235282
    • 提供者:袁涛
  1. Gaussian

    0下载:
  2. 使用C语言产生符合条件的高斯分布随机数,并保存为txt文件-Gaussian distributed random variates
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:968596
    • 提供者:刘苗
  1. Random

    0下载:
  2. 分别产生符合高斯分布、指数分布、GGD分布的随机数。-Generate Gaussian distribution, exponential distribution, the GGD distribution of random numbers.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:889689
    • 提供者:lsc
  1. Statistical-Signal-Processing

    0下载:
  2. 随机信号处理实验,VC编程实现。(1)、产生(0,1)均匀分布随机数,期望,方差,概率密度统计 (2)、产生(0,1)高斯分布随机数,期望,方差,概率密度统计 (3)、2组独立的(0,1)均匀分布随机数做和后的概率密度统计 (4)6组独立的(0,1)均匀分布随机数做和后的概率密度统计。(5)、产生(0,1)高斯序列的自相关序列;(6)计算(5)的序列的功率谱密度。 -(1), resulting in (0,1) uniformly distributed random numbers, t
  3. 所属分类:DSP program

    • 发布日期:2017-04-02
    • 文件大小:16125
    • 提供者:鲍慊
  1. LaplaceDist-and-GaussDIst

    0下载:
  2. 高斯法和拉普拉斯法生成随机数的经典matlab程序-Gauss law and the Laplace method classic matlab program to generate random numbers
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:1278
    • 提供者:王楠
  1. 16QAM2

    0下载:
  2. 对16QAM调制方式软解调,我们分为以下几个步骤进行: ⑴产生取值为0、1的随机数,作为16QAM调制的输入二进制序列; ⑵根据16QAM的星座图,按照输入序列分为I和Q两路进行映射,定义映射规则为00 -3,01 -1,11 1,10 3; ⑶产生一组高斯白噪声序列并分别叠加到映射后信号的实部、虚部; ⑷进行软解调。 -Soft demodulation of 16QAM modulation, we divided into the following steps: (1
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:364748
    • 提供者:shawn
  1. Gaussian-random-N

    0下载:
  2. 高斯函数随机数生成,程序实现正态函数随机数生成,具有不可重复性。-Gaussian function of the random number generator program to achieve normal function of the random number generator with the non-repeatability.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-14
    • 文件大小:552
    • 提供者:卢潮波
  1. 11041112_1-

    0下载:
  2. MATLAB 高斯分布 瑞利分布 泊松分布随机数产生源代码-MATLAB gaussion possion rayleigh
  3. 所属分类:Other systems

    • 发布日期:2017-11-20
    • 文件大小:906810
    • 提供者:郭艳珍
  1. Untitled

    0下载:
  2. 利用混合同余法产生均匀随机数,并利用均匀随机数生成高斯白噪声序列。-Mixed congruential method to generate uniform random numbers, and using the uniform random number generator Gaussian white noise sequence.
  3. 所属分类:matlab

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