搜索资源列表
random
- 产生符合一定分布的随机数的方法是,先产生(0,1)均匀分布的随机数,然后通过一个适当的变换方法得到所要求分布的随机数。常用的均匀分布伪随机序列发生器有线性同余发生器和线性反馈移位寄存器两种。-That meet certain distribution of the random number is first generated (0,1) uniformly distributed random number, then an ap
LSFR.tar
- Simple Linear Congruential Random Sequence Generator
vc_random
- 线性同余法生成随机数的文章,描述了算法原理,和Vc代码实现-Linear congruential method to generate random numbers of the article, describes the principle of the algorithm, and Vc code
lcg
- 这是线性同余法的改进算法,希望对大家学习随机数生成有用-This is the linear congruential method of the improved algorithm, we hope to learn a useful random number generator
random
- 用线性同余法实现产生随机数。它可以产生0到255的随机数-Achieved with a linear congruential method for generating random numbers. It can generate a random number from 0 to 255
lin
- 利用平方取中法 和 线性同余法 生成伪随机数-France to take advantage of the square and linear congruential method to generate pseudo-random number
test
- 程序功能:产生0---1之间均匀分布的随机数! 方法:线性同余法-Program features: produce 0--- 1 between uniformly distributed random numbers! Methods: linear congruential method
genLCG
- 乘同余法产生随机数,模特卡罗方法,matlab-By congruential method for generating random numbers, model Carlo method
Gen
- Linear congruential generator
randproc
- 伪随机数的产生算法,利用线性同余法产生在(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
montecarlo
- 蒙特卡洛方法中随机数的产生和检验,乘同余法。-The Monte Carlo method, random number generation and testing, multiplication congruential method.
Untitled
- 利用混合同余法产生均匀随机数,并利用均匀随机数生成高斯白噪声序列。-Mixed congruential method to generate uniform random numbers, and using the uniform random number generator Gaussian white noise sequence.
homework1
- 线性同余法生成随机数的例子,教学使用-Linear congruential method to generate a random number
matlab
- 根据伪随机序列理论,由混合同余法产生均匀分布的随机数,进而根据中心极限定理来产生高斯噪声。 分析所产生的均匀分布和高斯分布随机信号的均值、方差、自相关等数字特征,估计其概率密度函数并进行分析,估计其功率谱密度并进行分析。说明该高斯噪声是否符合白噪声特性。 对该高斯噪声进行FIR低通滤波,估计输出低通型限带白噪声的功率谱、相关时间等,并结合白噪声通过线性系统相关理论来进行分析。 -According to the theory
randproc-student
- 生成随机数,均匀分布的线性同余法,指数分布随机数,泊松分布-Generate random numbers, uniform distribution of the linear congruential method, exponentially distributed random numbers, the Poisson distribution
suijishu
- 用平方取中法产生随机数列 用混合同余法产生随机数列 用乘同余法1产生随机数列 用乘同余法2产生随机数列 用素数模同余法产生随机数列 产生指数分布的随机数列 产生拉普拉斯分布的随机数列 产生瑞利分布的随机数列 产生柯西分布的随机数列 产生爱尔朗分布的随机数列 产生正态分布的随机数列 产生韦伯西分布的随机数列 产生泊松分布的随机数列 产生贝努里分布的随机数列 产生贝努里-高斯分布的随机
weq12323
- 1.线性同余随机数生成器介绍: 古老的LCG(linear congruential generator)代表了最好最朴素的伪随机数产生器算法。主要原因是容易理解,容易实现,而且速度快。 -A linear congruential random number generator: ancient LCG (linear congruential generator) represents the best and most
chengtongyufa
- 在matlab环境下,利用同余法产生(0,1)均匀分布随机数-Matlab environment congruential method (0,1) uniformly distributed random numbers
BiShe
- 改进线性同余法、混合同余法、组合法生成随机数-Improved linear congruential method, mixed congruential method, combination method to generate random numbers
guangyizuixiaoercheng
- 同余法生成白噪声,并且利用最小二乘法辨识参数,最终实现广义最小二乘拟合值,仿真可直观见效果,直观!-Congruential method to generate white noise, and identified parameters using the least squares method, the final realization of the generalized least squares fitted value