comparative study of hierarchical routing protocols in a wireless sensor network

hello
how i can do a comparative study of hierarchical two or three routing protocols in a wireless sensor network with Matlab ?

6 Comments

Start by using scholar.google.com to find papers describing appropriate routing protocols, and read the papers repeatedly until you understand how they work. Then implement them in MATLAB.
If it helps, you can first implement them in some other computer language that you feel more comfortable with, and then once you have debugged in that other language, convert the code to MATLAB
thanks MR Walter Roberson i have to compare two or three codes , i have it in Matlab,
is it possible to get the result with Matlab ?
Yes, of course it is possible. When you implement your simulation, store measurements in variables, and then write matlab code to summarize the measurements and compare the results.
please if you can help me , how i can do this Mr Walter?
i have the code of each protocol and i want to execute it .
So execute them. If necessary modify them to keep any measurements you need to compare them. Perhaps you should start by defining which comparison measures you want to use, and then work from there to figure out what measurements you would need to record, and then modify the code to record those measurements.

Sign in to comment.

Answers (0)

Categories

Asked:

on 16 Oct 2023

Commented:

on 16 Oct 2023

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!