📄 link_sim_conv.m
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -