comparative study of hierarchical routing protocols in a wireless sensor network
Show older comments
hello
how i can do a comparative study of hierarchical two or three routing protocols in a wireless sensor network with Matlab ?
6 Comments
Walter Roberson
on 16 Oct 2023
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
said ouhmi
on 16 Oct 2023
Walter Roberson
on 16 Oct 2023
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.
said ouhmi
on 16 Oct 2023
said ouhmi
on 16 Oct 2023
Walter Roberson
on 16 Oct 2023
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.
Answers (0)
Categories
Find more on WSNs in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!