Simulation Input Parameters for WSNs
For any problem, the two steps always be common called input and output. The input decides the parameters that you want to apply and the resulting output that you are expecting. In between these two parameters, the logic resides that solve the problem and give the desire result. To simulate a WSNs, we have to first understand the few Input parameters as given below:
- The Number of Sensors:- This parameters ask you how many sensors you wants to deploy for sensing purpose.
- Communication Range:- The another parameters the define the maximum or minimum communication range of a sensor node.
- Size of Deployment Area:- What will be the size of the sensing area.
- Types of sensors:- There are basically two types of the sensors normally we deploy in a WSNs. Once called unknown sensor node (without GPS) and another called anchor nodes (with GPS).
- Deployment Ratio:-This parameter decides the ratio of sensor node and anchor node. Usually, the anchor nodes are lesser than the sensor nodes.
- Deployment Scenarios:- There are four categories of deployment scenarios:
- Static Sensor Static Anchor
- Static Sensors Mobile Anchor
- Mobile Sensors Mobile Anchor
- Mobile Sensors Static Anchor
- Mobility Models:- Either the sensor is mobile or anchor is mobile, the mobility model is the important parameter, that decides the trajectory of a sensor or anchor.
- Initial Energy of Sensors:- What will be the energy of a sensors.
These are few input parameters that we will use to design a simple scenario of WSNs. In this post, we have only include the fewer input parameters that is essential to begin simulation of WSNs.
Later, we will study the advance topics such as radio propagation irregularity, antenna prospect, real experimentation of WSNs, and various research domain of WSNs. In the next post, we will create a simple simulation environment of WSNs using a MATLAB Tool.
Comments
Post a Comment