资源简介
AODV routing protocol
代码片段和文件信息
clc;
clear all;
Max=10;
for(i=1:1:Max)
n(i:)=randint(12[2 100])
end
%n(2:)=randint(12[2 100])
%n(3:)=randint(12[2 100])
%n(4:)=randint(12[2 100])
%n(5:)=randint(12[2 100])
for i=1:1:Max
%stem( n(i1)n(i2))
plot( n(i1) n(i2)‘--rs‘‘LineWidth‘2...
‘MarkerEdgeColor‘‘k‘...
‘MarkerFaceColor‘‘g‘...
‘MarkerSize‘10...
‘Tag‘‘hi‘)
hold on;
end
grid on;
hold on;
% generate RREQ
RREQ.Src=1
RREQ.Dst=5
%%%%%%%% all the nodes generate a hello packet put the start time
%% when received by the destination the time is calculated and thus
%% distance is obtained.
xs=0
ys=0
for i=1:1:Max
for j=1:1:Max
if(i==j)
d(ij)=0
else
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 1971 2009-04-07 00:00 AODV-MATLAB\Aodv.m
文件 514 2009-04-06 23:56 AODV-MATLAB\performance.m
- 上一篇:MATLAB 数字图像处理图像复原算法源代码(维纳滤波
- 下一篇:DWT
相关资源
- WSN-matlab-simulation
- gbvs 静态图像显著性分析程序
-
AR_databa
se AR人脸库zip的调用格式 - multipath_code.zip 试设计一完整的移动通
- DWTzip 基于Matlab的JPEG2000图像压缩实现
- lovesh
- TV 在图像恢复技术中
- 基于小波变换分割图像.zip
-
反步法simuli
nk参考程序.zip - matlab实现社交网络影响力最大化常用
- 曲柄滑块机构的运动学matlab仿真 源代
-
基于simuli
nk的储能逆变器VF控制仿真 - 排课算法MATLAB实现.zip
- 使用偏微分方程(PDE)进行图像去噪
- 储能模型,运行的很好,可以借鉴,
- 神经网络故障诊断和数据预测的matl
- 龙格库塔法求解延时微分方程matlab.
- som自组织神经聚类算法matlab.zip
- 江西省建模2019B题论文.zip
- 平衡车matlab.zip
- RBF神经网络神经网络故障诊断和数据
- BP神经网络解决字母识别问题matlab源代
- 手写数字识别系统GUI.zip
- 多径衰落信道matlab仿真.zip
- 7 概率神经网络分类问题matlab程序.
- MPC车辆控制.zip
- matlab程序蚁群,势场.zip
- 低通滤波器设计与实现基于MATLAB.zip
- 基于MATLAB GUI的音频数据处理.zip
-
双闭环直流调速系统的SIMUli
nk模型,
评论
共有 条评论