搜索资源列表
阻塞率
- 呼叫阻塞率的计算和仿真:在时间轴上考虑。无论阻塞与否,下一呼叫到达时刻为当前呼叫到达时刻加上服从参数为1/λ的指数分布的呼叫间隔时间。一个呼叫到达时只需要判断呼叫的到达时刻和各个信道服务完成时刻的先后:如果前者比后者中任意一个大,说明至少有一个信道服务完成时刻比此呼叫到达时刻早,即此信道空闲,此时呼叫成功,应该先把此信道下一个服务完成时刻置为当前呼叫到达时刻,再加上服从参数为μ的指数分布的服务时间;反之,如果前者比后者中全部都小,说明所有信道在此呼叫到达后才会结束服务,即当前忙,此呼叫被阻塞掉了
Zusailv
- 用C++编程仿真阻塞率-C Programming simulation blocking rate
yaojin
- 这个程序是理论和仿真呼叫阻塞率的对比!希望大家能多多交流学习!-this procedure is the theoretical simulation and call blocking rate contrast! Hope that we can conduct more exchanges learning!
BSA
- 一个爱尔兰B公式的计算器,输入相应的s与a值,即可得到你要的阻塞率-an Irish B formula calculator, input and the corresponding's a value, you can get to the blocking rate
blockingprobility
- 此程序是在假定达到率一定的情况下,计算出系统的阻塞率。此程序未考虑排队理论-this procedure is the assumption that the rate achieved under certain circumstances, the calculated rate of obstruction. This procedure does not take into queuing theory
sdmaSimulation
- 对SDMA空分多址系统的两种信道分配方案进行仿真,比较其性能,主要是阻塞率性能仿真。 附件里面的两个源程序分别为两种编程思想。
zuselv
- 对电话信令呼叫系统的阻塞率进行仿真,仿真采用Erlang B模型,即呼叫阻塞清除模型,并与理论的阻塞率公式进行比较,附件里面有源码的WORD文档,还有仿真报告
SDMA
- SDMA系统阻塞率仿真分析
blocklv
- 呼叫阻塞率的计算与仿真。仿真了随着话务量的增加,阻塞率的情况。包括matlab源程序,仿真曲线,理论曲线,以及两者的比较。还附有报告。-Call blocking rate calculation and simulation. With the increase of traffic in simulated blocking rates of the situation. Including the matlab source code, simulation curve, theoreti
block_probability_of_Erlang_queue_system
- 电路交换系统的阻塞率仿真与理论比较。有详细的报告。报告中有Erlang公式推导过程和比较曲线。-Circuit-switched system blocking rate compared with the theoretical simulation. Detailed report. Report Erlang formula derivation process and the comparison curve.
ANovelFastConstructionandAllocationAlgorithmforOVS
- 本文利用复制方法提出一种新的OVSF码复制生成算法,并在此基础上,研究了非可重排和可重排两种情况下的OVSF码快速分配问题. 利用复制生成的OVSF码字具有明显的异前置性特点,从而可以提高码字分配效率和减小硬件实现复杂度和降低呼叫阻塞率。-In this paper, methods to copy a new copy OVSF code generation algorithm, and on this basis to study the non-rearrangement and rea
zushailv
- 通信系统阻塞率的仿真。利用马尔科夫链模型,VC++环境开发。-blocking rate based on Queuing Model
BP
- 计算没有排队时候的阻塞率,马尔科夫链,用于计算通信质量。-Calculations do not line up when the blocking probability
queueingtheory
- 银行系统中,常会出现阻塞的情况,此程序计算了阻塞率的问题,并用matlab实现仿真-Banking system, often there will be blocked, blockage of this process to calculate rates, and the realization of simulation matlab
zuselvlilun
- 移动通信中话务量排队论中的阻塞率的理论值计算,运用C语言编程-Mobile telephone traffic queuing in the blocking probability of the theoretical value, the use of C language programming. . . . . .
SDMA-DL-and-FD
- 本代码给出了空分多址技术SDMA中FD和DL两种方案的阻塞率的计算。-This code shows the SDMA Space Division Multiple Access technology programs in both FD and DL blocking rate calculations.
recent-simulation
- 求阻塞率,仿真采用Erlang B模型,即呼叫阻塞清除模型。其原理是,不对呼叫请求进行排队,对于每一个请求服务的用户,假设没有建立时间,如果有空闲信道则立即进入;如果没有空闲信道,则呼叫阻塞,被拒绝进入和释放掉,只能以后再试。-Request blocking rate, the simulation using the Erlang B model, and call blocking to clear the model. The principle is to not call reque
erlang-calculation-frombupt
- ErlangB 计算器: 1.时间阻塞率B(s,a):double bsa_B(double a,unsigned long s) 2.中继线的条数s:unsigned long bsa_s(double a,double b) 3.呼叫量a:double bsa_a( double b,unsigned long s) ErlangC计算器 1.C(s,a):double Csa(unsigned long s,double a)-ErlangB calculator: 1
WF_NSFNET_10wave_simple_9.1
- 光网络突发业务仿真程序,10个波长,在NSFNET拓扑中的业务仿真。程序可以计算阻塞率和线路利用率。- ON划词翻译ON实时翻译 Optical network with bursty traffic simulation program, 10 wavelength, business simulation in the NSFNET topology. The program can calculate the
simulation-of-blocking
- 阻塞系统仿真C++代码,仿真不同阻塞率下的容量情况-Blocking system simulation C++ code, simulation of different blocking capacity of the situation