On the Sphere-Decoding Algorithm I. Expected Complexity Abstract—The problem of finding the least-squares solution to a system of linear equations where the unknown vector is comprised of integers, but the matrix coefficient and given vector are comprised of real numbers, arises in many applications: communications, cryptography, GPS, to name a few. The problem is equivalent to finding the closest lattice point to a given point and is known to be NP-hard. In communications applications, however, the given vector is not arbitrary but rather is an unknown lattice point that has been perturbed by an additive noise vector whose statistical properties are known. Therefore......
2022-05-06 18:32:46 250KB sphere decoding
1
算法时间复杂度的实验测试.doc
2022-05-06 14:10:17 102KB 算法 文档资料
基于并行计算的低复杂度SCMA检测算法,李静,赵慧,稀疏码分多址技术(Sparse Code Multiple Access,SCMA)作为5G物联网场景中讨论的一种非正交多址技术,可以有效提高接入量。其接收端采用消
2022-05-01 12:18:38 295KB 通信技术
1
小排序算法的稳定性和时间复杂度
2022-04-26 15:39:21 70KB 算法 稳定性 时间复杂度 排序
1
好不容易找到的~超详细..相信看了之后都能战胜时间复杂度这个难题!
2022-04-20 15:17:31 35KB 数据结构 算法 实例解析 详细
1
数组和链表的时间复杂度 数组和链表.pdf
2022-04-18 14:07:30 43KB 链表 算法 数据结构
数组和链表的时间复杂度 (1) 数组和链表.pdf
2022-04-18 14:07:29 43KB 链表 算法 数据结构
动态数组和链表的复杂度分析 数组和链表.pdf
2022-04-18 14:06:58 169KB 链表 数据结构 算法
DBSCAN的时间复杂度 时间复杂度 DBSCAN算法要对每个数据对象进行邻域检查时间性能较低。 DBSCAN的基本时间复杂度是 O(n*找出ε-邻域中的点所需要的时间)。最坏情况下时间复杂度是O(n2) 在低维空间数据中,有一些数据结构如K-D树,使得可以有效的检索特定点给定距离内的所有点,时间复杂度可以降低到O(nlogn) *
2022-04-16 22:54:25 2.49MB DBSCAN OPTICS DENCLUE
1