Network Topology Generator
Last update : 2/3/2007

ntg - Generate hierarchical networks

Calling Sequence

[ge,diam,nlevel]=ntg(alph,bet,nlevel,L,N,stage,diamb,diffdiam,colov)

Parameters

Description

Generation of a hierarchical network with a layer quantity equal to stage.

Examples

  alph=[0.3 0.3 0.3 0.3];
  bet=[0.9 0.7 0.5 0.3];
  nlevel=[30 50 50 100];
  L=[1000 150 100 40];
  N=[3 5 3 3];
  stage=4;
  diamb=20;
  diffdiam=5;
  colov=[2 5 6 1];
  [ge,diam,nlevel]=ntg(alph,bet,nlevel,L,N,stage,diamb,diffdiam,colov);
  show_graph(ge);
  

Authors

Foued Melakessou University of Luxembourg

Bibliography

InTra Project 2004-2007

Used Function

waxmanconnex, layerplacement, circleplace.

See Also

waxmanconnex ,   layerplacement ,   circleplace ,