资源简介
已在MATLAB环境下成功运行,适合大家做毕业设计。
代码片段和文件信息
NodeNums = 100; % the num of node
AreaR = 100 ; % the area of simulate
NodeTranR=10; % the transit Radius
Elec=50 * 10^(-9); %
Eamp=100*10^(-12);
Bx=50; % The Postion of baseation
By=175;
MaxInteral =700; % the leach simulate time
Pch=0.05; % the desired percentage of cluster heads
InitEn=0.5; % the init energy of all node
Tr=30;
TDMA=100;
Kbit=2000; % the bits of a node transmiting a packet every time
BandWitch = 1*10.^(6); % Channel Bandwitch
TOS_LOCAL_ADDRESS = 0;
for i=1:(MaxInteral)
AliveNode(i)=NodeNums;
AmountData(i)=0;
end
sym alldata;
alldata=0;
LAECH = zeros(1MaxInteral);
LAENO = zeros(1MaxInteral);
for i=1:1:NodeNums
EnNode(i)=InitEn; % the init energy of all node
StateNode(i)=1; % the State of all node 1: alive 0:dead
ClusterHeads(i)=0; % the Set of Cluster Head 1: cluster head 0 :node
Rounds=0; % the round
end
Threshold=0; % the threshold of node becoming a cluster-head
Node.x=
相关资源
- zw_MATLAB应用精讲:图像处理与GUI设计
- MATLAB控制系统仿真与详解 夏玮
- matlab神经网络30例电子书+源代码
- Matlab图像处理-图像去噪边缘增强
- EEG脑电处理matlab工具包-eeglab
- 《卡尔曼滤波原理及应用-MATLAB仿真》
- 贝叶斯抠图算法matlab实现
- 基于BP神经网络的验证码识别matlab
- 杜勇-数字通信同步技术的MATLAB与FPG
- 数值分析及其Matlab实现
- DSP程序开发:MATLAB调试及直接目标代
- MATLAB优化算法案例分析与应用进阶篇
- DPM算法实现:voc-release5(Win7+matlab20
- 基于稀疏表示和正则化的图像超分辨
- 0积分 系统辨识与自适应控制MATLAB仿真
- 图像处理matlab道路小车跟踪
- 全面详解LTE MATLAB建模、仿真与实现
- adaboost 的matlab代码
- 《信号与系统》MATLAB教程.pdf
- 卷积神经网络完成程序matlab.zip
- matlab图像检索
- 卷积神经网络经典代码
- 现代通信系统第二版MATLAB版) 包括全
- 卡尔曼滤波 Matlab程序
- 稀疏编码matlab 教程
- 系统辨识资料大全(matlab系统辨识工
- 化学计量学方法及MATLAB实现
- MATLAB Neural Network Toolbox官方教程
- Inverse Synthetic Aperture Radar Imaging with
- matlab GUI设计
评论
共有 条评论