• 大小: 2KB
    文件类型: .rar
    金币: 2
    下载: 1 次
    发布日期: 2021-01-09
  • 语言: Matlab
  • 标签: GPSR_matlab  

资源简介

经典的基于位置的路由协议,用matlab语言记性编写。

资源截图

代码片段和文件信息

%%//////////////////////////////////////
%% GPSR
%%http://www.docin.com/p-55831688.html
%%
%%1000m*1000m
%%2009
%%by caolei
%%////////////////////////////////////
%%input
%%
%%////////////////////////////////////
%%output
%%
%%////////////////////////////////////
%%idea
%%
%%assign all sensor node to send a message to destination
%%/////////////////////////////////////////////////////////

clear all
area_l = 1000;
area_w = 1000;
R = 100;       %radio range
num_rout_track=7;
%---------------------------------------------------------
%num_node = [30507090110] ;  % number of nodes
num_node = 300;  

%---------------------------------------------------------
%for i_num_sink=1:length(num_sink)
    % des_x(i_num_sink) = area_l*0.9+area_l+0.1*rand(11);  
    % 

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件      11699  2012-01-22 17:57  gprs.m

----------- ---------  ---------- -----  ----

                11699                    1


评论

共有 条评论

相关资源