photo

kiranpreet kaur


自 2016 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

42 个提问
0 个回答

排名
38,562
of 300,429

声誉
1

贡献数
42 个提问
0 个回答

回答接受率
2.38%

收到投票数
1

排名
 of 20,976

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 168,781

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


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 前 | 0 个回答 | 0

0

个回答

提问


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 前 | 0 个回答 | 0

0

个回答

提问


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 前 | 0 个回答 | 0

0

个回答

提问


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 前 | 1 个回答 | 0

1

个回答

提问


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 前 | 0 个回答 | 0

0

个回答

提问


whatr is relationship between power and energy in wsn?
what is relationship between power and energy?

8 years 前 | 0 个回答 | 0

0

个回答

提问


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 前 | 1 个回答 | 0

1

个回答

提问


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 前 | 0 个回答 | 0

0

个回答

提问


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 前 | 1 个回答 | 0

1

个回答

提问


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 前 | 0 个回答 | 0

0

个回答

提问


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 前 | 0 个回答 | 0

0

个回答

提问


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 前 | 1 个回答 | 0

1

个回答

提问


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 前 | 2 个回答 | 0

2

个回答

提问


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 前 | 0 个回答 | 0

0

个回答

提问


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 前 | 1 个回答 | 0

1

个回答

提问


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 前 | 0 个回答 | 0

0

个回答

提问


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 前 | 1 个回答 | 0

1

个回答

提问


can any body provides me MTE source code
i needed MTE source code in wsn for multi hop communication

9 years 前 | 0 个回答 | 0

0

个回答

提问


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 前 | 1 个回答 | 0

1

个回答

提问


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 前 | 0 个回答 | 0

0

个回答

提问


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 前 | 0 个回答 | 0

0

个回答

提问


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 前 | 0 个回答 | 0

0

个回答

提问


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 前 | 0 个回答 | 0

0

个回答

提问


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 前 | 0 个回答 | 0

0

个回答

提问


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 前 | 0 个回答 | 0

0

个回答

提问


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 前 | 0 个回答 | 0

0

个回答

提问


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 前 | 1 个回答 | 0

1

个回答

提问


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 前 | 1 个回答 | 0

1

个回答

加载更多