Free Academic Seminars And Projects Reports
sample code for creating a node in wireless sensor network using matlab pdf - Printable Version

+- Free Academic Seminars And Projects Reports (https://easyreport.in)
+-- Forum: Academic (https://easyreport.in/forumdisplay.php?fid=41)
+--- Forum: Academic Queries (https://easyreport.in/forumdisplay.php?fid=60)
+---- Forum: Industrial Visit Report (https://easyreport.in/forumdisplay.php?fid=2)
+---- Thread: sample code for creating a node in wireless sensor network using matlab pdf (/showthread.php?tid=48803)



sample code for creating a node in wireless sensor network using matlab pdf - AKS_DX - 10-04-2017

The instruction is valid for Matlab version R2007b

First dowload and save grTheory toolobox (save it in Tools): http://mathworksmatlabcentral/fileexchange/4266. Open the Matlab and go to the File/Set Path and click on the Add Folder. Insert the path to your grTheory toolbox.

Next create working folder and store there all files prepared at the bottom of this webpage (networksDB.mat, loadAndPrintNet.m, oneRoundWSN.m).

The networkDb.mat file that contains the database of the WSN networks in the form of Matlab matrixes with the node's X,Y coordinates.

The function "loadAndPrintNet(numberOfNodes, nodeDegree) loads a selected ad-hoc network model from the networkDB.mat structure and displays its layout into the Matlab figure. User can choose 50, 100 or 400 number of nodes and degree of node 8, 10, 12, 14, 16, 18, 20, 22, 24, 26. Database is suitable for algorithms investigation under the same network conditions. You can find more details in the file comments. You can view the printed layout in the Matlab figure window.

To simulate the energy consumption of one round of data gathering from all the nodes, download oneRoundWSN.m and follow the comments within this file.


sample code for creating a node in wireless sensor network using matlab pdf - amit12 - 10-04-2017

Hi i am Deepa i would like to get a sample matlab code for deploying nodes in wireless sensor network.