搜索资源列表
beacon-base
- 自适应定位程序,当节点为beacon状态时,监听定位网络;当节点为listener状态时,负责进行定位计算,然后转化为beacon状态-Adaptive positioning procedure, when the node is beacon state, the monitor location network when the node state for the listener, responsible for position calculation, and then into
wuxianchuangandingwei
- 无线传感定位的一个入门算法,介绍了信标节点密度与定位精度的关系-Wireless sensor positioning as an entry algorithm introduced beacon node density and the relationship between positioning accuracy
802154MSNAUG-CHN
- 这个用户手册提供了基于Freescale 802.15.4 Media Access Controller (MAC)层实现的非信标星形网络 的建立和维护的信息。MyStarNetworkApp有两个基于802.15.4 Media Access Controller (MAC)层创建 的应用程序。这些演示程序在当前可以运行在以下这些Freescale开发板上: • 13213 Network Controller Board (NCB) • 13213
wangluofugai
- 无线传感器网络节点定位的移动信标节点路径规划,利用冗余度的方法对网络节点进行最优布置。-Optimal placement of wireless sensor network node positioning mobile beacon node path planning, the redundancy of the network nodes.
DV_Hop_modify
- 针对基本无线传感器网络DV-Hop定位算法中,计算平均跳距时产生偏小误差的原因,提出了基于平均跳距修正的DV-Hop算法。改进算法中,引入信标节点个数比例、所有信标节点平均跳距的最大值以及所有信标节点平均跳距的平均值三个因子,并采用它们对平均跳距进行修正。通过Matlab软件对算法进行仿真验证,结果表明,改进后的 DV-Hop 算法有效降低了未知节点的定位误差,是一种可行的无线传感器网络节点定位解决方案。-DV-Hop localization algorithm for wireless se
Simulation1
- 信标节点位于等边三角形顶点的仿真Simulation1-The Simulation Simulation1 beacon node is located in an equilateral triangle vertices
jiedian
- 用数组产生盲节点和信标节点,比循环产生好许多-Produce blind node and beacon node with arrays, produce much better than the cycle
dv-hop-location-algorithm
- 基于信标节点的DV HOP算法,能够输出节点拓扑图和未知节点误差图-DV HOP algorithm based on beacon node to output node topology and unknown node error figure
jiedian
- 在正方形区域内产生均匀分布的随机拓扑,红色信标节点 . 黑色未知节点,初始化节点间距离,跳数矩阵,最短路径算法计算节点间跳数,球每个信标节点的校正值,最小二乘法求未知点坐标-Generate uniformly distributed random topology in the square area, red beacon nodes. Black unknown nodes, the distance between node initialization, hop count matri
FDOA1
- 设置有四个信标节点发射固定频率的声波信号,在另一个z轴平面有一移动节点以一定速度移动(Set up four beacon nodes at a fixed frequency acoustic signal, in another z axis plane one mobile node move at a certain speed)
new-DV-Hop-code
- 改进DV-Hop定位算法 首先设置初始量,布置了一个范围为100×100m2的区域,其上随机分布100个传感器节点,其中有10个信标节点,节点的通信半径为30m。 第二步在正方形区域内产生均匀分布的随机拓扑,随机产生节点坐标并将其中十个选定为信标节点,其余九十个设为未知节点,然后画出节点分布图。 第三步通过最短路径法计算未知节点与每个信标节点的最小跳数。 第四步根据前面记录的其他信标节点的位置信息和相距跳数估算平均每跳的实际距离,用跳数估计距离的方法得出未知节点到信标节点的距离。 第五