Estadística
42 Preguntas
0 Respuestas
CLASIFICACIÓN
38.559
of 300.829
REPUTACIÓN
1
CONTRIBUCIONES
42 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
2.38%
VOTOS RECIBIDOS
1
CLASIFICACIÓN
of 21.088
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 171.210
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
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?
más de 8 años hace | 0 respuestas | 0
0
respuestasPregunta
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...
más de 8 años hace | 0 respuestas | 0
0
respuestasPregunta
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???
más de 8 años hace | 0 respuestas | 0
0
respuestasPregunta
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...
más de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
coding of storing current data in cache node
plz send me the coding part of storing the current data into the cache node
casi 9 años hace | 0 respuestas | 0
0
respuestasPregunta
whatr is relationship between power and energy in wsn?
what is relationship between power and energy?
casi 9 años hace | 0 respuestas | 0
0
respuestasPregunta
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 ...
casi 9 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
casi 9 años hace | 0 respuestas | 0
0
respuestasPregunta
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...
casi 9 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
alrededor de 9 años hace | 0 respuestas | 0
0
respuestasPregunta
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...
alrededor de 9 años hace | 0 respuestas | 0
0
respuestasPregunta
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 ...
alrededor de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
alrededor de 9 años hace | 2 respuestas | 0
2
respuestasPregunta
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...
alrededor de 9 años hace | 0 respuestas | 0
0
respuestasPregunta
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...
alrededor de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
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
alrededor de 9 años hace | 0 respuestas | 0
0
respuestasPregunta
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],.....
alrededor de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
can any body provides me MTE source code
i needed MTE source code in wsn for multi hop communication
alrededor de 9 años hace | 0 respuestas | 0
0
respuestasPregunta
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
alrededor de 9 años hace | 0 respuestas | 0
0
respuestasPregunta
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) ...
alrededor de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
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
alrededor de 9 años hace | 0 respuestas | 0
0
respuestasPregunta
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
alrededor de 9 años hace | 0 respuestas | 0
0
respuestasPregunta
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) ...
alrededor de 9 años hace | 0 respuestas | 0
0
respuestasPregunta
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...
alrededor de 9 años hace | 0 respuestas | 0
0
respuestasPregunta
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
alrededor de 9 años hace | 0 respuestas | 0
0
respuestasPregunta
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
alrededor de 9 años hace | 0 respuestas | 0
0
respuestasPregunta
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
alrededor de 9 años hace | 0 respuestas | 0
0
respuestasPregunta
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.......
alrededor de 9 años hace | 0 respuestas | 0
0
respuestasPregunta
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
más de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
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(...
más de 9 años hace | 1 respuesta | 0
