필터 지우기
필터 지우기

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

조회 수: 5 (최근 30일)
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
Walter Roberson
Walter Roberson 2020년 8월 13일
you posted your own Question about this. People should look there rather than working on it here.

댓글을 달려면 로그인하십시오.

채택된 답변

Thomas
Thomas 2012년 4월 2일
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
Thomas
Thomas 2012년 4월 2일
[x,y]=meshgrid(-10:2:10,-10:2:10);
plot(x,y,'Marker','o','LineStyle','none')
Asma'
Asma' 2012년 5월 7일
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.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 WSNs에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by