link_sim_conv.m

来自「Blocking CoThe aim of this toolbox is to」· M 代码 · 共 17 行

M
17
字号
function varargout=link_sim_conv(varargin)
%LINK_SIM_CONV Simulate blocking in circuit switched tandem network.
%   [BLOCKING]=LINK_SIM_CONV(C,L,LOAD,NB_GEN) simulates blocking in tandem
%   network, where C is the number of channels, L is the number of links
%   between source and destination, LOAD is the load in Erlangs generated on every
%   link and NB_GEN is the number of simulation iterations [1].
%
%   BLOCKING is the vector of simulated results, where BLOCKING(i) is the
%   value of simulated blocking propability between first node and i node.
%
%   The bigger the NB_GEN the more accurate results will be. A good number
%   is i.e. 10000.
%
%   See also LINK_SIM_NO_CONV.
%
%   References:
%       [1] Milan Kovacevi

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?