NL_G_Spectrum performs the spectrum S of the graph G. The spectrum of a graph is the set of eigenvalues of its adjacency matrix.
Examples
n=100;//network sizel=1000;//network squared area sided=100;//Locality radius[g]=NL_T_LocalityConnex(n,l,d);//generation of a topologyind=1;//window indexf=NL_G_ShowGraphN(g,ind);//graph visualization[S]=NL_G_Spectrum(g)//application of NL_G_Spectrum