Network Topology Generator
Last update : 1/3/2007
wcircleplace - Connect a Waxman network around a node
Calling Sequence
-
[ge]=wcircleplace(alph,bet,N,D,g,ind)
Parameters
-
alph
: first Waxman parameter
-
bet
: second Waxman parameter
-
N
: new nodes quantity
-
D
: Maximal radius from the central node
-
g
: network graph
-
ind
: central node index
-
ge
: union graph
Description
-
Connect N nodes around a central node with index ind in the original graph g. They are placed randomly in a disc centered in the node ind with the radius D (D/2--D). New links between these N nodes are created by the Waxman method.
Examples
D=300;
L=1000;
n=30;
[g]=ntg_locality(D,L,n);
[ge]=wcircleplace(0.4,0.8,20,150,g,13);
show_graph(ge);
Authors
-
Foued Melakessou
University of Luxembourg
Bibliography
InTra Project 2004-2007
Used Function
wcircleplace.