<< NARVAL_W_NucleusGColWCDS NARVAL NARVAL_W_WCDS >>

NARVAL >> NARVAL > NARVAL_W_NucleusGWCDS

NARVAL_W_NucleusGWCDS

Perform the nucleus graph of a WCDS graph.

Calling Sequence

[gnu] = NARVAL_W_NucleusGWCDS(g,n)

Parameters

g :

WCDS graph.

n :

list of master nodes (nucleus).

gnu :

nucleus graph.

Description

NARVAL_W_NucleusGWCDS computes the virtual topology gnu between the master nodes n of the WCDS graph g (WIKIPEDIA). Two nucleus are connected together if they are direct neighbors or if there exists one slave node between them.

Examples

n=200;//network size
l=1000;//network squared area side
d=100;//Locality radius
[g]=NARVAL_T_LocalityConnex(n,l,d);//generation of a topology
[go,n,e]=NARVAL_W_WCDS(g);//calculation of the WCDS of g
w=1;//window index
f=NARVAL_G_ShowNodesIndex(go,w);//graph visualization
[gnu]=NARVAL_W_NucleusGWCDS(g,n);//application of NARVAL_W_NucleusGWCDS 
w2=2;//window index
[f2]=NARVAL_G_ShowNodesIndex(gnu,w2);//graph visualization

Dependency

NARVAL_G_MakeGraph

Authors

Foued Melakessou

Contact

Dr. Foued Melakessou

Research Associate

Interdisciplinary Centre for Security, Reliability and Trust

Room F106

University of Luxembourg

6, rue Coudenhove Kalergi

L-1359 Luxembourg-Kirchberg

E-mail: foued.melakessou@uni.lu

Tel: (+352) 46 66 44 5346

Home Page


<< NARVAL_W_NucleusGColWCDS NARVAL NARVAL_W_WCDS >>