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

搜索资源列表

  1. RanGen

    0下载:
  2. 均匀分布随机数的一种产生方法,vs2005下编译通过的完整工程,供大家参考。-Uniformly distributed random number as a method for forming, vs2005 compiled through a complete project for your reference.
  3. 所属分类:Other systems

    • 发布日期:2017-05-04
    • 文件大小:1075889
    • 提供者:chenpei
  1. prnn8

    0下载:
  2. Parzen窗法,由样本求概密估计,例为一维正态分布和双峰均匀分布,内附随机数生成的原理说明。- window method, by the sample density estimate for estimated Example for one-dimensional normal distribution and bimodal uniform distribution, random number generator containing a descr iption of the pr
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:451584
    • 提供者:john
  1. test6

    0下载:
  2. matlab实验 用给定的多项式,y=x3-6x2+5x-3,产生一组数据(xi,yi,i=1,2,…,n),再在yi上添加随机干扰(可用rand产生(0,1)均匀分布随机数,或用rands产生N(0,1)分布随机数),然后用xi和添加了随机干扰的yi作的3次多项式拟合,与原系数比较。 如果作2或4次多项式拟合,结果如何? -matlab experiment with a given polynomial, y = x3-6x2+5 x-3, generated a set of da
  3. 所属分类:matlab

    • 发布日期:2017-03-22
    • 文件大小:3676
    • 提供者:崔昭宇
  1. randomnumber

    0下载:
  2. 用C代码生成高斯分布的随机数和服从均匀分布的随机数 并生成文本文件-C code generation with Gaussian distribution of random numbers and uniform distribution of the random number and generates a text file
  3. 所属分类:Graph program

    • 发布日期:2017-03-28
    • 文件大小:1204
    • 提供者:陆琨
  1. vcsuijishu

    0下载:
  2. 基于vc++ 产生0-1均匀分布随机数,高斯分布随机数,泊松分布随机数等。-vc++ generate random possion distributed and gaoss distributed and uniform distributed
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:1261
    • 提供者:li hua
  1. normrand

    0下载:
  2. 提供两个函数,通过均匀分布函数来生成正态分布随机数。-Provides two functions, the uniform distribution function to generate normal random numbers.
  3. 所属分类:assembly language

    • 发布日期:2017-03-29
    • 文件大小:841
    • 提供者:王帅
  1. rand

    0下载:
  2. (0,1)均匀分布随机数的产生及对分布的检验,进而生成正态分布、瑞利分布等。-(0,1) uniformly distributed random number generation and testing of the distribution, thereby generating a normal distribution, Rayleigh distribution.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-02
    • 文件大小:784918
    • 提供者:刘倩倩
  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. Discrete-random-variables

    0下载:
  2. 生成均匀分布随机数,在此基础上 生成各种离散型随机变量随机数,有0-1分布,泊松分布,几何分布,二项分布等原理及代码-Uniformly distributed random number generation, on the basis of a variety of discrete random variables generated random numbers, there are 0-1 distribution, Poisson distribution, geometric di
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-11
    • 文件大小:654546
    • 提供者:刘倩倩
  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. Uniformly_distributed_random

    0下载:
  2. 均匀分布随机数参数检验,均匀性检验和独立性检验-Uniformly distributed random numbers parametric tests, homogeneity testing and independence testing
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:10783
    • 提供者:吴沁
  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. C

    0下载:
  2. 《数字信号处理C语言程序集》 内涵各种c语言源码! 第一章 数字信号的产生 均匀分布随机数;正态分布随机数;指数分布随机数.... 第二章 快速傅里叶变换 第三章 快速离散正交变换 第四章 快速卷积与相关 第五章 数字滤波器的时域和频域响应 -" Digital Signal Processing C language program set the connotation of a variety of c language source code!
  3. 所属分类:source in ebook

    • 发布日期:2017-05-22
    • 文件大小:6790460
    • 提供者:笑傲江湖
  1. expdist

    0下载:
  2. 利用逆转换法,用均匀分布随机数产生指数随机数的数学实验,并绘制直方图检验效果,有兴趣的matlab初学者不妨看看,直方图绘制方法可推广借鉴-mathematical experiment: using a random number to create exp distributed random index number, and drawing the histogram test the effect, catering to interested matlab beginner.
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:520
    • 提供者:frankchelsea
  1. chengtongyufa

    0下载:
  2. 在matlab环境下,利用同余法产生(0,1)均匀分布随机数-Matlab environment congruential method (0,1) uniformly distributed random numbers
  3. 所属分类:matlab

    • 发布日期:2017-12-06
    • 文件大小:680
    • 提供者:周洋
  1. 674

    0下载:
  2. 用给定的多项式,如y=x3-6x2+5x-3,在[-1,1]上等间隔产生20组数据(xi,yi,i=1,2,…,n),再在yi上添加随机干扰(可用rand产生(-5,5)均匀分布随机数)。请 (1)对xi和添加了随机干扰的yi作3次多项式拟合,与原系数比较。 -With the given polynomial, such as y=x3-6x2+5x-3, [-1, 1] intervals of 20 sets of data (Xi, Yi, i=1,2,... , n), and
  3. 所属分类:File Formats

    • 发布日期:2017-04-08
    • 文件大小:579
    • 提供者:li
  1. random-number-generator

    0下载:
  2. 基于FPGA 的快速均匀分布随机数发生器 随机数广泛应用于信息论、控制论、排队论、可靠性理论及人工智能等领域, 利用FPGA 的高效性、稳定性来产生均匀随机序列的方法为系统设计或测试带来了极大的便利. 本文在原有算法基础上结合同余法及Lag Fibonaicc 序列的特点, 构建了一个快速高质量的均匀分布随机数发生器. 实验研究证明随机数发生器具有良好的随机特性及均匀性-FPGA-based rapid and uniform distribution of the random numbe
  3. 所属分类:Communication

    • 发布日期:2017-03-31
    • 文件大小:585738
    • 提供者:kevin
  1. task1-1

    0下载:
  2. 利用WILL算法产生一万个均匀分布随机数。-WILL use algorithm to generate ten thousand uniformly distributed random numbers.
  3. 所属分类:Other systems

    • 发布日期:2017-05-03
    • 文件大小:924021
    • 提供者:han
  1. MonteCarlo

    0下载:
  2. 蒙特卡洛算法的均匀分布随机数生成的matlab小程序-Uniformly distributed random number generating Monte Carlo algorithm in MATLAB small program
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:6904
    • 提供者:孙付荣
  1. statistical-analysis

    1下载:
  2. 随机模拟和统计分析 max,min - 最大,最小值 sum - 求和 mean - 均值 std - 标准差 sort - 排序(升序) sortrows - 按某一列排序(升序) rand - [0,1]区间均匀分布随机数 randn - 标准正态分布随机数 randperm - 1...n 随机排列 regress - 线性回归 classify - 统计聚类 *trim - 坏数据祛除 *specrnd -
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-30
    • 文件大小:13268
    • 提供者:lxc
« 1 23 4 5 6 7 »
搜珍网 www.dssz.com