MATLAB: Wireless sensor networks

leachwirelesswsn

Hi, I wanted to simulate the wireless sensor networks and than implement different routing protocols on this simulation. I am not getting how I can simulate a basic simulation . I am not finding anything appropriate to start with. can any one please give a direction to start a simulation for wireless network. I have also got some wireless network code but they are very complex

Best Answer

You might be better off deciding on one (or at the most two) routing protocols for wireless sensor networks.. LEACH is a good algorithm to start with and can be implemented fairly easily in MATLAB. There are many spins off to LEACH such a VLEACH
File exchange has an implementation of LEACH
Hopefully these should be enough to get you started..
Related Question