搜索资源列表

  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 ap
  3. 所属分类:通讯/手机编程

    • 发布日期:2024-07-04
    • 文件大小:1024
    • 提供者:wswfx
  1. LSFR.tar

    0下载:
  2. Simple Linear Congruential Random Sequence Generator
  3. 所属分类:matlab例程

    • 发布日期:2024-07-04
    • 文件大小:89088
    • 提供者:hackee
  1. vc_random

    0下载:
  2. 线性同余法生成随机数的文章,描述了算法原理,和Vc代码实现-Linear congruential method to generate random numbers of the article, describes the principle of the algorithm, and Vc code
  3. 所属分类:Windows编程

    • 发布日期:2024-07-04
    • 文件大小:7168
    • 提供者:韩冰
  1. lcg

    0下载:
  2. 这是线性同余法的改进算法,希望对大家学习随机数生成有用-This is the linear congruential method of the improved algorithm, we hope to learn a useful random number generator
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-07-04
    • 文件大小:139264
    • 提供者:liu
  1. random

    0下载:
  2. 用线性同余法实现产生随机数。它可以产生0到255的随机数-Achieved with a linear congruential method for generating random numbers. It can generate a random number from 0 to 255
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-07-04
    • 文件大小:148480
    • 提供者:marrylayking
  1. lin

    0下载:
  2. 利用平方取中法 和 线性同余法 生成伪随机数-France to take advantage of the square and linear congruential method to generate pseudo-random number
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-07-04
    • 文件大小:4471808
    • 提供者:李龙
  1. test

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

    • 发布日期:2024-07-04
    • 文件大小:43008
    • 提供者:杨剑
  1. genLCG

    0下载:
  2. 乘同余法产生随机数,模特卡罗方法,matlab-By congruential method for generating random numbers, model Carlo method
  3. 所属分类:matlab例程

    • 发布日期:2024-07-04
    • 文件大小:1024
    • 提供者:gdeggr
  1. Gen

    0下载:
  2. Linear congruential generator
  3. 所属分类:matlab例程

    • 发布日期:2024-07-04
    • 文件大小:1024
    • 提供者:DaweMK
  1. randproc

    0下载:
  2. 伪随机数的产生算法,利用线性同余法产生在(min,max)上精度为4位小数的平均分布的随机数,实现在min 到max 范围内产生服从正态分布的随机数-Pseudo-random number generation algorithm, using the linear congruential method to generate the (min, max) on the accuracy of four decimal evenly
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-07-04
    • 文件大小:2013184
    • 提供者:judeliu
  1. montecarlo

    0下载:
  2. 蒙特卡洛方法中随机数的产生和检验,乘同余法。-The Monte Carlo method, random number generation and testing, multiplication congruential method.
  3. 所属分类:其他小程序

    • 发布日期:2024-07-04
    • 文件大小:1024
    • 提供者:钟明寻
  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例程

    • 发布日期:2024-07-04
    • 文件大小:1024
    • 提供者:范文超
  1. homework1

    0下载:
  2. 线性同余法生成随机数的例子,教学使用-Linear congruential method to generate a random number
  3. 所属分类:matlab例程

    • 发布日期:2024-07-04
    • 文件大小:387072
    • 提供者:ch
  1. matlab

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

    • 发布日期:2024-07-04
    • 文件大小:1024
    • 提供者:Lee
  1. randproc-student

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

    • 发布日期:2024-07-04
    • 文件大小:60416
    • 提供者:aojing
  1. suijishu

    0下载:
  2. 用平方取中法产生随机数列 用混合同余法产生随机数列 用乘同余法1产生随机数列 用乘同余法2产生随机数列 用素数模同余法产生随机数列 产生指数分布的随机数列 产生拉普拉斯分布的随机数列 产生瑞利分布的随机数列 产生柯西分布的随机数列 产生爱尔朗分布的随机数列 产生正态分布的随机数列 产生韦伯西分布的随机数列 产生泊松分布的随机数列 产生贝努里分布的随机数列 产生贝努里-高斯分布的随机
  3. 所属分类:其他小程序

    • 发布日期:2024-07-04
    • 文件大小:5120
    • 提供者:吕文旭
  1. weq12323

    0下载:
  2. 1.线性同余随机数生成器介绍: 古老的LCG(linear congruential generator)代表了最好最朴素的伪随机数产生器算法。主要原因是容易理解,容易实现,而且速度快。 -A linear congruential random number generator: ancient LCG (linear congruential generator) represents the best and most
  3. 所属分类:软件工程

    • 发布日期:2024-07-04
    • 文件大小:13312
    • 提供者:george
  1. chengtongyufa

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

    • 发布日期:2024-07-04
    • 文件大小:1024
    • 提供者:周洋
  1. BiShe

    0下载:
  2. 改进线性同余法、混合同余法、组合法生成随机数-Improved linear congruential method, mixed congruential method, combination method to generate random numbers
  3. 所属分类:对话框与窗口

    • 发布日期:2024-07-04
    • 文件大小:2051072
    • 提供者:张灿宁
  1. guangyizuixiaoercheng

    0下载:
  2. 同余法生成白噪声,并且利用最小二乘法辨识参数,最终实现广义最小二乘拟合值,仿真可直观见效果,直观!-Congruential method to generate white noise, and identified parameters using the least squares method, the final realization of the generalized least squares fitted value
  3. 所属分类:其他小程序

    • 发布日期:2024-07-04
    • 文件大小:1024
    • 提供者:王伟
« 12 »

源码中国 www.ymcn.org