-
产生泊松分布随机数的程序
产生泊松分布随机数的程序-generated random Poisson distribution of the process
- 2022-01-27 19:56:27下载
- 积分:1
-
Pilot Contamination Reduction
应用背景This paper considers the problem of interference mitigation in multi-cell multi-antenna time division duplex (TDD) wireless systems for downlink transmission. An efficient way to obtain channel state information (CSI) at the base station is by using uplink pilots and reciprocity of the downlink channel.
At the same time, it has been shown that pilots from different cells contaminate each other, resulting in corruption of precoding matrices used by base stations, and high inter-cell interference. This paper studies the effects of shifting the location of pilots in time frames used in neighboring cells, and its effectiveness in obtaining better channel estimates, and, thereby, inter-cell
interference reduction.关键技术Wireless cellular network designs with multiple antennas have been adopted by several modern wireless systems, which aim for high throughput as well as high
- 2023-07-07 06:45:03下载
- 积分:1
-
h.264开源代码 C++
应用背景
h.264是新一代的视频编码标准,具有更好的压缩视频能力。
关键技术h.264标准代码,用于视频编码!可以实现各种视频的编码和解码,可以在这个代码的基础上进行各种开发,比如算法的优化,转码技术
- 2023-05-12 15:55:03下载
- 积分:1
-
冒泡排序
冒泡排序-Bubble sort
- 2022-07-22 01:04:15下载
- 积分:1
-
基于半监督SVM的多实例学习算法
MissSVM 是一个包求解基于半监督的支持向量机的多示例学习问题。MissSVM 旨在表明如果采取独立实例的假设,多实例学习可以看作半监督学习的一个特殊情况,多实例学习领域可能并入半监督学习的领域。因此,未来的多实例学习研究应假定只有序列矩袋及避免独立实例的假设
- 2022-01-27 15:29:35下载
- 积分:1
-
电子事件
用于监控电子事件,记录文件变化事件.用于监控电子事件用于监控电子事件
- 2022-05-17 03:56:44下载
- 积分:1
-
大地坐标到平面坐标的转换――高斯
大地坐标到平面坐标的转换――高斯-格吕特变换-geodetic coordinates to the coordinates of the plane conversion-- Gaussian- Gruetter Transform
- 2023-05-02 13:40:03下载
- 积分:1
-
里面包含了一个用VC开发的二分法程序,牛顿迭代法程序源码
里面包含了一个用VC开发的二分法程序,牛顿迭代法程序源码-Which contains a dichotomy with VC development procedures, Newton iteration procedure source
- 2023-06-11 07:10:03下载
- 积分:1
-
C++常用算法,给计算方法中各种基本应用提供参考
C++常用算法,给计算方法中各种基本应用提供参考-C common algorithms for calculation method to provide the basic reference
- 2022-01-22 09:18:15下载
- 积分:1
-
矩阵运算模板类
应用背景本代码主要用于矩阵与矩阵的运算,可为高等数学、科学实验等用到矩阵运算的工程和项目提供方便快捷的运算方法和代码,本代码用C++语言写成,核心数据定义为模板类,通用性强,可移植性高,实现了矩阵运算的常见功能。关键技术利用C++的模板类技术实现了矩阵之间的行列构造函数,如M m(5,3),拷贝构造函数,如M m1(m2)
,下标操作符,将M转化成V并设置其当前行行标,赋值操作符,如m1=m2,赋值操作符,如m=5,将矩阵元素设为5,+操作符,如m1+m2,矩阵点和,非法操作时返回零阵,+操作符,如m+5,矩阵元素+5
,-操作符,如m1-m2,矩阵点差,非法操作时返回零阵,-操作符,如m-5,矩阵元素-5,*操作符,如m1*m2,矩阵相乘,非法操作时返回零阵,*操作符,如m*5,矩阵元素*5, /操作符,如m1/m2,矩阵点除,非法操作时返回零阵, /操作符,如m/5,矩阵元素/5,类型自动转换为int,类型自动转换为float
,类型自动转换为double,矩阵点乘,非法操作时返回零阵,矩阵转置,根据参数创建单位阵
,根据行数创建单位阵,根据列数创建单位阵,常义逆(方阵的逆),非法操作时返回零阵,矩阵秩亏时返回无穷大阵,化为赫尔默特矩阵(行最简型矩阵),/获取列满秩矩阵,获取行满秩矩阵,广义逆
- 2022-05-23 05:18:15下载
- 积分:1