Can anyone help me in simulating a Wireless sensor Network with 100 nodes in it.

4 Ansichten (letzte 30 Tage)
I want to implement Wireless Sensor Network with following specifications
-> Sensors are sensing data and are at fixed locations. Sensors are to sense signals from body(Wireless Body Area Sensors)
-> Here the spectrum is ISM band, hence we need to have an efficient channel access mechanism ie I have to use CSMA/CA and don't know how to simulate one.
-> Sensors should work at 20Kbps and also the effect of energy needs to be included in the simulation.
-> There cannot be forwarding of data from one sensor to another sensor as each one has their own data to transmit.
-> I am essentially trying to simulate only the MAC and the physical layer.
-> I am also struck up with how to do this synchronization between the nodes, as I want to implement TDM and also FDM if possible between these nodes.
Please let me know if someone can help me. With Reagrds, Shravan
  4 Kommentare
Walter Roberson
Walter Roberson am 13 Aug. 2020
you posted your own Question about this. People should look there rather than working on it here.

Melden Sie sich an, um zu kommentieren.

Akzeptierte Antwort

Thomas
Thomas am 2 Apr. 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)
OR follow the protocol given in the following paper: www.isi.edu/~johnh/PAPERS/Ye02a.pdf
  3 Kommentare
Thomas
Thomas am 2 Apr. 2012
[x,y]=meshgrid(-10:2:10,-10:2:10);
plot(x,y,'Marker','o','LineStyle','none')
Asma'
Asma' am 7 Mai 2012
thank you for your question and answer
really, I need to build my routing protocol for WSN in Matlab and I found good Demoes and examples and simulink tools I expect it do the best more than any network simulator. But from where to start, how to build and connect? your answer is a good quick reference but I suggest to have complete tutorial or demo to build WSN in details and step by step
this will be a good support to any researcher to use Matlab for simulation.

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu WSNs finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by