Statistics
42 Questions
0 Answers
RANK
38,562
of 300,429
REPUTATION
1
CONTRIBUTIONS
42 Questions
0 Answers
ANSWER ACCEPTANCE
2.38%
VOTES RECEIVED
1
RANK
of 20,976
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 168,781
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
why conventional leach is prefer to make clusters of sensor nodes while communicating to the base station through gateways?
why conventional leach is prefer to make clusters of sensor nodes while communicating to the base station through gateways?
8 years ago | 0 answers | 0
0
answersQuestion
why 0.1J energy is taken as standard energy in simulated environment of wsn?
in many research papers of sensor networks researchers uses 0.1 as initial energy for their simulated work. why they uses 0.1 as...
8 years ago | 0 answers | 0
0
answersQuestion
generally we preffered Euclidean distance matrix to find the distance between the nodes in sensor network??? Why???
why euclidean distance matrix is applied to find distance between the nodes???? what is the reason behind this???
8 years ago | 0 answers | 0
0
answersQuestion
To find the minimum distance between the sensor nodes is eucledian distance is best??? If so then why?
plz explain me, i used eucledian distance to find minimum distance b/w nodes is it advantageous or not? or where we can use eucl...
8 years ago | 1 answer | 0
1
answerQuestion
coding of storing current data in cache node
plz send me the coding part of storing the current data into the cache node
8 years ago | 0 answers | 0
0
answersQuestion
whatr is relationship between power and energy in wsn?
what is relationship between power and energy?
8 years ago | 0 answers | 0
0
answersQuestion
what is standard energy given to the nodes present in wsn?
sometime we see energy given to the number of nodes is 0.1,0.5,1.0 etc. My question is what is minimum and maximum energy given ...
8 years ago | 1 answer | 0
1
answerQuestion
can we give initial energy to base station while deployment........if not? then why it so.........
plz reply this question by taking both cases when base station is fixed and whwn base station is movable....actually i have bee...
8 years ago | 0 answers | 0
0
answersQuestion
formula of energy model used for transmitting data from gateway to base station........
I located fixed gateway and base station . Here data is transmitted from cluster heads to nearest gateway using LEACH energy mod...
9 years ago | 1 answer | 0
1
answerQuestion
what will be the effect on energy efficiency if we add fixed position gateways in b/w CH nodes and BS here BS is placed far away.......and data is to be transmitted from CH to gateway nodes and then gateway to BS
what will be the effect on energy efficiency if we add fixed position gateways in b/w CH nodes and BS here BS is placed far awa...
9 years ago | 0 answers | 0
0
answersQuestion
can any body tell me how clusters are made in a wsn region uses leach............
i made clusters using leach protocol in wsn.........and i knows i selects the node as a cluster head which having the highest en...
9 years ago | 0 answers | 0
0
answersQuestion
implementation of dijkastra algorithm in any energy efficient protocol in wsn
i want to implement dijkastra algorithm in any energy efficieny protocol in wsn to find minimum path b/w cluster head nodes and ...
9 years ago | 1 answer | 0
1
answerQuestion
how to select the gateway node closest to the cluster head node using dijkastra algorithm
let us suppose there is 'n' cluster head nodes with there respective positions and id's and 10 gateway nodes are present randoml...
9 years ago | 2 answers | 0
2
answersQuestion
source code to select the nearest gateway by Cluster Head to transmit data............
i want to find nearest gateway to the cluster head to send data from cluster head to gateway........how could we find nearest ga...
9 years ago | 0 answers | 0
0
answersQuestion
how to update number of nodes variable after every iteration in wsn
i have to update number of nodes after the completion of 100 rounds,..........plz help me how to do so for r=0:1:maximum_li...
9 years ago | 1 answer | 0
1
answerQuestion
how to create a 10 gateway nodes in a wsn
i have to create 10 gateway nodes......so that CH data would be recieved by gateway nodes........plz reply me as soon
9 years ago | 0 answers | 0
0
answersQuestion
how to give energy to nodes present in s_input struct
s_input = struct('V_POSITION_X_INTERVAL',[0 30],...%(m) 'V_POSITION_Y_INTERVAL',[0 30],...%(m) 'V_SPEED_INTERVAL',[0.2 2.2],.....
9 years ago | 1 answer | 0
1
answerQuestion
can any body provides me MTE source code
i needed MTE source code in wsn for multi hop communication
9 years ago | 0 answers | 0
0
answersQuestion
i use the following code for energy efficiency.............but i have to do after execution when all 100 rounds are completed 10 nodes are automatically added into the network
plz make change in my code to do so as soon as possible
9 years ago | 0 answers | 0
0
answersQuestion
i want to made struct <1*11> of s_input for 10 number of nodes(NB_NODES) without pre defining NB_NODES outside of the struct because i have to use this NB_NODES in other functions by giving its reference..
s_input = struct('V_POSITION_X_INTERVAL',[0 30],...%(m) 'V_POSITION_Y_INTERVAL',[0 30],...%(m) ...
9 years ago | 1 answer | 0
1
answerQuestion
how to run dijkstra algorithm
i know the dijskstra.m file u r provided but it can't be able to run............plz help me to do so
9 years ago | 0 answers | 0
0
answersQuestion
i want to add 20 nodes after the completion of 100 rounds in leach protocol
here in this code i want to increment 20 nodes after every 100 rounds............plz help me in source code to do so
9 years ago | 0 answers | 0
0
answersQuestion
i added LEACH in first box ie. P1(1,1) to make clusters inside it..........but I got an error....plz make change in my code to sought out an error
i got an error: Undefined function or variable 'min_dis_cluster'. Error in grid11 (line 262) ...
9 years ago | 0 answers | 0
0
answersQuestion
how to apply random way point mobility model in leach protocol
i have to apply random way point mobility model on leach protocol so that energy calculation can takes place when nodes are move...
9 years ago | 0 answers | 0
0
answersQuestion
plz provide me source code for moving nodes randomly in a sensor n/w
how to move the nodes in a wsn for improving energy consumption
9 years ago | 0 answers | 0
0
answersQuestion
plz share with me a source code of any routing protocol in matlab with sink mobility
i need source code of any routing protocol in wsn where sink mobility is present
9 years ago | 0 answers | 0
0
answersQuestion
I shared leach protocol file where nodes are placed randomly and fixed base station is present here which can receives the data from cluster heads..........I want some change here, I want to make base station mobile not fixed
here i want to make base station movable plz share some code with me
9 years ago | 0 answers | 0
0
answersQuestion
needed source code to make base station mobile
sir, i want to make base station movable in each round in wsn........plz make change in my code to make base station movable.......
9 years ago | 0 answers | 0
0
answersQuestion
how to generate id for source node,destination nodes in wsn..........help me with source code
here id of each node is needed for caching data to the node that is present near base station
9 years ago | 1 answer | 0
1
answerQuestion
I got an error in my program while making clusters in first box P1(1,1).........plz make change in my program to form clusters in first box.......
i got an error: In an assignment A(I) = B, a matrix A cannot be resized. Error in grid11 (line 234) X(...
9 years ago | 1 answer | 0
