-
风蓄联合优化程序
风蓄联合优化运行程序,以风蓄联合运行经济效益最大为目标函数,考虑各种约束条件
- 2020-12-12下载
- 积分:1
-
OpenCV中文参考手册
OpenCV中文参考文件,应用程序接口(API)中文参考资料al OpenCV参考手册·ΩpencⅤ编程简介(矩阵/图像/姒频的基本·Ω中文参考手册读写操作)入门必读· OpenCV概述1.图像处理2.结构分析CXCore中文参考手册3.运动分析与对象跟踪4.模式识别1.基础结构5.照相机定标和三维重建2.数组操作3.动态结构HgGU中文参考手册4.绘图函数5.数椐保存和运行时类型信息1. HighGUI概述6,其它混合函数2.简单图形界面7.錯误处理和系统函数3.读取与保存图傯4.视频读写数机器学习中文参考手册5.实用涵数与系统函数OpencⅤ编码样式指南(阅读 Opencv代码前必CIMage类参考手册读CiMage中的陷阱和BUGOpenCV的Phon接口Opengν编程简介(矩阵/图像/视频的基本读写操作)Wikipedia,自由的百科全书Introduction to programming with OpenCVOpencv编程简介作者: Gady AgamDepartment of Computer ScienceJanuary 27, 2006Illinois Institute of TechnologyUrl:http://www.cs.it.edu/ragam/cs512/lect-notes/opency-intro/opency-intro. html#SECTION00040000000000000000翻译: chenyusiyuanJanuary 26, 2010.http:/blog.csdn.net/chenyusiyuan/archive/2010/01126/5259060.aspx摘要:本文旨在帮助读者快速入门 Openc,而无需阅读冗长的参考手册。掌握了 Opencv的以下基础知识后,有需要的话再查阅相关的参考手册。目录[原]1二、简介o1.11、 Openc的特点1.1.1(1)总体描述(2)功能113(3) OpenCv模块122、有用的学习资源2.1(1)参考手册;122(2)网络资源1.23(3)书籍124(4)视瓶处理例程(在< openly-root>/ samples/c/)125(5)图像处理例程(在< openly-root>/ samples/c/0133、 openc命名规则2(2)矩阵数据类型:■1.33(3)图像数据类型134(4)头文件:o144、编译建议.14.1(lInux;1.4.2(2) Windowso155、C例程2二、GUI指令2.11、窗口管理2.1.1(1)创建和定位一个新窗口∶2.12(2)载入图像2.13(3)显示图後2.14(4)关团窗口2.15(5)改变窗o222、输入处理2.2.1(1)处理鼠标事件222(2)处理键盘事件■2.23(3)处理滑动条事件·3三、 OpenCV的基本数据结构o3.11、图像数据结构3.1.1322、知阵与向量3.2,1(1)矩阵3232).元批333、其它结构类型33.1(1)点332(2)矩框大小(以像素为精度)∵■333(3)矩形框的偏置和大4四、图像处理4,11、图像的内存分配与释放411(1)分配内存给一幅新图像4.1.2(2)释放图像■4.13(3)复制图像414(4)设置/获取感兴趣区域ROI415〈5)设置/获取感兴趣通道COI422、图像读写4.2,1(1)从文件中读入图像4.2.2(2)保存图o433、访回图像像素4.3.1(1)假设你要访间第k通道、翦列的像素43,2(2)间接访间;(通用,但效可访间任意格式的图像)433(3)直接访间:(效率高,但容易岀错)434(4)基于指针的直接访闻:(简单高效435(5)基于c++ wrapper的直接访间(更简单高效a444、图像转换441(1)字节型图像的灰度-彩色转换442(2)彩色图像->灰度图像44不同彩色空间之间的转換a455、绘图指令4.5,1(1)绘制矩形452(2)绘制圆形45.3(3)绘制线段454(4)绘制一组线段455(5)绘制组填充颜色的多边形:456(6)文本标注5五、矩阵处理o5,11、矩阵的内存分配与释放32(3)为新矩阵分配达存释放矩阵内存514(4)复制矩阵5,15(5)初始化矩阵5.1.6(6)初始化矩阵为单位矩阵522、访回矩阵元焘52.1(1)假设需要访间一个2D浮点型矩阵的第(i,j个单元,5.2.2(2)间接访间5.23(3)直接访间(假设矩阵数据按4宰节行对齐)524(4)直接访间(当数据的行对齐可能存在间隙时 possible alignment gaps)5,25(5)对于初始化后的矩阵进行直接i°533、矩阵/向量运算5.3,1(1)矩阵之间的运算532(2)矩阵之间的元素级运算:53,3(3)向量乘积534(4)单一矩阵的运535(5)非齐次线性方程求解■536(6)特征債与特征向量(矩阵为方阵)6六、视频处理611、从视频流中捕捉一帧画面61.2(2)Y支从摄像头或视频文件(AM格式)中捕捉帧画面6,11(1)open个摄像头捕捉器6,1,3(3)初始化一个祕频文件捕捉器614(4)捕捉一帧画面61.5(5)释放视频流捕捉o622、获取/设置视频流信息6,2.1(1)获取视频流设备信息6,2,2(2)获取帧图信息6,23(3)设置丛视频文件抓取的第一帧画而的位置∵633、保存视频文件6.3,1(1)初始化视频编写器6.3,2(2)保持视频文件63)释放视频编写器[编辑]简介[编辑]1、 OpenCV的特点[编辑](1)总体描述· Opencv是一个基于CC++语言的开源图像处理函数库其代码都经过优化,可用于实时处理图像具有良好的可移植性可以进行图像/视频载入、保存和采集的常规操作具有低级和高级的应用程序接口(API·提供了面向 Intel IPP高效多媒体函数库的接口,可针对你使用的 Intel CPU优化代码,提高程序性能(译注: OpenC2.0版的代码已显著优化,无需IPP来提升性能,故2.0版不再提供IPP接口)[编辑(2)功能图像数据操作(内存分配与释放,图像复制、设定和转换)Image data manipulation (allocation, release, copying, setting, conversion·图像/视频的输入输出(支持文件或摄像头的输入,图像/视频文件的输出)Image and video I/o (file and camera based input, image/video file output).矩阵/向量数据操作炇线性代数运算(矩阵乘积、矩阵方程求解、特征值、奇异值分解)Matrix and vector manipulation and linear algebra routines(products, solvers, eigenvalues, SVD)支持多种动态数据结构(链表、队列、数据集、树、图)Various dynamic data structures(lists, queues, sets, trees, graphs)·基本图像处理(去噪、边缘检测、角点检测、采样与插值、色彩变換、形态学处理、直方图、图像金字塔结构)Basic image processing(filtering, edge detection, corner detection, sampling and interpolation, colorconversion, morphological operations, histograms, image pyramids)·结构分析(连通域/分支、轮廓处理、距离转换、图像矩、模板匹配、霍夫变换、多项式逼近、曲线拟合、椭圆拟合、狄劳尼三角化)Structural analysis(connected components, contour processing distance transform, various momentstemplate matching, Hough transform, polygonal approximation, line fitting, ellipse fitting, Delaunaytriangulation).·摄像头定标(寻找和跟踪定标模式、参数定标、基本矩阵估计、单应矩阵估计、立体视觉匹配)Camera calibration(finding and tracking calibration patterns, calibration, fundamental matrixestimation, homography estimation, stereo correspondence).·运动分析(光流、动作分割、目标跟踪)Motion analysis(optical flow, motion segmentation, tracking)目标识别(特征方法、HMM模型Object recognition(eigen-methods HMM)基本的GUI(显示图像/视频、键盘/鼠标操作、滑动条)Basic Gui (display image/ video keyboard and mouse handling, scroll-bars)图像标注(直线、曲线、多边形、文本标注)Image labeling(line, conic, polygon, text drawing[编辑](3) Opencvi模块cv-核心函数库Vaux-辅助函数库:e0机数线性代数作m|-机器学习函数库[编辑]2、有用的学习资源[编辑](1)参考手册:< opencv-root>/ docs/index. htm(译注:在你的 OpenCV安装目录< opencv-root>内)[编辑](2)网络资源:Etkmi:http:/www.intel.com/technology/computing/opencvl[编辑](3)书籍:Open Source Computer Vision Libraryby Gary R Bradski, Vadim Pisarevsky, and Jean-Yves Bouguet, Springer, 1st ed. (June, 2006)chenyusiyuan:补充以下书籍Learning OpenCV -Computer Vision with the OpenCV Libraryby Gary Bradski Adrian Kaehler, O Reilly Media, 1 st ed(September, 2008)OpenCv教程——一基础篇作者:刘瑞祯于仕琪,北京航空航天大学出版社,出版日期:200706(4)视频处理例程(在< opencv-root>/ samples/c/):·颜色跟踪: camshiftdemo点跟踪:| kemo动作分割: motel边缘检测: laplace[编辑](5)图像处理例程(在< opencv-root>/ samples/c/)边缘检测:edge图像分割: pyramid_ segmentation形态学: morphology直方图: demist距离变换: distrains椭圆拟合: fitellipse[编辑]3、 OpenCv命名规则[编辑](1)函数名CvActionTargetMod(.)Act⊥cn=核e functionality)(e.g. set, create)Targettarget image area) (e, g. contour, polygon)Modih (optional modifiers) (e.g. argument type)[编辑](2)矩阵数据类型:CV_(SIUIF)Cs=符号整型UE,q.:Cv_8UC1是指_个8位无符号整型单通道矩阵CV 32FC2是指一个32位浮点型双道道矩阵[编辑](3)图像数据类型:IPL_DEPTH_⊥nc1ude< VAux.h>include inc⊥ ude sinclude /一般不需要,cv,h内已包含该头文件[编辑]4、编译建议[编辑](1)Linux:g++ helloworld. cpp-o hello-worldI /usr/local/include/opencv -L /usr/local/liblm-Icv-highqui-Icvaux[编辑](2)Windows在Ⅵ visual studio的选项和项目牛设置好 OpenCv相关文件的路径。[编]5、C例程hello-worid. cpp/该程序从文件中读入一幅图像,将之反色,然后显示出来⊥nc1udeinclude ⊥nc1ude#include #include highgui.h>int main (int argc, char argv[IplImage* img=0int height, width, step, channelsuchar *datai. i,i,kif(argcheight iwidthimg->widthStepimg->widthstep ichannelsimg->channelsdata(uchar *)img->imageData iprint f("Processing a dx%d image with d channels", height, width, channels)create a windowcvNamedwindow("mainwin CV WINDOW AUTOSIZEcvMoveWindow ("mainwin", 100, 100)t the image相当于 caNot(img);for(i-o; isheighti 1++) for(j=; j
- 2020-12-10下载
- 积分:1
-
DirectShow实现视频的实时显示并抓图,可以设置视频参数
使用VS2013创建的工程,使用前需要安装并配置DirectShow环境。DirectShow实现视频的实时显示并抓图保存到本地。可以设置图像参数和视频格式。
- 2021-05-07下载
- 积分:1
-
Matlab Simulink仿真实例教程.pdf
【实例简介】Matlab Simulink仿真实例教程
此附件是基于Matlab的仿真实例教程,分享!
Simulink是MATLAB提供的实现动态系统建模和仿真的一个软件包. 它让用户把精力从编程转向模型的构造.Simulink一个很大的优点是为用户省去了许多重复的代码编写工作 ……
- 2021-11-22 00:38:51下载
- 积分:1
-
arduino鼠标点击绝对坐标
arduino自带的鼠标库有坐标限制,坐标单位无法对应屏幕像素,把此库放在arduino库中即可使用,使用方法基本相同,初始化时输入屏幕的分辨率。如果出现找不到HID.h等提示,请下载最新版的arduino。
- 2020-11-04下载
- 积分:1
-
利用MATLAB实现医学图像处理与分析
利用MATLAB实现医学图像处理与分析边缘是图像最基本的特征。所谓边缘是指图像周围像素灰度有阶跃变化或屋顶状变化的像素的集合, 它存在于目标与背景、目标与目标、区域与区域、基元与基元之间。边缘具有方向和幅度两个特征, 沿边缘走向, 像素值变化比较平缓; 垂直于边缘走向, 像素值变化比较剧烈, 可能呈现阶跃状, 也可能呈现斜坡状因此, 边缘可以分为两种: 一种为阶跃性边缘, 它两边的像素灰度值有着明显的不同; 另一种为屋顶状边缘, 它位于灰度值从增加到减少的变化转折点。对于阶跃性边缘, 二阶方向导数在边缘处呈零交叉; 而对于屋顶状边缘, 二阶方向导数在边缘处取极值。第6期高向军,等:利用 MATLAB实现医学图像处理与分析1749d imw rie( modif, ank le_new series d en, n b)在 MATLA B中,笔者实现算法如下:a读入图像,预定义3.2 Levelset图像分割初始轮廓,如图3(a)所示;b定义离散化水平集函数;c)曲线在医学图像分割研究中,基于 level set技术的活动轮廓模演化,递准过程;d)求解演化后的零水平集,即为分割图像的型正引人注目。本实例在 MATLAB环境中,实现了Chm和边缘,如图3(b)所示。Ⅴese提出的无梯度的活动轮廓模型,并应用在医学图像分割之中。4结束语CⅤ分割方法的基本原理如下:没定义域为Ω的图像uo实践证明,MAT^AB软件功能强大、数据计算能力突出、被闭合边界C划分为目标O(C的内部)和背景B(C的外语言简洁易读。使用图像工具箱中的医学图像处理函数可以部)两个同质区域。两个区域的平均灰度分别为c1和c2此时方便快捷地实现医学图像的读写及简单处理功能。本文用实能量函数可看做为外部能量和内部能量之和,即例证明了在 MATLAB环境中可以方便、快速、有效地实现复杂E(cIc> C)=EinsidefC)+Eoutsidec)医学图像处理算法。同时Ⅵ ATLAR工具箱涉及的专业领域广H, m isc,(uo-Ci2dx dy+泛且功能強大。由于工具箱具有可靠性和开放性,可以方便H2IJout ie c)(o-C2)2dedy-YICI地直接加以使用,也可以将自己的代码加到工具箱中以改进函数功能。因比,在Ⅵ ATLA B(R2006b)环境下,实现医学图像的处理和分析具有很大的应用优势和价值。参考文献:1」田捷,包尚联,周明全.医学影像处理与分析[Ⅵ].北京:电子工业出版社,2003.(a)初始图像(b)分割结果「2]张尢赛,陈福民·D)IαM医学图像窗口变换的加速算法[J.计图3 Level set分割结果算机工程与应用,200339(13):218-2203]王立功,刘伟强,于甬华,等.DCOM医学图像文件格犬解析与当闭合边界C处于两个同质区域的边界时,能量达到最应用研究[J计算机工程与应用,20642(29):210212225小。为了解决曲线的拓扑变化问题,C-V分割法采用了水平[41曾筝,董芳华,陈咣,等.利用 MATLAB实现C断层图像的三维集方法,将闭合边界C嵌入高一维的曲面ψ中,根据初始闭合重建[J·CT理论与应用研究,200413(2):24-29曲线c构造一个内正外负的符号距离水平集函数中这样就5l任忠宝,李佳·基于 MATLA B的颅面三维重构技术J·计算机将关于闭合曲线C的能量函数转换为关于曲面中的能量函(6]王家文,李迎军.MAAB7.0图形图像处理(M].北京:国防数,再通过变分技术可以得到关于曲面的偏微分方程模型,即工业出版社,2006冲=1中/Yd(y中/1中1)-1(mo-c12+2(no-c2)2通(71HANT, VESE L. A ctive con bou rs w ithou t edges JI. EEE Tans过求由面的零水平集就可以得到C的位置mage Process 2001, 10(2): 266 277(上接第1740页)相比,本文算法虽然计算量有所增大,但能acam pos itc m ethod[ J]. Pattern Recogn tion 1982, 22(4: 381正确区分质量中等区域和质量较差的区域,并将背景区域和质385.量较差、后继算法无法恢复的噪声区域分割,保留质量巾等41 MEHTRE B M. F ngerp rmt m age ana ls s for autm atic ren tifica tion区域,使后续算法的处理区域更精确。I J] M achine Vis ion and App lica tons 1993, 6(2-3): 124-1395]苏彦华·Ⅴ balc++数字图像识別技术典型業例[M]·北京:人4结束语民邮电出版社,2004I6]耿茵茵,唐良瑞.指纹图像分级分割算法ⅠJ.北方工业大学学本文提出了一种改进的基于指纹灰度特性的指纹图像分200012(3):2-26割算法,克服了传统自适应阈值分割算法在指纹与背景交接区[7]甘树坤,欧宗瑛,魏鸿磊,基于灰度特性的指纹图像分割算法[J域,以及指纹内部脊线太淡或脊线粘连的区域分割不准及分割古林化工学院学报,200623(1):68-71前景边界的方坎效应问题,适用于更多类型的指纹图像,且分[8] ROSENFILD A, KAK A C. Digita I im age process ing[M].Naw割比较精确。实验结果表明,该算法的分割效果很好,对前景Yor a cadem i press 1976区和背景区的分割更加灵活准确,有效降低了指纹图像噪声的[9]G0 NAZALES R C. WOODSR E. D igital m age processing[M I影响,它不仅能分割出指纹质量较好的图像,也能有效地分割Read a add ison w esley 1992噪声干扰较大的指纹图像,经过分割后的图像指纹纹线清晰、「11田捷,杨鑫,生物特征识别技术理论与应用M],北京:子工业出版社,2005流畅,具有较强的适应性和很高的实用价值。目前该算法已被应用到成熟的指纹识别算法中。10]吴|金,朱兆达图像处理中阂值选取方法3年(192-1992)的进展(12)[J.数据采集与处狸19938(3):1920}(4):26278.参考文執I 12 BAZEN AM, GEREZ S H. Segn en tation of fingeprin t m ages[ c]//l]陆颍.指纹自动识别原理与方法综述[J]·工栏数学学报.2004Prme of the 12th Annual W orks op on C icu its Sys kms and Sign al21(6):10031010Pocess ng Neherland I s n, 2001 276-2802]硎 HANG J anwei I Heng li s udy on segm ent a lgorithm in au m a[l3]冯星奎,颜祖泉,肖兴明,等.指纹图像合成分割法[J.计算机l i fige prill ilen Lifica lion[ J. M cro oomputer Applica tons应用研究,200017(1):7G77199915(12)202214]韩思奇,王蕾·图像分割的阈值法综述丨J].系统工程与皃子技13 CMEBTREUM.C是是出m出是 lishing630 bihgts-ycscrved.htp/w. cnkinct
- 2020-12-10下载
- 积分:1
-
数字集成电路--电路、系统与设计 课后题及部分章节答案
数字集成电路--电路、系统与设计 电子工业出版社第二版 课后题及部分章节答案
- 2019-11-22下载
- 积分:1
-
ISAR转台成像程序
ISAR转台成像程序,简单易懂,适合初涉ISAR成像的同学
- 2021-05-07下载
- 积分:1
-
划痕缺陷检测
基于opencv3的划痕缺陷检测,分辨效率高,代码清晰明了。
- 2020-11-28下载
- 积分:1
-
Key Technologies for 5G Wireless Systems
5G无线通信系统关键技术(剑桥大学出版社) 2017年出版 对于5G所有最新技术进行了详细说明 很全的工具书Key Technologies for5G Wireless SystemsVINCENT W. S, WONGUniversity of British ColumbiaROBERT SCHOBERUniversity of Erlangen-NurembergDERRICK WING KWAN NGUniversity of New South WalesLI-CHUN WANGNational Chiao-Tung University即CAMBRIDGEUNIVERSITY PRESSCAMBRIDGEUNIVERSITY PRESSUniversity Printing House. Cambridge CB2 SBS. United KindomOne Liberty Plaza, 20h Floor New York, NY I(H0X, USA477 williamstown Road, port Melbourne, yic 3207 australia48424, 2nd Floor, Ansar Rod, Daryaganj. Delhi- I l4XH2, India79 Anson Road, #o6-(/ 00, Singapore 079%MCambridge University Press is part of the Lniversity of CambridgeIt furthers the University s mission by disseminating knowledge in the pursuit ofeducation, leaming and research at the highest international levels of excellence.www.cermbrid吧eInformtiononthistitlewww.cambridgeorg/978110713241810,1017③781316771655C Cambridge University Press 2017This puhlication is in copyright. Subjcct to sututonry exceptionand to the provisions of relewant collective licensing agreementsno reproduction of any part may take place without the writtenpermission of Cutmbridgre University Press.First published 2(117Printed in the United Kingdom by TJ International Ltd. Padstow, CornwallA catalogue recor for this pudlieafiove is aailable fromm the British LibraryLibrary of Congress Cataloging- in Pi hlicaiomz dataNames: Wong, Vincent W.S., editorTitle: Key technologies for 5G wireless systems/edited by Vincent W.S. Wong [and 3 otherOther titles key technologies for five g wireless svstemsDescription: Carmbrisige: New York, NY: Cambridge Lniversity Press, 2017.Identifiers: l CCN 2016045220)1 ISBN 9781 172418 (hardback)Subjects: LCSH: Wireless communication systems, I Machine-to-machinecommunications. Internet of things.Classitication: LCC TKs1032K49 2(17 DDC 621.38450-dc23LcrecordavailaBleathttps://lccnioc-gov/2016m5220)ISBN 978-1-107-17241- HardbackCambridge University Press has no responsibility for the persistence or accuracy ofURLs for extermal or third-party Internet websites referred to in this puhlication,and does not guarantee that any content on such websites is, or will remainaccurate of appropriateContentsList of Contributorspage xvIPrefaceKXIOverview of New Technolog ies for 5G SystemsVincent W S, Wong, Robert Schober, Derrick Wing Kwan Ng, and Li-Chun Wang1.1 Introduction1.2 Cloud Radio Access Networks1.3 Cloud Computing and Fog Computing1. 4 Non-orthogonal Multiple Access1. 5 Flexible Physical Layer Design334.4671. 6 Massive MIMo1. 7 Full-Duplex Communications1. 8 Millimeter wave1.9 Mobile Data Offloading, LTE-Unlicensed, and Smart Data Pricing131. 10 IoT M2M. and D2D1. I1 Radio Resource Management, Interference Mitigation, and Caching61. 12 Energy Harvesting Communications1. 13 Visible Light Communication19Acknowledgments20ReferencesPart I Communication Network Architectures for 5G Systems25Cloud Radio Access Networks for 5G Systems27Chih-Lin I, Jinn Huang, Xueyan Husang, Rongwved Ren, and Yami. Chen2.1 Rethinking the Fundamentals for 5G Systems272 User- Centric Networks2923 C-RAN Basics292.3.1 C-RAN Challenges Toward SGI302.4 Next Generation Fronthaul Interface (NGFI: The FH Solutionfor SGC-RAN312. 4.1 Proof-of-Concept Development of NGFI33Contents2.5 Proof-of-Concept Verification of Virtualized C-RAN2.5.1 Data packets3725.2 Test Procedure382.5.3 Test Results392. 6 Rethinking the Protocol Stack for C-RAN2.6.1 Motivation402.6.2 Multilevel Centralized and Distributed Protocol Stack402.7 Conclusion45AcknowledgmentsReferencesFronthaul-Aware Design for Cloud Radio Access Networks48Liang Liu, Wei Yu, and Osvaldo Simeone3. 1 Introduction483.2 Fronthaul-Aware Cooperative Transmission and Reception493. 2.1 Uplink513.2.2 Downlink573.3 Fronthaul-Aware Data Link and Physical layers61.3. I Uplink633.3.2 Downlink693.4 Conclusion73Acknowledgments74References74MobEdge computing76Ben Liang4.1 Introduction764.2 Mobile Edge Computing774.3 Reference architecture794.4 Benefits and Application Scenarios804 4.1 User-Oriented Use cases4. 4.2 Operator-Oriented Use Ca814 5 Research challenges824.5.1 Computation Offloading824.5.2 Communication Access to Computational Resources834.5.3 Multi-resource Schedulin844.5 4 Mobility Management854.5.5 Resource Allocation and Pricing4.5.6 Network functions virtualization864.5, 7 Security and Pri864.5.8 Integration with Emerging Technologies874.6 Conclusion88ReferencesContentsDecentralized Radio Resource Management for Dense HeterogeneousWireless networksAbolfazl Mehhodniya and Fumiyuki Adach5.1 Introduction925.2 System Model935.2.1 SINR Expression5.2.2 Load and Cost Function Expressions955.3 Joint BSCSA/UECSA ON/OFF Switching Scheme965.3.1 StrateTy Selection and Beacon Transmission53.2 UE AssocIation5.3.3 Proposed Channel Segregation Algorithms985.3.4 Mixed-Strategy Update3.4 Computer Simulation5.5 Conclusion104Acknowledgments04References105Part ll Physical Layer Communication Techniques107Non-Orthogonal Multiple Access(NOMA)for 5G Systems109Wei Llang, Zhiguo Ding, and H. Vincent Poor6.1 Introduction1106.2 NOMA in Single-Input Single-Output(SISO)Systems1126.2.1 The basics of nomaI126. 2. 2 Impact of User Pairing on NOMA136.2,3 Cognitive Radio Inspired NOMA6. 3 NOMA in MIMO Systems1206.3.1 System Model for MIMO-NOMA Schemes1216.3.2 Design of Precoding and Detection Matrices with Limited CSIT 1236.3.3 Design of Precoding and Detection Matrices with Perfect CSIT 1266.4 Summary and Future Directions128ReferencesFlexible Physical Layer Design133Maximilian Matthe, Martin Danneberg, Dan Zhang, and Gerhard Fettweis7.1 Introduction1337. 2 Generalized Frequency Division Multiplexing357.3 Software-Defined waveform1377. 3. 1 Time Domain Processing1387.3.2 Implementation Architecture1387.4 GFDM Receiver Design14174 Synchronization unit1427. 4.2 Channel Estimation Unit1474.3 MIMo-GFDM Detection Unit145Contents7.5 Summary and Outlook147Acknowledgments148References488Distributed Massive MIMO in Cellular Networks15IMichail Matthaiou and Shi Jin8. I Introduction15l8. 2 Massive MIMO: Basic Principles1528.2.1 Uplink Downlink Channel Models1538.2.2Favorable Propagation1548.3 Performance of Linear Receivers in a Massive MIMO Uplink1548.4 performance of linear precoders in a massive mimo downlink1578. s Channel estimation in massive mimo systems1588.5.1 Uplink Transmission1598.5.2 Downlink Transmission1608.6 Applications of Massive MIMO Technology1618.6.1 Full-Duplex Relaying with Massive Antenna Arrays1618.6.2 Joint Wireless Information Transfer and Energy Transfer forDistributed massive mimo1638.7 Open Future Research Directions1678. 8 Conclusionl68References169Full-Duplex Protocol Design for 5G Networks172Tanelf Ahonen and Risto wichman9.1 Introduction1729. 2 Basics of Full-Duplex Systems1739.2.1 In-Band Full-Duplex Operation Mode1739.2.2 Self-Interference and Co-channel Interference1749.2.3 Full-Duplex Transceivers in Communication Links1759. 2. 4 Other Applications of Full-Duplex Transceivers1789.3 Design of Full-Duplex Protocols1799.3, 1 Challenges and Opportunities in Full-Duplex Operation1799.3.2 Full-Duplex Communication Scenarios in 5G NetworksR9.4 Analysis of Full-Duplex Protocols1829.4.1 Operation Modes in Wideband Fading Channels1829. 4, 2 Full- Duplex Versus Half-Duplex in Wideband Transmission1849.5 Conclusion1849.5.1 Prospective Scientific Research DirectionsI849.5.2 Full-Duplex in Commercial 5G Networks185RLItrtncekl8610Millimeter Wave Communications for 5G Networks188Jiho Song, Miguel R Castellanos, and David J. LoweContentsⅸx10.1 Motivations and Opportunities18810.2 Millimeter Wave Radio Propagation18910. 2.1 Radio Attenuation1890. 2. 2. Free-Space Path LOSs19I10.2.3 Severe shadow19310.2 4 Millimeter Wave Channel model19310.2.5 Link Budget Analysis19410.3 Beamforming Architectures19510.3, Analog beamforming solutions19610.3.2 Hybrid Beamforming Solutions20010.3.3 Low-Resolution Receiver Architecture2010.4 Channel Acquisition Techniques20110.4.1 Subspace Sampling for Beam Alignment20210.4.2 Compressed Channel estimation Techniques20510.5 Deployment Challenges and Applications20710.5.1 EM Exposure at Millimeter Wave Frequencies20710.5.2 Heterogeneous and Small-Cell Networks208Acknowledgments209References209Interference Mitigation Techniques for Wireless Networks214Koralia N Pappi and George K, Karag annidis1 1.1 Introduction21411.2 The Interference Management Challenge in the 5G vision21411. 2. 1 The 5G Primary Goals and Their Impact on Interference2141 1.2.2 Enabling Technologies for Improving Network Efficiencyand Mitigating Interference21611.3 Improving the Cell-Edge User Experience: Coordinated Multipoint218I 1.3.1 Deployment Scenarios and Network Architecture2181 13. 2 CoMP Techniques for the Uplink22011.3.3 CoMP Techniques for the Downlink2211 1.4 Interference Alignment: Exploiting Signal Space Dimensions2231 1.4.1 The Concept of Linear Interference Alignment224L1. 4.2 The Example of the X-Channel225I 1. 4.3 The K-User Interference Channel and Cellular NetworksAsymptotic Interference Alignment22611.4.4 Cooperative Interferenee Networks22711.4.5 Insight from IA into the Capacity Limits of Wireless Networks 22711.5 Compute-and-Forward Protocol: Cooperation at the ReceiverSide for the Uplink22811.5.1 Encoding and Decoding of the CoF Protocol22811.5.2 Achievable-Rate Region and Integer Equation Selection23011.5.3 Advantages and Challenges of the CoF Protocol232IL6 Conclusion233References233
- 2020-12-06下载
- 积分:1