搜索资源列表
Digitalsimulationtechnology
- 数字仿真技包括对均匀随机数进行性能检验的各种方法的检验,高斯分布的随机序列-Technology, including digital simulation of uniform random numbers to test the performance of the test methods, Gaussian distribution of random sequence
Rand
- 生成在区间0到一的服从均匀分布的随机数,可用来进行概率计算等-Generated in the interval 0-1 uniformly distributed random numbers can be used to calculate the probability
674
- 用给定的多项式,如y=x3-6x2+5x-3,在[-1,1]上等间隔产生20组数据(xi,yi,i=1,2,…,n),再在yi上添加随机干扰(可用rand产生(-5,5)均匀分布随机数)。请 (1)对xi和添加了随机干扰的yi作3次多项式拟合,与原系数比较。 -With the given polynomial, such as y=x3-6x2+5x-3, [-1, 1] intervals of 20 sets of data (Xi, Yi, i=1,2,... , n), and
random-number-generator
- 基于FPGA 的快速均匀分布随机数发生器 随机数广泛应用于信息论、控制论、排队论、可靠性理论及人工智能等领域, 利用FPGA 的高效性、稳定性来产生均匀随机序列的方法为系统设计或测试带来了极大的便利. 本文在原有算法基础上结合同余法及Lag Fibonaicc 序列的特点, 构建了一个快速高质量的均匀分布随机数发生器. 实验研究证明随机数发生器具有良好的随机特性及均匀性-FPGA-based rapid and uniform distribution of the random numbe
正态分布函数实现
- 调用该函数可以实现正态分布函数,首先产生(min,max)之间均匀分布的随机数,再计算正态分布概率密度函数,最后产生产生正态分布随机数