Clear Filters
Clear Filters

Can I design a Wireless Sensor Network (WSN) using Simulink or MATLAB?

7 views (last 30 days)
I've a node deployment algorithm for WSN and I need to implement it using MATLAB. I need help about how to turn the mathematical model into MATLAB code. where to start?
  1 Comment
Heba Essam
Heba Essam on 19 Sep 2012
I can send the mathematical equations which I need to code in case someone is ready to help :)

Sign in to comment.

Accepted Answer

Thomas
Thomas on 19 Sep 2012
Do you have any paper that you are following. This work is equivalent to a Thesis or dissertation.
Anyways since you asked, here are the steps: (assuming you are performing energy based simulations)
1. Model the network (something like a meshgrid) 2. Model the channel (depending on the quantization) 3. Model individual sensors (as a cost of energy efficiency and communication) 4. add random noise to the system 5. For a particular target in the network (particular position, power, start with initial conditions and run monte carlo simulations)
  1 Comment
Heba Essam
Heba Essam on 20 Sep 2012
Thanks alot. I need help about how to write such mathematical model into MATLAB code. Can you please help me about this?

Sign in to comment.

More 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!