搜索资源列表
localRand
- 常用随机数发生器,C实现 /* * 文件包含了6个函数,它们能产生符合相应分布的规律的随机数: * GenUniformRnd : 产生一个随机数,符合均匀分布。(伪随机序列) * GenBernoulliRnd : 产生一个随机数,符合伯努利分布。 * GenBinomialRnd : 产生一个随机数,符合二项分布。 * GenPoissonRnd : 产生一个随机数,符合泊松分布。 * GenExponentRnd : 产生一个随机数,符合指数分布。
Bernoulli-Quee
- Bernoulli Quee 方便学习数据结构-Bernoulli Quee, a kind of data structure
Bernoulli
- 很好的MATLAB仿真可以包括通信所有方面所以可以-good matlab
Bernoulli
- matlab code for Bernoulli s chaotic map used for encryption
Bernoulli
- This Simulink model simulates as an example the transmission and reception of random digital data modulated with GMSK. The purpose of this model is to illustrate how part of the GSM transmission and reception works. It also measures the BER, affected
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.
bernoulli
- This MATLAB code from MATLAB central file
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
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
bernoulli
- 伯努利方程,试验过的,适合初学者学习,非常有用-Bernoulli equation, tested, is suitable for beginners to learn, and very useful
bernoulli
- 编的一个可以计算伯努力的一个matlab函数,方面直接用-a function compute bernoulli
Euler-Bernoulli-Beam
- 用有限元法求解Euler-Bernoulli梁-Using the finite element method to solve the Euler-Bernoulli beam
BEAMS-bernoulli
- Calculation of reactions and efforts of a beam by the Bernoulli equation FEM
Bernoulli-beam
- Finite Element analysis: here we perform the static analysis of Bernoulli beams under bending loads. The beam is defined in the xy plane, with constant cross-section area A
Bernoulli-wq
- 此程序是写的伯努利映射产生的随机序列,表现出良好的自相关特性-This program is written by the Bernoulli mapping to generate random sequences that exhibit good autocorrelation properties
bernoulli
- Bernoulli map chaotic sequence
Bernoulli
- MN逻辑法用于航迹起始,演示程序包括杂波环境下,整个跟踪全过程(Using the recent approach, combined with Kalman filter, the target tracking, but not in the clutter environment)
Bernoulli beam in bending
- 有限元算法求解欧拉梁静力问题实例。一个简单的一维欧拉梁模型,用FEM算法求解,用于学习有限元编程。(Bernoulli beam in bending)
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