搜索资源列表
-
0下载:
在本 GPS 软件接收机的实现中,主要针对C/A 码的捕获和跟踪算
法进行了C++代码的优化和改进,并在C++环境中调用Matlab 来实现
傅立叶变换的快速计算,将C++和Matlab 有机地结合在一起,提高了软件接收机的处理速度;使用类函数来实现大量的数组和矩阵运算,简化了程序的复杂性,提高了程序的可读性;分析所得到的卫星并从中筛选出四颗卫星来计算用户位置,提高了用户位置的精度。-In the GPS software receiver implementation, mainly
-
-
0下载:
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
-
-
0下载:
this research paper we present an immunological algorithm (IA) to solve global numerical optimization problems for high-dimensional instances. Such optimization problems are a crucial component for many real-world applications. We designed two versio
-
-
0下载:
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
-
-
0下载:
此代码是指导性策略搜索算法和基于LQG的轨迹优化的重新实现,旨在帮助其他人理解,重用并在现有工作的基础上进行构建。(This code is a reimplementation of the guided policy search algorithm and LQG-based trajectory optimization, meant to help others understand, reuse, and build upon existing work.)
-