• 大小: 44KB
    文件类型: .zip
    金币: 2
    下载: 1 次
    发布日期: 2021-01-05
  • 语言: Matlab
  • 标签: matlab  wsn  仿真  

资源简介

对于无线传感器网络中分簇的仿真实验,一般采用NS2仿真工具,但是比较难学。这个NATLAB代码模拟了分簇的分布式实现,非常适合初学者学习。

资源截图

代码片段和文件信息

function [NewEvents] = action(event log_file)

% debug:
% TTL is determined at network layer only
% one way transmission received reverse transmission fails why?
    % mainly because randomness in the ‘shadowing‘ model: solved...same distance generates same random number
    % friis model works fine
    % tworay model is mostly the same as friis because crossover distance = 100 m
    % freq should be 2.4G instead of 2.4M white_noise_variance is changed correspondingly
% Duplicated packets due to early time out and retransmission: this is ok just provide a larger timeout
% queue waiting problem: net_queue is actually always empty all NET packets stack at mac_queue
    % mac_queue is accompanied by mac_status
% Question 1: how to decide the priority of broadcast unicast tr

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2006-05-07 15:38  0.5\
     文件       60361  2006-04-05 13:11  0.5\action.m
     文件         467  2006-03-21 21:26  0.5\carrier_sense.m
     文件         261  2006-01-23 17:10  0.5\friis.m
     文件        1442  2006-01-23 17:49  0.5\inv_erfc.m
     文件         126  2006-01-23 17:49  0.5\inv_q.m
     文件        1458  2006-03-27 00:32  0.5\inv_recv_power.m
     文件        1069  2006-03-26 23:38  0.5\log_normal_shadowing.m
     文件         194  2006-02-20 14:16  0.5\new_id.m
     文件         243  2006-02-15 16:19  0.5\overlap.m
     文件        7279  2006-05-07 15:36  0.5\parameter.m
     文件         525  2006-04-10 14:08  0.5\position_init.m
     文件        2747  2006-04-10 16:40  0.5\position_update.m
     文件        3363  2006-05-07 15:28  0.5\process_sim1.m
     文件         643  2006-03-23 18:45  0.5\recv_phy.m
     文件         821  2006-04-10 14:47  0.5\recv_power.m
     文件         688  2006-04-10 10:50  0.5\run.m
     文件        2592  2006-05-07 15:24  0.5\sim1.m
     文件        2768  2006-05-07 15:36  0.5\sim2.m
     文件         749  2006-03-30 12:44  0.5\topo.m
     文件         243  2006-02-17 14:22  0.5\topo_dist.m
     文件         635  2006-01-23 17:07  0.5\tworay.m
     文件         594  2006-02-15 16:35  0.5\tx_time.m
     文件       23116  2019-03-26 14:49  WSN无线传感器网络的分簇仿真Matlab代码大全.zip

评论

共有 条评论