CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 阻塞率

搜索资源列表

  1. 阻塞率

    1下载:
  2. 呼叫阻塞率的计算和仿真:在时间轴上考虑。无论阻塞与否,下一呼叫到达时刻为当前呼叫到达时刻加上服从参数为1/λ的指数分布的呼叫间隔时间。一个呼叫到达时只需要判断呼叫的到达时刻和各个信道服务完成时刻的先后:如果前者比后者中任意一个大,说明至少有一个信道服务完成时刻比此呼叫到达时刻早,即此信道空闲,此时呼叫成功,应该先把此信道下一个服务完成时刻置为当前呼叫到达时刻,再加上服从参数为μ的指数分布的服务时间;反之,如果前者比后者中全部都小,说明所有信道在此呼叫到达后才会结束服务,即当前忙,此呼叫被阻塞掉了
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:12349
    • 提供者:徐鹏
  1. Zusailv

    0下载:
  2. 用C++编程仿真阻塞率-C Programming simulation blocking rate
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:563527
    • 提供者:陈家旺
  1. systemblockingprobability

    1下载:
  2. 通信系统中呼叫阻塞率,排队服务等待时间和拥塞概率。-communication system call blocking rate, the queue waiting for service time and congestion probability.
  3. 所属分类:邮电通讯系统

    • 发布日期:2008-10-13
    • 文件大小:1877
    • 提供者:吴俊
  1. BLOCKPROBABILITY

    1下载:
  2. 这是我的一个课程设计,完成通信过程中的排队问题,是关于阻塞率的。-This is one of my curriculum design, the communication process to complete the queuing problem is the rate of obstruction.
  3. 所属分类:通讯/手机编程

    • 发布日期:2008-10-13
    • 文件大小:176893
    • 提供者:wangping
  1. yaojin

    2下载:
  2. 这个程序是理论和仿真呼叫阻塞率的对比!希望大家能多多交流学习!-this procedure is the theoretical simulation and call blocking rate contrast! Hope that we can conduct more exchanges learning!
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:961
    • 提供者:舒冰清
  1. BSA

    1下载:
  2. 一个爱尔兰B公式的计算器,输入相应的s与a值,即可得到你要的阻塞率-an Irish B formula calculator, input and the corresponding's a value, you can get to the blocking rate
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:36411
    • 提供者:sherice
  1. blockingprobility

    0下载:
  2. 此程序是在假定达到率一定的情况下,计算出系统的阻塞率。此程序未考虑排队理论-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
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1577
    • 提供者:leekm
  1. homework7

    2下载:
  2. 一个完整gsm通信系统的仿真程序。能计算呼叫阻塞率。
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:11839
    • 提供者:周云
  1. block_probability

    1下载:
  2. 仿真通信系统中的阻塞率随单位时间总的平均呼叫到达率变化
  3. 所属分类:通讯/手机编程

    • 发布日期:2008-10-13
    • 文件大小:172670
    • 提供者:杨睛
  1. sdmaSimulation

    0下载:
  2. 对SDMA空分多址系统的两种信道分配方案进行仿真,比较其性能,主要是阻塞率性能仿真。 附件里面的两个源程序分别为两种编程思想。
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:13149
    • 提供者:丁巍
  1. simulation.rar

    0下载:
  2. 排队论中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
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:1406
    • 提供者:草婷
  1. blocklv

    1下载:
  2. 呼叫阻塞率的计算与仿真。仿真了随着话务量的增加,阻塞率的情况。包括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
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:245241
    • 提供者:陈长江
  1. simulation

    2下载:
  2. 设计一个M/M/S/k排队系统模型,用C++进行仿真,计算一个新的服务请求在各个状态k下的阻塞率,绘制出到达率-阻塞率曲线(matlab),并将理论值与仿真值进行比较。 M/M/S/k模型为服务请求到达间隔时间服从泊松分布、服务时间服从指数分布、系统有S个服务器、系统容量为k(有限个)的排队系统。如果一个服务请求到达排队系统时,系统内已有k个服务请求,那么这个服务请求就会被拒绝(即不为该服务请求安排服务器,也不会将其排入系统队列)。由于系统容量为k,有S个服务器,所以系统队列的长度为k-S
  3. 所属分类:Fax program

    • 发布日期:2015-09-04
    • 文件大小:112722
    • 提供者:张三
  1. queueingtheory

    0下载:
  2. 银行系统中,常会出现阻塞的情况,此程序计算了阻塞率的问题,并用matlab实现仿真-Banking system, often there will be blocked, blockage of this process to calculate rates, and the realization of simulation matlab
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:369466
    • 提供者:高飞
  1. queue

    0下载:
  2. 蜂窝系统中考虑队列情况下呼叫阻塞率的比较-queue
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-03-30
    • 文件大小:933294
    • 提供者:wenchao
  1. PL

    0下载:
  2. MATLAB的阻塞率仿真结果与erlang_B理论结果的比较-MATLAB simulation results of blocking probability comparison of theoretical results with the erlang_B
  3. 所属分类:3G develop

    • 发布日期:2017-03-29
    • 文件大小:1140
    • 提供者:皮亮
  1. BDCL_Simulation

    0下载:
  2. 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 the simulation program, and t
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:11019
    • 提供者:wangcongyi
  1. LCCsimulation

    1下载:
  2. 通过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 the formulas and theories erl
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:2109
    • 提供者:
  1. queueing_theory

    0下载:
  2. 计算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 probability and offered traffic whi
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:2381
    • 提供者:Aurora
  1. markwof

    2下载:
  2. 马尔科夫排队理论的一个关于阻塞率的仿真,非常给力-Markov queuing theory of a simulation on the blocking probability is very to the power
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:13216
    • 提供者:家郑
« 12 3 4 »
搜珍网 www.dssz.com