搜索资源列表
PowerControlSchedulingandRoutinginUWBnetworks
- UWB 功率控制 容量 Main Matlab scr ipt is in runsim.m. It generates random topologies, optimizes, and display results. IMPORTANT: you may need to add manually the lib path in Matlab in order to get all the necessary functions. Reference:
antnet(ns).rar
- 基于 NS2 的 AntNet 源代码,这个外面很难找,NS2 based on the AntNet source code, the outside find it difficult to find
pegasis
- this is a pegasis related code.
matlabwsn
- This matlab code is highly be used for wireless sensor network for routing purpose.-This matlab code is highly be used for wireless sensor network for routing purpose.
LEACH
- This the Low Energy Adaptive Clustering Hierarchy routing protocol [LEACH] source code for wireless sensor network we have used.It is developed with MatLab7-This is the Low Energy Adaptive Clustering Hierarchy routing protocol [LEACH] source code for
LEACH
- Taken from other people, LEACH routing protocol source code using Matlab
LEACHSimulationFromSEPRoutingAuthor
- This is LEACH routing protocol simulation code using Matlab, taken from the author of SEP routing protocol.
AnEnergyEfficientMultipathRoutingProtocolforWSN.r
- An Energy Efficient Multipath Routing Protocol for WSN
sureshaodv
- Code : AODV Routing. x=1:20 s1=x(1) d1=x(20) clc A=randint(20) Making matrix all diagonals=0 and A(i,j)=A(j,i),i.e. A(1,4)=a(4,1), A(6,7)=A(7,6) for i=1:20 for j=1:20 if i==j A(i,j)=0 else A(j,i)=A(i,j) en
routing
- clc clear n=input( Total node= ) if n > 6 error( not <6 ) end alphabets= char(65:1:65+n) adj=zeros(n,n) for p=1:n for q=1:n adj(p,q)=input([ Enter Weight between [ ,alphabets(p), ] , [ ,alphabets(q), ] = ]) end e
zhls_matlab
- 针对AD-HOC网络的基于区域路由协议(ZHLS)的matlab仿真程序-AD-HOC networks for region-based routing protocol (ZHLS) of matlab simulation program
wireless-matlab-0.5
- 一个实现MANET的例子。包括无线传播模式、移动模式、物理层、MAC、Ad Hoc路由及应用层.-A MANET examples. Including wireless communication mode, the mobile mode, the physical layer, the MAC, the Ad Hoc routing and application layer.
HEED
- 这是一个用matlab编写的HEED路由算法的程序,改程序提供了一种路由选择的方法。-HEED routing algorithm procedures
Test5
- reactive routing protocol
WDM_Transceivers
- 光纤网络中的WDM路由算法,matlab实现(WDM routing algorithm in optical fiber networks, matlab implementation)
SmartBrowser-master
- cooperative routing technique
wban1
- here code of leach routing technique is to be uploaded which is heterogeneous
rumo
- 谣传的路由协议中Matlab编程节点布控的代码(Rumor routing node control program)
27834490leach-c
- 基于无线传感器网络中分簇路由协议leach协议的改进协议leach-c协议,可在matlab中运行通过。(Leach-c protocol, an improved protocol based on LEACH protocol for clustering routing in wireless sensor networks, can run through matlab.)