当前位置:
首页 资源下载
搜索资源 - random number generator matlab
搜索资源列表
-
0下载:
MATLAB通信系统随机数产生mfiles,均匀、瑞利、高斯随机数发生器-Communication systems random number generator MATLAB mfiles, uniform, Rayleigh, Gaussian random number generator
-
-
0下载:
常用随机数发生器,C实现
/*
* 文件包含了6个函数,它们能产生符合相应分布的规律的随机数:
* GenUniformRnd : 产生一个随机数,符合均匀分布。(伪随机序列)
* GenBernoulliRnd : 产生一个随机数,符合伯努利分布。
* GenBinomialRnd : 产生一个随机数,符合二项分布。
* GenPoissonRnd : 产生一个随机数,符合泊松分布。
* GenExponentRnd : 产生一个随机数,符合指数分布。
-
-
0下载:
George Marsaglia的“The mother”随机数生成代码,称循环周期达2^250,可以通过ts检验,适用于大规模仿真。
源码已进行类封装。测试程序直接产生可用于matlab的m文件。-George Marsaglia s The mother random number generator code, saying that the cycle period could up to 2 ^ 250,and could pass through the ts test.Suit
-
-
0下载:
插值
函数逼近
数值微分
数值积分
非线性方程求解
解线性方程组的直接解法
解线性方程组的迭代法
随机数生成
特殊函数计算
常微分方程的初值问题
偏微分方程的数值解法
数据统计和分析-Interpolation function approximation numerical integration of nonlinear differential equations numerical solution of linear equations
-
-
0下载:
用matlab仿真对光谱进行定标和很好的一个随机数发生器-Matlab simulation of the spectrum used for calibration and a very good random number generator
-
-
0下载:
3种伪随机数列发生器的matlab编码以及其各种特性的分析-Three kinds of pseudo-random number generator matlab bar coding and analysis of its characteristics
-
-
0下载:
随机数生成程序,用于作为系统辨识的输入信号,得出相应的输出-Random number generator procedure for system identification as an input signal, the output reached
-
-
0下载:
lingjian.m-----蒙特卡罗方法
lingjian.m使用零件初始值,用蒙特卡罗方法算出总费用。其中使用了自己编制的正态分布随机数发生器产生正态分布随机数。lingjian.m是对蒙特卡罗方法的一次练习。-Monte Carlo method lingjian.m----- using parts lingjian.m initial value, using the Monte Carlo method to calculate the total cost. Using i
-
-
0下载:
这个是关于随机数产生的matlab仿真程序-This is a random number generator on the simulation program
-
-
1下载:
用MATLAB语音实现产生线性同余伪随机数发生器-Generated using MATLAB voice to achieve a linear congruence pseudo-random number generator
-
-
0下载:
用MATLAB语言产生小数开方伪随机数发生器-Generated using MATLAB language minority prescribing pseudo-random number generator
-
-
3下载:
SkewT分布是近年来得到广泛使用的一种参数化分布。区别于传统的正太分布、学生-t分布,SkewT分布除了具有厚伟特征之外,还引入了偏斜特征。该分布对于金融领域的研究与应用具有十分重要的价值。当然,也是一个重要的统计工具。SkewT分布由Bruce E. Hansen(1994)构造,本源码包括SkewT分布的密度函数、累计概率、随机数生成、理论矩。-SkewT distribution has been widely used recently. Different from traditio
-
-
0下载:
几种常用的随机数生成函数的matlab程序-Several commonly used random number generator function of matlab program
-
-
0下载:
MATLAB随机数生成.M文件
里面有很多例子-MATLAB random number generator. M files
-
-
0下载:
产生符合一定分布的随机数的方法是,先产生(0,1)均匀分布的随机数,然后通过一个适当的变换方法得到所要求分布的随机数。常用的均匀分布伪随机序列发生器有线性同余发生器和线性反馈移位寄存器两种。-That meet certain distribution of the random number is first generated (0,1) uniformly distributed random number, then an appropriate transformation metho
-
-
0下载:
各种随机数产生程序,包含了随机数产生的各种方法。-All kinds of random number generator program includes various methods of random number generator.
-
-
0下载:
差值、函数逼近、矩阵特征值计算、数值微分、数值积分、方程求根、非线性方程组求解、线性方程组直接法、线性方程组迭代法、随机数生成、特殊函数计算、常微分方程初值问题、偏微分方程数值解法、数据统计和分析-Difference, function approximation, eigenvalue calculation, numerical differentiation, numerical integration, finding roots of equations, nonlinear equ
-
-
0下载:
在matlab下运行,产生标准均匀分布,正态分布和指数分布的随机数发生器程序。-In matlab running, generate standard uniform, normal and exponential distribution random number generator program.
-
-
0下载:
用MATLAB编的随机数生成程序代码,希望对大家有所帮助。-Compiled using MATLAB random number generator program code, we want to help.
-
-
0下载:
随机数发生器,用于产生随机数。改善了MATLAB中自带的随机数发生器产生随机数不理想的状况。-Random number generator, used to generate random number.Improved MATLAB in the random number generator comes with random number is not the ideal situation.
-