搜索资源列表
zjf147
- 用来产生均匀分布或高斯分布的伪随机数 (近似白噪声),它们可具有不同的均值和方差。用REMEZ算法求交错点组。用Cholesky分解求ARMA模型的参数并作谱估计。求MA模型的参数 并估计功率谱。 用最小方差法估计序列 的功率谱。-used to produce uniform or Gaussian distribution of the pseudo-random number (similar to white noise). They may have a different mean
ziggurat
- 实现了产生高斯随机数的ziggurat算法
2_2P_Norm_Select
- 利用VC根据舍选法原理实现高斯分布随机数的产生,并带有检测
random_binary
- MATLAB通信系统随机数产生mfiles,均匀、瑞利、高斯随机数发生器-Communication systems random number generator MATLAB mfiles, uniform, Rayleigh, Gaussian random number generator
localRand
- 常用随机数发生器,C实现 /* * 文件包含了6个函数,它们能产生符合相应分布的规律的随机数: * GenUniformRnd : 产生一个随机数,符合均匀分布。(伪随机序列) * GenBernoulliRnd : 产生一个随机数,符合伯努利分布。 * GenBinomialRnd : 产生一个随机数,符合二项分布。 * GenPoissonRnd : 产生一个随机数,符合泊松分布。 * GenExponentRnd : 产生一个随机数,符合指数分布。
Guass0420
- 高斯白噪声的产生,高斯随机数程序,采用瑞丽分布,适用产生高斯白噪声,程序中的方差和期望值已经标出-高斯随机数程序,采用瑞丽分布,适用产生高斯白噪声,程序中的方差和期望值已经标出
ban
- 经典算法, 用来表示 高斯分布随机数源代码 -Classical algorithms, used to denote Gaussian random number source code
G
- 实现了一个产生符合高斯分布的随机数发生器,并用最大似然估计法估算其方差及均值-Produced in line with the realization of a Gaussian distribution of the random number generator, and the maximum likelihood estimation method to estimate their variance and mean
Gussion
- 根据均值和方差来生成任意数量的高斯分布的随机数-According to the mean and variance to generate any number of Gaussian distribution of random numbers
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.
gassrand
- 高斯随机数产生c代码, 使用方便,只需简单调用-gassian random num creater
game
- 三点一线最短求解几何问题机数程序还是带参数的,参数是用来描述正态分布的一个浮点数表。在执行程序时,先生成这个表(只做一次),而后就可以任意多次地执行高斯随机数产生程序了。使用C是为了保证通用性,如果有人觉得麻烦,可以用C++做个类,把这些东西都封装进去。-something it is
generate-random-numberithm
- 用12求和法和Box-Muller方法产生高斯分布的随机数-12-sum method and Box-Muller method of Gaussian distribution of random numbers generated
changshengsuijishu
- 程序只产生均值为0,方差为1的随机数,要产生均值为E,方差为D的随机数,只要随机数*D+E就可以了。 高斯随机数程序还是带参数的,参数是用来描述正态分布的一个浮点数表。-Procedure produced only mean 0, variance 1 random numbers, to produce a mean E, the variance for the random number D, as long as the random number* D+ E on it. Gau
vcsuijishu
- 基于vc++ 产生0-1均匀分布随机数,高斯分布随机数,泊松分布随机数等。-vc++ generate random possion distributed and gaoss distributed and uniform distributed
guass_C
- 通信和电子新号处理中高斯白噪声的产生,产生均值方差已知的高斯随机数-New number of communications and electronic processing in Gaussian white noise generation
基于FPGA的高斯分布随机数的生成_姚若河
- 介绍了一种利用fpga硬件平台产生高斯随机数的算法(An algorithm for generating Gauss random numbers using FPGA hardware platform is introduced)
基于FPGA的高斯随机数发生器的设计与实现_徐新才
- 介绍了一种利用FPGA硬件平台生成高斯随机数的算法。(An algorithm for generating Gauss random numbers using FPGA hardware platform is introduced)
高斯随机数
- 生成高斯分布的随机数,在加性高斯信道中使用,增加高斯噪声(Generate the random number of gaussian distribution and use it in additive gaussian channel to increase gaussian noise)
最大熵滤波算法matlab仿真
- 包含基于Huber函数和最大相关熵的抗差滤波算法,以及与卡尔曼滤波算法的对比,用于GNSS导航定位粗差处理。同时主函数中包含混合高斯随机数生成方法。(The Huber function and maximum correntropy criterion based robust Kalman filter is included, which can be used for biases in measurements for GNSS positioning. The mixed Gauss