matlab分簇教程,leach分簇算法仿真(基于matlab)

leach分簇算法仿真(基于matlab)

2007-12-07 21:46

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

% %

% SEP: A Stable Election Protocol for clustered %

% heterogeneous wireless sensor networks %

% %

% (c) Georgios Smaragdakis %

% WING group, Computer Science Department, Boston University %

% %

% You can find full documentation and related information at: %

% http://www.doczj.com/doc/37103e42be1e650e52ea9911.html/sep %

% %

% To report your comment or any bug please send e-mail to: %

% gsmaragd@http://www.doczj.com/doc/37103e42be1e650e52ea9911.html %

% %

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

% %

% This is the LEACH [1] code we have used. %

% The same code can be used for FAIR if m=1 %

% %

% [1] W.R.Heinzelman, A.P.Chandrakasan and H.Balakrishnan, %

% "An application-specific protocol architecture for wireless %

% microsensor networks" %

% IEEE Transactions on Wireless Communications, 1(4):660-670,2002 %

% %

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

clear;

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% PARAMETERS %%%%%%%%%%%%%%%%%%%%%%%%%%%%

%Field Dimensions - x and y maximum (in meters)

xm = 200;

ym = 200;

%x and y Coordinates of the Sink

sink.x =0.5 * xm;

sink.y = ym + 50;

%Number of Nodes in the field

n = 200

%Optimal Election Probability of a node

%to become cluster head

p=0.05;

packetLength = 4000;%数据包长度

ctrPacketLength = 100;%控制包长度

%Energy Model (all values in Joules)

%Initial Energy

Eo = 0.5;

%Eelec=Etx=Erx

ETX=50*0.000000001;

ERX=50*0.000000001;

%Transmit Amplifier types

Efs=10*0.000000000001;

Emp=0.0013*0.000000000001;

%Data Aggregation Energy

EDA=5*0.000000001;

%Values for Hetereogeneity

%Percentage of nodes than are advanced

m=1;

%\alpha

a=1;

INFINITY = 999999999999999;

%maximum number of rounds

rmax=2000

%%%%%%%%%%%%%%%%%%%%%%%%% END OF PARAMETERS %%%%%%%%%%%%%%%%%%%%%%%%

%Computation of do

do=sqrt(Efs/Emp);

%Creation of the random Sensor Network

figure(1);

for i=1:1:

  • 0
    点赞
  • 2
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值