搜索资源列表
05041062
- 1.产生(0-1)分布随机数的方法:z i =(16807zi-1 +1)mod(pow(2,32)).被主函数调用. 2.产生U(0-1)分布利用公式:x1=sqrt(-2lnU1)cos(2PiU2), x2=sqrt(-2lnU1)sin(2PiU2) 3.产生瑞利分布,用两个独立同分布的正态分布值,用公式 x= sqrt(Y1*Y1+Y2*Y2)产生瑞利随机数. 4泊松分布-1. 20 (0-1) random number distribution methods : i
normal
- 产生随机数.产生的随机数服从(0,1)正态分布-generated random number. The random number obedience (0,1) normal
shengcheng
- 这是生成两个随机数的程序,分别服从均匀分布和正态分布
duishuzhengtai_gaosi
- 对雷达信号在雨杂波干扰下的对数正态分进行仿真-Of radar signal interference in the rain clutter under the Lognormal sub-simulation
log_simulation
- 用Rayleigh-Normal模型仿真对数正态信道模型-Model simulation with Rayleigh-Normal lognormal channel model
BPSK
- 无线激光通信系统在对数正态分布下的平均误码率的计算-the average BER of Wireless optical communication system is studied by log-normal distribution using Gauss methad
Random-Variables
- C++语言实现各类分布的随机数,有均匀分布,正态分布,指数,瑞利,莱斯,泊松等分布。-Using C++ language to realize the various distribution of Random Variables
randnumerwithc
- 数字通信系统中的随机数生产程序,有泊松分布,正态分布,二项分布等,对研究学习数字通信原理的人有一定参考价值。-Digital communication systems random number generator, there is the Poisson distribution, normal distribution, binomial distribution, etc., to study the principles of learning digital communicati