当前位置:
首页
资源下载

搜索资源 - distance coordinates matlab
搜索资源列表
-
1下载:
主要介绍了dvhop算法的源代码,先计算平均每跳的距离,再根据跳数求出锚节点与未知节点的距离,再用三边测量法求出未知节点坐标,Dvhop algorithm introduces the source code, to calculate the average distance of each jump, then jump a few calculated in accordance with anchor nodes and unknown distance from the node,
-
-
0下载:
利用matlab仿真GPS坐标转换,即知道一点的GPS坐标利用测出来的距离俯仰方位信息计算另外一点的GPS坐标。-GPS coordinates conversion using matlab simulation, that is to know that the GPS coordinates use the distance measured from the pitching position information to calculate the GPS coordinates of
-
-
3下载:
用遗传算法写的求解TSP问题 四种情况 多旅行商单出发点 多旅行商多出发点 单旅行商以点的坐标计算及以距离矩阵计算-Written by using genetic algorithms for solving TSP problems, four cases: more than a single starting point for traveling salesman, multi-traveling salesman more than a starting point, a singl
-
-
22下载:
Matlab seawater工具包,可以通过海水的温盐等信息计算海水的密度、比容、位密、地转流速等重要参数。-
SW_ADTG Adiabatic temperature gradient
SW_ALPHA Thermal expansion coefficient (alpha)
SW_AONB Calculate alpha/beta (a on b)
SW_BETA Saline contract
-
-
0下载:
提供两个点坐标,可以利用本程序,计算两点距离,简单好用。-Coordinates of two points, you can use this procedure to calculate the distance to two points, easy-to-use.
-
-
0下载:
Mahalanobis距離是一個可以準確找出資料分布上面極端值(Outliers)的統計方法,使用線性迴歸的概念,也就是說他使用的是共變數矩陣以及該資料分布的平均數來找尋極端值的產生,而可以讓一群資料系統具有穩健性(Robust),去除不必要的雜訊訊息,這邊拿前面共變數矩陣的資料為例,並且新增了兩個點座標向量來做Mahalanobis距離的比較-Mahalanobis distance is the information that can accurately identify the dis
-
-
0下载:
TSP问题(又名:旅行商问题,货郎担问题)遗传算法通用matlab程序 D是距离矩阵,n为种群个数 参数a是中国31个城市的坐标 C为停止代数,遗传到第 C代时程序停止,C的具体取值视问题的规模和耗费的时间而定 m为适应值归一化淘汰加速指数,最好取为1,2,3,4,不宜太大 alpha为淘汰保护指数,可取为0~1之间任意小数,取1时关闭保护功能,建议取0.8~1.0之间的值 R为最短路径,Rlength为路径长度- TSP problem (also known as: traveling
-
-
4下载:
nonmaxsup——非最大值抑制
hysthresh——设定阈值区间,返回一个二值化图像
canny——边缘探测,图像边缘增强
adjgamma——调整图像的伽马值
findline——利用线性Hough变换和Canny边缘探测得到的线上各点的坐标
circlecoords——返回由圆的半径和圆心坐标决定的圆上各点像素的坐标
houghcircle——取一幅经过canny变换的图像,利用hough变换找到图像中的一个圆
findcircle——计算所得线上各点
-
-
4下载:
此程序用来在MATLAB中创建泰森多边形,并且在产生随机中心点的同时,各中心点必须满足特定的距离关系,最后输出中心点坐标以及相应的顶点坐标,以在ABAQUS中建模。-This procedure is used in MATLAB create Thiessen polygons, and at the same time generating random center point, each center must meet specific distance relationship, t
-
-
0下载:
MATLAB程序,用来计算大地坐标中两个经纬度之间的距离。-MATLAB program, used to calculate the distance between the two latitude and longitude coordinates.
-
-
0下载:
根据Excel表中的待放样点坐标,计算出放样时的所需的角度、距离参数。(According to the coordinates of the points which set in Excel, the required angle and distance parameters are calculated.)
-
-
1下载:
改进DV-Hop定位算法
首先设置初始量,布置了一个范围为100×100m2的区域,其上随机分布100个传感器节点,其中有10个信标节点,节点的通信半径为30m。
第二步在正方形区域内产生均匀分布的随机拓扑,随机产生节点坐标并将其中十个选定为信标节点,其余九十个设为未知节点,然后画出节点分布图。
第三步通过最短路径法计算未知节点与每个信标节点的最小跳数。
第四步根据前面记录的其他信标节点的位置信息和相距跳数估算平均每跳的实际距离,用跳数估计距离的方法得出未知节点到信标节点的距离。
第五
-