搜索资源列表
阻塞率
- 呼叫阻塞率的计算和仿真:在时间轴上考虑。无论阻塞与否,下一呼叫到达时刻为当前呼叫到达时刻加上服从参数为1/λ的指数分布的呼叫间隔时间。一个呼叫到达时只需要判断呼叫的到达时刻和各个信道服务完成时刻的先后:如果前者比后者中任意一个大,说明至少有一个信道服务完成时刻比此呼叫到达时刻早,即此信道空闲,此时呼叫成功,应该先把此信道下一个服务完成时刻置为当前呼叫到达时刻,再加上服从参数为μ的指数分布的服务时间;反之,如果前者比后者中全部都小,说明所
阻塞率
- 呼叫阻塞率的计算和仿真:在时间轴上考虑。无论阻塞与否,下一呼叫到达时刻为当前呼叫到达时刻加上服从参数为1/λ的指数分布的呼叫间隔时间。一个呼叫到达时只需要判断呼叫的到达时刻和各个信道服务完成时刻的先后:如果前者比后者中任意一个大,说明至少有一个信道服务完成时刻比此呼叫到达时刻早,即此信道空闲,此时呼叫成功,应该先把此信道下一个服务完成时刻置为当前呼叫到达时刻,再加上服从参数为μ的指数分布的服务时间;反之,如果前者比后者中全部都小,说明所
Zusailv
- 用C++编程仿真阻塞率-C Programming simulation blocking rate
systemblockingprobability
- 通信系统中呼叫阻塞率,排队服务等待时间和拥塞概率。-communication system call blocking rate, the queue waiting for service time and congestion probability.
BLOCKPROBABILITY
- 这是我的一个课程设计,完成通信过程中的排队问题,是关于阻塞率的。-This is one of my curriculum design, the communication process to complete the queuing problem is the rate of obstruction.
yaojin
- 这个程序是理论和仿真呼叫阻塞率的对比!希望大家能多多交流学习!-this procedure is the theoretical simulation and call blocking rate contrast! Hope that we can conduct more exchanges learning!
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
homework7
- 一个完整gsm通信系统的仿真程序。能计算呼叫阻塞率。-Gsm a complete communication system simulation program. Call blocking rate can be calculated.
sdmaSimulation
- 对SDMA空分多址系统的两种信道分配方案进行仿真,比较其性能,主要是阻塞率性能仿真。 附件里面的两个源程序分别为两种编程思想。-Of SDMA SDMA system two channel allocation simulation program to compare their performance, mainly blocking rate performance simulation. Annex inside were
zuselv
- 对电话信令呼叫系统的阻塞率进行仿真,仿真采用Erlang B模型,即呼叫阻塞清除模型,并与理论的阻塞率公式进行比较,附件里面有源码的WORD文档,还有仿真报告-Call signaling for the call blocking rate system simulation, simulation using Erlang B model, that is, removal of call blocking model, and w
simulation
- 排队论中M/M/1系统的MATLAB仿真主要是阻塞率的理论值与仿真数据的比较-M/M/1 queuing theory in MATLAB simulation system is blocking the theoretical value of the comparison with the simulation data
simulation
- 设计一个M/M/S/k排队系统模型,用C++进行仿真,计算一个新的服务请求在各个状态k下的阻塞率,绘制出到达率-阻塞率曲线(matlab),并将理论值与仿真值进行比较。 M/M/S/k模型为服务请求到达间隔时间服从泊松分布、服务时间服从指数分布、系统有S个服务器、系统容量为k(有限个)的排队系统。如果一个服务请求到达排队系统时,系统内已有k个服务请求,那么这个服务请求就会被拒绝(即不为该服务请求安排服务器,也不会将其排入系统队列)
queueingtheory
- 银行系统中,常会出现阻塞的情况,此程序计算了阻塞率的问题,并用matlab实现仿真-Banking system, often there will be blocked, blockage of this process to calculate rates, and the realization of simulation matlab
queue
- 蜂窝系统中考虑队列情况下呼叫阻塞率的比较-queue
PL
- MATLAB的阻塞率仿真结果与erlang_B理论结果的比较-MATLAB simulation results of blocking probability comparison of theoretical results with the erlang_B
blocklv
- 呼叫阻塞率的计算与仿真。仿真了随着话务量的增加,阻塞率的情况。包括matlab源程序,仿真曲线,理论曲线,以及两者的比较。还附有报告。-Call blocking rate calculation and simulation. With the increase of traffic in simulated blocking rates of the situation. Including the matlab source co
BDCL_Simulation
- matlab实现一维小区定向信道锁定借用(BDCL)和FCA(固定信道分配)阻塞率比较的仿真程序,并对小区信道数对阻塞率的影响也进行了图形描述!-matlab plot to achieve one-dimensional directional channel locking to use (BDCL) and FCA (fixed channel allocation) Comparison of blocking rates of
LCCsimulation
- 通过MATLAB实现对无排队等待的呼叫系统的仿真,并且得出在不同的呼叫到达速率下系统的阻塞率,并且和理论的erlangB公式做出对比。-MATLAB to achieve through the call without waiting in line system simulation, and come to a different call arrival rate in the system blocking rate, and
queueing_theory
- 计算Erlang B,C 模型中阻塞率与输入负载随服务器数量变化的数值关系并绘图。 模拟一个M/M/k排队系统。 该资料为通信系统排队理论matlab实验内容。-Using the iterative scheme, calculate the blocking probability of the Erlang B and C model. Draw the relationship of the blocking proba
markwof
- 马尔科夫排队理论的一个关于阻塞率的仿真,非常给力-Markov queuing theory of a simulation on the blocking probability is very to the power