photo

kiranpreet kaur


2016년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

42 질문
0 답변

순위
38,585
of 300,851

평판
1

참여
42 질문
0 답변

답변 채택
2.38%

획득한 표
1

순위
 of 21,094

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 171,294

참여
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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 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

거의 9년 전 | 답변 수: 0 | 0

0

답변

질문


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

거의 9년 전 | 답변 수: 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 ...

거의 9년 전 | 답변 수: 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...

거의 9년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 1 | 0

1

답변

질문


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

대략 9년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 1 | 0

1

답변

더 보기