Description: The source code contains a TDMA scheduling algorithm using multiple frequency channels for aggregated convergecast on three different routing tree topologies. Among other things, it contains the code to generate connected graphs and routing trees. It outputs the average schedule length of the algorithm, and average maximum degree and average radius of the trees.
To Search:
File list (Check if you may need any files):
Code Contribution\agfcn_dm.m
.................\algorithm_g.m
.................\construct_BDMRST.m
.................\construct_MIT.m
.................\construct_SPT.m
.................\create_cells.m
.................\create_hexagonal_cells.m
.................\DFSVisit.m
.................\drawcells.m
.................\drawcircle.m
.................\drawgraph.m
.................\drawtree.m
.................\generate_connected_graph.m
.................\greedy_slot_assignment.m
.................\isConnected.m
.................\isInterior.m
.................\load_balanced_freq_assignment.m
.................\main.m
.................\unique_hcell.m
Code Contribution