readme

来自「用matalab开发的随机数生成程序包」· 代码 · 共 37 行

TXT
37
字号
###############
Description:

MATLAB routines to simulate and visualize three models for aggregated 
telecommunications traffic with long-range dependence: 
superposition of renewal processes, infinite source Poisson model 
and integrated sum of on-off processes. Requires the "toolboxes" for 
generation of counting processes, random numbers and queueing systems. 
These are included in paralel directories "..\counting", "..\ranvar" 
and "..\service".

The detailed documentation can be found in 

http://www.math.uu.se/research/telecom/software/

Any suggestions or comments are welcome.

###############
Installation:

After decompressing, run telepath.m in the directory "teletraffic".
Alternatively, you may add to your startup.m:
  addpath('path_to_stsim\teletraffic', ...
          'path_to_stsim\counting', ...
          'path_to_stsim\ranvar', ...
          'path_to_stsim\service')


###############
Version: 2.1
Last revision: 17-Dec-05

###############
Authors: 
  Ingemar Kaj <ikaj@math.uu.se>
  Raimundas Gaigalas <jaunas@math.uu.se>

⌨️ 快捷键说明

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