搜索资源列表
-
1下载:
产生服从指数分布的随机序列,用C语言编写的。可以用于通信系统的信源端。-have exponential distribution of the random sequence, using the C language. Can be used for communication system - the source of the letter.
-
-
0下载:
matlab的随机过程仿真实现,包含泊松过程,指数分布,高斯分布等-matlab random process simulation to achieve, including the Poisson process, exponential distribution, Gaussian distribution
-
-
1下载:
随机数生成类。封装c++的rand函数,用于生成均匀、正态、伽马、贝塔、泊松、指数、几何等分布规律的随机数。
内含生成各分布的算法源码。各分布可通过ts测试。,A random number generator class. it Packages the rand function of C++,and is used to generate uniform, normal, gamma, beta, Poisson, exponential, geometric and other dis
-
-
0下载:
常用随机数发生器,C实现
/*
* 文件包含了6个函数,它们能产生符合相应分布的规律的随机数:
* GenUniformRnd : 产生一个随机数,符合均匀分布。(伪随机序列)
* GenBernoulliRnd : 产生一个随机数,符合伯努利分布。
* GenBinomialRnd : 产生一个随机数,符合二项分布。
* GenPoissonRnd : 产生一个随机数,符合泊松分布。
* GenExponentRnd : 产生一个随机数,符合指数分布。
-
-
0下载:
在C#中,产生一般随机数用Random即可,但是,若要产生服从特定分布的随机数,就需要一定的算法来支持了,产生服从正态分布、泊松分布、指数分布以及负指数分布随机数的方法-A general random number in C#, you can use Random, but to have to obey a particular distribution of random numbers, you need a certain algorithm to support, resultin
-
-
1下载:
随机变量的产生,其中指数分布的和高斯分布的随机变量采用了变换法,分析它的自相关函数和功率谱密度,-The selection of random variables, in which exponential distribution and Gaussian distribution of random variables using the transformation method, analysis of its autocorrelation function and power sp
-
-
0下载:
讨论了生成0-1之间均匀分布随机数的一些算法,进而给出了由0-1之间均匀分布生成指数分布、正态分布、二项分布等常用分布的一般算法。-Discussed between 0-1 to generate random numbers uniformly distributed in a number of algorithms, which are given by the uniformly distributed between 0-1 generate exponential distribu
-
-
0下载:
概率密度函数符合指数分布的随机数序列
采用线性变换法由均匀分布序列生成-generation of exponential random variable
-
-
3下载:
matlab的随机过程仿真实现,包含泊松过程,指数分布,高斯分布等-matlab random process simulation to achieve, including the Poisson process, exponential distribution, Gaussian distribution
-
-
1下载:
This a random source code for delphi. Examples ramdom functions as follows:
The following Random Number Generators:
- Normal (Gaussian)
- Gamma
- Chi-squared
- Exponential
- Weibull
- Beta
- t
- Mult
-
-
0下载:
用解析变换法产生指数分布的随机数 是课程设计的小例子-Analysis of transformation with an exponential distribution random number
-
-
0下载:
用解析变换法产生指数分布的随机数,课程作业的小例子-Analysis of transformation with an exponential distribution of random numbers, course work in the small example
-
-
0下载:
用粒子滤波产生各种分布的随机数,包括指数分布、高斯分布、二项分布,用MATLAB实现的-Particle filter with a variety of random number generation, including the exponential distribution, Gaussian distribution, binomial distribution, with a MATLAB implementation
-
-
0下载:
An exponential distribution random number generator.
-
-
0下载:
分别产生符合高斯分布、指数分布、GGD分布的随机数。-Generate Gaussian distribution, exponential distribution, the GGD distribution of random numbers.
-
-
1下载:
file is containing the exponential distribution and random numbers
-
-
0下载:
几种常用分布(如泊松分布、正态分布、指数分布、均匀分布)随机变量的matlab实现方法。-Surement distribution (eg Poisson distribution, normal distribution, exponential distribution, uniform distribution) random variable matlab implementation methods.
-
-
0下载:
在matlab下运行,产生标准均匀分布,正态分布和指数分布的随机数发生器程序。-In matlab running, generate standard uniform, normal and exponential distribution random number generator program.
-
-
0下载:
用解析变换法产生指数分布的随机数 是课程设计的小例子-Analysis of transformation with an exponential distribution random number
-
-
0下载:
多种方法实现各(均匀分布,高斯分布,指数分布,瑞利分布等)分布的随机数产生-A variety of methods to realize the (uniform distribution, gaussian distribution, exponential distribution and Rayleigh distribution, etc.) of random number is generated
-