Network Traffic Simulator
Last update : 2/3/2007

ntg_circle_dist - Generate hierachical networks with backbone=wax layers=central users=central

Calling Sequence

[ge,diam]=ntg_circle_dist(alph,bet,n,L,stage,diamb,diffdiam)

Parameters

Description

Hierachical network generation. We select the quantity of backbone nodes which are placed with the Waxman method. We add L-1 layers using the central method based on distributions (rand_dist(3:5,[1 4 1]) for the backbone and rand_dist(5:11,[ 1 3 6 10 6 3 1]) for other layers). We finally add basic users linked to the layer L with the distribution rand_dist(5:7,[ 1 5 1]).

Examples

  alph=0.2;
  bet=0.5;
  n=10;
  L=1000;
  stage=2;
  diamb=20;
  diffdiam=5;
  [ge,diam]=ntg_circle_dist(alph,bet,n,L,stage,diamb,diffdiam);
  show_graph(ge);
  

Authors

Foued Melakessou University of Luxembourg

Bibliography

InTra Project 2004-2007

Used Function

ntg_waxman, circleplace.

See Also

ntg_waxman ,   circleplace ,