搜索资源列表
wireless_communication_simulation
- 本次实验是无线楼宇数据传输仿真,即在楼内实现点对点的无线数据通信,需要获得的关键是两点之间的距离和楼层衰减。通过了解914M的楼宇通信特性,建立楼宇数据通信系统的仿真模型,采用无线收发芯片NRF905,实现楼宇内的数据通信仿真分析。 -this experiment is building wireless data transmission simulation, in the building of peer-to-peer wireless data communications, nee
allen
- 在MATLAB中实现地球两点的的计算,可以方便的得出方位,仰角,距离-in MATLAB 2:00 of the Earth's calculation, can easily come to the position, elevation, distance
geodistance
- 用来计算地球表面两点之间的距离,该程序通过输入两点的经纬度坐标确定两点的距离,可用于各种工程应用当中
bilateration
- bilateration routing algorithm. 从固定两点出发寻找已知距离的第三点并不断延伸的算法。
采用邻域差值特征模板的立体匹配方法
- 算法给出一种图像匹配方法,通过计算一幅图像中间隔一定距离的两点的像素邻域差值作为特征模板,再计算另一幅图像中在同一扫描线上间隔同样距离的像素邻域的差值,将它与特征模板的偏差作为匹配标准,偏差最小的点就认为是匹配点。
sw_dist
- 提供两个点坐标,可以利用本程序,计算两点距离,简单好用。-Coordinates of two points, you can use this procedure to calculate the distance to two points, easy-to-use.
dijkstra
- dijkstra算法解决路径规划问题,求解任意两点之间的最小距离-Dijkstra s Shortest Path Algorithm calculates the shortest path and distance between two nodes on a map
floyd
- 实现flody算法,功能:计算任意两点之间距离-Achieve flody algorithm functions: calculate the distance between any two points
LgLt2XY
- 把经纬度表示的两个点转换为两点距离或以第一个点为原点的第二个点的XY坐标-Convert 2 points described in Longitude and Latitude to their distance or coordinate.
floyd
- 应该已经非常优化的floyd程序。简短、运行时间短、简单易理解。初学者亦可理解。实现任意两点间的最小距离和路径-Floyd should have a very optimized program. Short run time is short, simple and easy to understand. Beginners can understand. To achieve the minimum distance between any two points and path
distance
- 已知任意两点的经度和纬度求两点间的直线距离以及求两个圆交点坐标-Any two points of known latitude and longitude find straight-line distance between two points
stripmapSAR-MATLAB
- SAR的点目标仿真 两点目标的回波仿真 两点目标距离向压缩 两点目标距离向和方位向压缩-SAR point target simulation two goals echo simulation two target range compression points to the distance and azimuth compression
Floyd
- 从任意一条单边路径开始。所有两点之间的距离是边的权,或者无穷大,如果两点之间没有边相连。 2,对于每一对顶点 u 和 v,看看是否存在一个顶点 w 使得从 u 到 w 再到 v 比己知的路径更短。如果是更新它。 3,不可思议的是,只要按排适当,就能得到结果。-A unilateral path from any start. All the distance between two points is the right side, or infinity, if there is no
dijkstra
- 求解赋权图中任意两点之间的最短路径及距离-solve the shortestpath problem
jwd_Distance
- 依据两个点的经纬度计算这两点在地球上距离的函数文件,误差很小-Calculated based on latitude and longitude of two points on Earth from these two points in the function file, the error is small
fdistance
- 已知两点经纬度,计算两点之间距离。 利用大地坐标!-The known longitude and latitude calculate the distance
Floyd
- Floyd算法的matlab实现。对输入的邻接距离矩阵计算图中任意两点间的最短距离矩阵和路由矩阵,且能查询任意两点间的最短距离和路由。并根据结果自动绘制出了最短路径图。 程序中使用了前向路由和回溯路由两种方法,并对于无向图进一步减小算法复杂度。-Matlab implementation of the Floyd algorithm. Adjacent input distance matrix between any two points in calculating the figur
CORDIC_Norm
- 用CORDIC算法计算两点距离相当于matlab里的norm函数。经过验证,精度不错-Calculate distance between two points is equivalent to the norm in matlab function with CORDIC algorithm. After verification, the accuracy of a good
distance
- MATLAB实现经纬度计算两点距离,简单易用-calculate distance
Distance_onSphere
- 该程序可以计算球面上任意两点之间的距离。参数为球面任意点的经纬度和高度。(The program calculates the distance between any two points on sphere surface.)