登录
首页 » 算法 » massive mimo Fundamentals, Opportunities and Challenges

massive mimo Fundamentals, Opportunities and Challenges

于 2022-07-07 发布 文件大小:922.90 kB
0 53
下载积分: 2 下载次数: 1

代码说明:

应用背景Massive multiuser MIMO (MISO): ◮ M ≫ K ≫ 1 (think 100 × 10 or 500 × 50) ◮ coherent, but simple, processing ◮ Potential to dramatically improve rate & reliability ◮ Potential to drastically scale down TX power ◮ Not only theory, at least one known testbed (64× ∼10) 关键技术 Massive MIMO Operation Not enough resources for pilots & CSI feedback, so operate in TDD. ◮ On the uplink, ◮ acquire CSI from uplink pilots and/or blindly from data ◮ detect symbols ◮ M ≫ K ⇒ linear processing (MRC, ZF, MMSE) nearly optimal ◮ On the downlink, ◮ use CSI obtained on the uplink ◮ make necessary adjustments based on reciprocity calibration ◮ apply multiuser MIMO precoding ◮ simple precoders desirable (and very good!): MRT, ZF, MMSE, ... ◮ MRC/MRT operation ◮ intracell interference will appear as

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • PSA 实验室的短路分析
    开发一个程序来进行模拟一个给定电力系统的对称三相短路。
    2022-02-01 23:25:48下载
    积分:1
  • C++实现基于用户的协同过滤
    算法过程:1).读入数据,将数据用user_brands存起来,同时建立userid_id,再建立id_brands  2).遍历id_brands得到物品-用户倒排表brand_ids,根据倒排表得到用户的相似矩阵sim_mat  3).为每个用户推荐产品:      3.1).求用户u买过的brand和所有brand的差集得到用户u没有买过的物品集合brand_unused;      3.2).用户u对每一个没用过的物品i的兴趣p(u,i):          3.2.1).找到与用户u最近的k个用户          对于每一个没用过的物品i:          3.2.2).找出这k个用户中对物品i有过行为的用户v[]√          3.2.3).将用户u和v[j]的兴趣相似度累加      3.3).取前m个最感兴趣的brand推荐给用户;  代码:UCF.cc(用户协同过滤核心代码):#include  #include  #include  #include  #include  #include  #include  #include  #include  #include  
    2023-03-01 07:45:04下载
    积分:1
  • 网络分类,神经网络的分类
    分类是遥感影像应用的一个重要方面,分类的影像便于对真实地物的识别,便于其他研究,在某些领域都要用到分类后的影像,同事也对影像分类的精度做了新的要求。由于传统的影像分类方法精度比较低,已经不能满足研究与应用的需要,所以要求我们寻找与探索新的分类方法,从而满足分类的精度。而基于
    2022-04-11 14:44:49下载
    积分:1
  • K均值聚类源代码
    K均值聚类算法源代码-K-means clustering algorithm source code
    2022-05-05 12:42:14下载
    积分:1
  • 无递归二叉树插入及中序等顺带求得深度等
    无递归二叉树插入及中序等顺带求得深度等-Non-recursive binary tree insertion sequence, such as passing and seek depth
    2023-01-12 09:55:03下载
    积分:1
  • photogrammetry Resection of the algorithm to achieve, through the importation of...
    摄影测量中后方交会算法的实现,通过输入测量数据可以算出交会点的小程序-photogrammetry Resection of the algorithm to achieve, through the importation of data could calculate the intersection of the small programs
    2022-04-01 21:10:21下载
    积分:1
  • nsga2的代码,亲测可用
    DEB的多目标遗传算法2,相对于Nsga有了较大的提升,我传的这个代码,是我导师给的,我亲自调过,非常好用!
    2023-05-06 20:25:03下载
    积分:1
  • rapid pattern matching algorithm
    快速模式匹配算法-rapid pattern matching algorithm
    2022-05-08 21:17:50下载
    积分:1
  • C显示图像
    资源描述很简单的小程序。#include   #include using namespace cv; void main() { IplImage *src; src = cvLoadImage("lena.jpg"); //这里将lena.jpg和lena.cpp文件放在同一个文件夹下 cvNamedWindow("lena", CV_WINDOW_AUTOSIZE); cvShowImage("lena", src); cvWaitKey(0); cvDestroyWindow("lena"); cvReleaseImage(&src); }
    2022-03-04 00:48:04下载
    积分:1
  • 改进的GSO
    改进的GSO算法,速度比一般的GSO快很多,收敛性好
    2022-01-24 18:46:27下载
    积分:1
  • 696522资源总数
  • 104049会员总数
  • 30今日下载