搜索资源列表
Uniform Generator
- Uniform Generator Computer simulations often require random numbers. One way to generate pseudo-random numbers is via a function of the form where `` " is the modulus operator. Such a function will generate pseudo-random numbers (
MATLAB
- 产生长度为1000的标准正太分布的随机信号,画出时域波形及频谱; 采用u=255的非均匀PCM编码,每符号为8bit,画输入-输出关系图; 计算信号量化噪声比(SQNR); 信道误码率为10-3; 解码,并画出u律反变换后的信号时域波形及频谱。 扩展要求: 采用均匀PCM、量化级数可变、信道误码率可变。 - have a standard len
zufall
- 随机数生成fortran源程序,可用于非均匀,高斯,泊松随机数生成-uniform , gaussian, and poisson random number generation
distribution
- 产生均匀分布、正态分布、瑞利分布、泊松分布这几种分布的随机数,包括实现各部分的子函数和主函数-Produce uniform distribution, normal distribution, Rayleigh distribution, Poisson distribution random number distribution of these types, including the realization of the various parts of the Functions a
imnoise2
- 产生均匀、高斯、椒盐、对数正态、瑞利、指数、厄兰随机噪声-Have a uniform, Gaussian, salt and pepper, Lognormal, Rayleigh, exponential, beijerland random noise
LMTS
- This toolbox implements the same methods on small dadta sets and imlements a trimming method using a random uniform distribution to quickly process large data sets.-This toolbox implements the same methods on small dadta sets and imlements a trimming
generate_random
- Matlab下生成给定分布律的随机数的程序。包括采用余数法,产生一个N(0,1)正态分布随机数等。-generate the random number you give the rules.
WHRandom
- "WH Random Gen.rar" is uniform and gaussian random number generator based on the Wichmann-Hill number generator.
continousuniformr
- continous uniform random variable
random-c
- C语言实现的随机数产生方法,对一些需要产生随机种子的程序有帮助。主要是包括均匀分布、高斯分布随机数的产生。-C language implementation of the random number generator means, for some procedures need to generate random seeds help. Mainly include the uniform distribution, Gaussian distribution generation.
suijishu
- 关于随机数生产的文章,通过其中介绍的几种算法可以生成均匀分布等随机数-The article about random production, introduced by which several algorithm can generate random uniform distribution, etc
random
- 产生符合一定分布的随机数的方法是,先产生(0,1)均匀分布的随机数,然后通过一个适当的变换方法得到所要求分布的随机数。常用的均匀分布伪随机序列发生器有线性同余发生器和线性反馈移位寄存器两种。-That meet certain distribution of the random number is first generated (0,1) uniformly distributed random number, then an appropriate transformation metho
satish
- Avetis Ioannisyan avetis@60ateight.com Last Updated: 11/30/05 LMS Channel Adaptation reset randomizers randn( state ,sum(100*clock)) rand( state ,sum(100*clock)) numPoints = 5000 numTaps = 10 channel order Mu = 0
matlab-random
- 一个100*100的正方形,用半径为10的圆覆盖,随机在100*100的平面内放置圆心,问至少需要多少个圆,才能使得成功覆盖整个区域的概率在95 以上?并给出一个均匀随机放置装置的分布图。-A 100* 100 square, a circle with a radius of 10 covers, 100* 100 randomly placed on the center plane, and asked how many circles at least, to cover the ent
generation-fo-random-numbers
- 通信系统中,服从标准分布、正态分布、泊松分布和瑞利分布的随机数的生成-the genneration of the uniform distribution, Gaussian distribution, Rayleigh distribution and Possion distribution, in communication system
uniform
- 通过数字信号处理的方法产生均匀分布的随机数,可用于随机试验产生随机数。-Through digital signal processing method for generating uniform random number, can be used to generate a random number of random test.
random
- 生成随机数,实现由均匀分布到正态分布的变化-Generates a random number, to achieve uniform distribution to normal distribution changes
Random-variable
- 几种常用分布(如泊松分布、正态分布、指数分布、均匀分布)随机变量的matlab实现方法。-Surement distribution (eg Poisson distribution, normal distribution, exponential distribution, uniform distribution) random variable matlab implementation methods.
random-number-generator
- 基于FPGA 的快速均匀分布随机数发生器 随机数广泛应用于信息论、控制论、排队论、可靠性理论及人工智能等领域, 利用FPGA 的高效性、稳定性来产生均匀随机序列的方法为系统设计或测试带来了极大的便利. 本文在原有算法基础上结合同余法及Lag Fibonaicc 序列的特点, 构建了一个快速高质量的均匀分布随机数发生器. 实验研究证明随机数发生器具有良好的随机特性及均匀性-FPGA-based rapid and uniform distribution of the random numbe
Pseudo-Uniform-Random-Numbers-Generation
- Computer-generated "random" numbers are more properly referred to as pseudo random numbers. This report explains the process of generating pseudo random numbers by residue method