-
毕业设计四轴飞行
这是匿名论坛小陀毕业设计的源代码。程序参考了匿名和圆点博士的不凡驱动和核心算法!非常棒的参考资料!
- 2022-02-13 03:55:44下载
- 积分: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
-
ifsviewer CODE
IFSVIEWER CODE in c++, VS2008环境开发 c++研究生课程作业 computer graphic开发
- 2022-02-27 01:50:02下载
- 积分:1
-
Lacoally weighted Regression source code
Lacoally weighted Regression source code
- 2022-01-28 07:41:20下载
- 积分:1
-
动态规划计算最短路,只需输入点集合距离即可计算出最短路。...
动态规划计算最短路,只需输入点集合距离即可计算出最短路。-min route
- 2023-04-30 05:35:02下载
- 积分:1
-
用有限元法求解三角形形区域上的Possion方程
用有限元法求解三角形形区域上的Possion方程-using the finite element method triangle-shaped region of Possion equation
- 2022-02-25 07:52:26下载
- 积分:1
-
流利的与# 39动态网格的例子
Fluent的动网格算例,应该算是比较常用的类型。源文件和演示文件都有。-Fluent" s dynamic mesh example
- 2022-08-09 04:51:54下载
- 积分:1
-
lte多用户MIMO
LTE作为一个向4g过渡的协议,其引进了若干关键技术比如多用户mimo,其可以大大增强数据数据传输速率,减小用户间的干扰,使得用户可以得到更好的服务,代码基于lte给出了相关的仿真工作。 &
- 2022-04-14 13:58:36下载
- 积分:1
-
应用C语言实现二进制格式数据的输入输出
应用C语言实现二进制格式数据的输入输出- Outputs using the C language realization binary system form
data input
- 2022-05-25 21:46:07下载
- 积分:1
-
敏感词wordbank
package com.yaozhou.sensitive.wordbank;import java.io.BufferedInputStream;import java.io.BufferedReader;import java.io.File;import java.io.FileInputStream;import java.io.FileNotFoundException;import java.io.IOException;import java.io.InputStream;import java.io.InputStreamReader;import java.util.ArrayList;import java.util.HashMap;import java.util.HashSet;import java.util.LinkedList;import java.util.List;import java.util.Map;import java.util.Properties;import java.util.Set;/** * @author Yao.Zhou* @version 创建时间:2016年12月21日 上午11:08:23 * 类说明 */@SuppressWarnings("unused")public class SensitiveWordBank {private static final String ENCODE = "UTF-8";private File path;private Map wordBankContainer;public SensitiveWordBank(String dir) {
- 2022-01-26 05:07:53下载
- 积分:1