• 大小: 79KB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-05-18
  • 语言: Matlab
  • 标签: MATLAB  能耗  

资源简介

无线传感网络节点不同算法下的能量消耗Matlab源程序 可以直接运行 代码简单易懂

资源截图

代码片段和文件信息

for q=1:1:91
    load topo
    num2=9;
R_nc=60;
R_cs=110;
    E_men=k*E_elec+E_amp*k*R_nc^2;  
    R=0;
    num2=num2+q;
     E_ch=k*E_elec*(num2-1)+k*E_elec+E_amp*k*R_cs^2;
     E_pmax=E_0n(11);
   for p=1:1:num2
 if (E_pmax    E_pmax=E_0n(1p);   
    c=p;
 end
    end
    while(E_pmax>E_ch) 
         R=R+1;
      R_zj(1num2)=R
      %  for p=1:1:num2
    %if (E_pmax    % E_pmax=E_0n(1p); 
    % c=p;                      
    %end
    %    end
 E_0n(1c)= E_0n(1c)-E_ch+E_men;
 for p=1:1:num2
     E_0n(1p)= E_0n(1p)-E_men;
 end
 
 E_min=E_0n(11);
 for p=1:1:10
     if(E_min>E_0n(1p))
         E_min=E_0n(1p);
     end
 end
 if(E_min>E_men)
E_pmax=E_0n(11);
  for p=1:1:num2
 if (E_pmax     E_pmax=E_0n(1p);
 end
  end
 end
if(E_min    E_pmax=E_min;
end
    end
    
end
save elect.mat

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2013-01-07 22:19  MATLAB WSN node energy consumption\
     文件         897  2013-01-07 15:54  MATLAB WSN node energy consumption\ELECT.asv
     文件         897  2013-01-07 15:56  MATLAB WSN node energy consumption\ELECT.m
     文件        1185  2013-01-07 19:40  MATLAB WSN node energy consumption\LIMIT.m
     文件        5325  2013-02-27 16:48  MATLAB WSN node energy consumption\Limit.mat
     文件         692  2013-01-07 10:30  MATLAB WSN node energy consumption\TOPO.m
     文件         743  2013-01-07 22:19  MATLAB WSN node energy consumption\Untitled16.asv
     文件         743  2013-01-07 16:00  MATLAB WSN node energy consumption\Untitled16.m
     文件        5363  2013-02-27 16:48  MATLAB WSN node energy consumption\elect.mat
     文件         761  2013-01-07 21:00  MATLAB WSN node energy consumption\elect10.m
     文件         927  2013-01-07 18:13  MATLAB WSN node energy consumption\electg.m
     文件       63719  2013-01-07 22:19  MATLAB WSN node energy consumption\fangzhen.fig
     文件         330  2013-01-07 10:41  MATLAB WSN node energy consumption\run.m
     文件        1083  2013-01-07 19:55  MATLAB WSN node energy consumption\suiji.m
     文件        5358  2013-02-27 16:47  MATLAB WSN node energy consumption\suiji.mat
     文件        5324  2013-02-27 16:46  MATLAB WSN node energy consumption\topo.mat

评论

共有 条评论