搜索资源列表
satellite_sel
- gps选星算法仿真程序 对matlab放着做了优化,这是一种新的近优化方法,同时具有高效快速的特点,节省处理器时间-satellite selection algorithm in matlab, optimized for simulation speed. it is a fast algorithm and this is the simulation scr ipt
GPS--C_Matlab
- 在本 GPS 软件接收机的实现中,主要针对C/A 码的捕获和跟踪算 法进行了C++代码的优化和改进,并在C++环境中调用Matlab 来实现 傅立叶变换的快速计算,将C++和Matlab 有机地结合在一起,提高了软件接收机的处理速度;使用类函数来实现大量的数组和矩阵运算,简化了程序的复杂性,提高了程序的可读性;分析所得到的卫星并从中筛选出四颗卫星来计算用户位置,提高了用户位置的精度。-In the GPS software receiver implementation, mainly
SLRposition
- SLR 定位算法的MATLAB实现,开始SL_R 定位了Num个未知节点。初始部分花时13秒左右,优化部分花时80秒左右。-SLR positioning algorithm to achieve the MATLAB, start the SL_R positioning Num unknown node. The initial part of flowering time of about 13 seconds, optimization of part when the flower 8
astardemo
- A*搜寻算法俗称A星算法。A*算法是比较流行的启发式搜索算法之一,被广泛应用于路径优化领域[。它的独特之处是检查最短路径中每个可能的节点时引入了全局信息,对当前节点距终点的距离做出估计,并作为评价该节点处于最短路线上的可能性的量度。(A * search algorithm commonly known as A Star algorithm. A * algorithm is one of the more popular heuristic search algorithms and is