搜索资源列表
localRand
- 常用随机数发生器,C实现 /* * 文件包含了6个函数,它们能产生符合相应分布的规律的随机数: * GenUniformRnd : 产生一个随机数,符合均匀分布。(伪随机序列) * GenBernoulliRnd : 产生一个随机数,符合伯努利分布。 * GenBinomialRnd : 产生一个随机数,符合二项分布。 * GenPoissonRnd : 产生一个随机数,符合泊松分布。 * GenExponentRnd : 产生一个随机数,符合指数分布。
Bernoulli
- 很好的MATLAB仿真可以包括通信所有方面所以可以-good matlab
BTPCA1_0
- Implements mixture of binary (logistic) PCAs where pixels are modeled using Bernoulli distributions instead of Gaussian. The images do not need to be aligned.
Bernoulli
- simulation simulink of a modulation/desmodulation in gmsk with filter. -simulation on simulink of a modulation/desmodulation in gmsk with filter.
zishiyingxindaojunhengqi
- 使用下面的参数设计信道均衡器,其中使用两个独立的随机数发生器,一个用x(n)来表示,用来测试信道;另一个用v(n)来表示,用来模拟接收器中的加性白噪声的影响。序列x(n)是x(n)=±1的伯努利序列,随机变量x(n)具有零均值和单位方差。第二个序列v(n)具有零均值,其方差由信噪比决定。均衡器有11个抽头。-Use the following parameter design of channel equalizer, which uses two separate random number
fangchengqiugen
- 这是用MATLAB实现方程的求根问题,有贝努力法等十几种算法,具体的代码都已给出。-This is achieved using MATLAB problems finding roots of equations, there are a dozen Bernoulli law algorithms have been given a specific code.
Discrete_Time_Queue
- 离散时间堆栈系统 The queue can store up to five packets. All packets are processed on a first come – first served basis. Assume that when a packet is serviced all other packets in a queue (if any) are shifted instantaneously towards the output. Each slot d
Switching_Element_without_feedback
- A discrete event simulation of a switching element with 10 inputs and 3 outputs.Each input packet follows a Bernoulli process.1) Switching Element average number of busy outputs versus p, and 2) the average number of dropped packets
GA-
- 遗传算法再工程中的一个典型应用,最新发表的-Application of genetic algorithm in crack detection of beam-like structures using a new cracked Euler–Bernoulli beam element
6_5
- 贝努力队列的实现,采用上海交大数据结构课程的原理编写-Principle of the preparation of the realization of the Bernoulli force queue, Shanghai Jiaotong University data structures course
bernolli
- 使用vs2010开发环境编写的伯努利树程序,数据结构课程中常用。-Vs2010 development environment written using Bernoulli tree program, commonly used data structures course.
Bernouli
- 利用优先级队列实现伯努利树功能,C++源代码,codeblock调试-Use the priority queue implementation Bernoulli function tree
3.贝叶斯分类器
- 贝叶斯定理是用数学的方法来解释生活中大家都知道的常识,而机器学习使用的各种算法中,最常见的就是贝叶斯定理。此代码为贝叶斯分类python代码,包含高斯贝叶斯分类器,多项式贝叶斯分类器和伯努利贝叶斯分类器,并有具体的数据例子进行仿真比较(Bias's theorem is a mathematical way to explain all the common sense in life, and machine learning using various algorithms, the mos
Bernoulli
- MN逻辑法用于航迹起始,演示程序包括杂波环境下,整个跟踪全过程(Using the recent approach, combined with Kalman filter, the target tracking, but not in the clutter environment)
beam-uel
- 平面三节点线弹性梁单元UEL子程序,该单元以欧拉-伯努利梁理论为理论基础。(The UEL subprogram of the plane three - node elastic beam element is based on the theory of Euler - Bernoulli beam.)
1215. bernoulli
- 实现一棵Bernoulli树。实现下列操作: 1.insert X,将整数X加入优先队列 2.delete,将优先队列中最小值弹出 3.min,输出最小值 初始优先队列为空。(Implement a Bernoulli tree. The following operations are implemented: 1.insert X, adding integer X to the priority queue 2.delete, the m
程序
- 基于欧拉伯努利梁的动载荷识别小程序,希望对大家有所帮助(Based on Euler Bernoulli beam dynamic load identification small program, we hope to help everyone.)