Network Topology Generator
Last update : 1/3/2007

ntg_waxman_connex - Generate hierachical networks backbone=connexwax layers=wax users=central

Calling Sequence

[ge,diam,v]=ntg_waxman_connex(alph,bet,n,L,N,stage,diamb,diffdiam,colov)

Parameters

Description

Hierachical network generation. We select the quantity of backbone nodes with the connex Waxman method. We add L-1 layers using the Waxman method with parameters alpha and beta. We finally add basic users linked to the layer L.

Examples

  alph=0.3;
  bet=0.4;
  n=30;
  L=1000;
  N=3;
  stage=2;
  diamb=20;
  diffdiam=5;
  colov=[2 5 6 1];
  [ge,diam,v]=ntg_waxman_connex(alph,bet,n,L,N,stage,diamb,diffdiam,colov);
  show_graph(ge);
  

Authors

Foued Melakessou University of Luxembourg

Bibliography

InTra Project 2004-2007

Used Function

waxmanconnex, wcircleplace, circleplace.

See Also

waxmanconnex ,   wcircleplace ,   circleplace ,