-
MIMO系统注水功率优化算法仿真(Matlab语言)
如今,MIMO系统已经成为未来无线通信的主要研究方向。本代码为在MIMO通信系统中,功率优化算法的仿真。重点研究了注水功率分配算法。对通信系统,特别是对MIMO系统感兴趣的研究者来说,这是一份很有学习价值的仿真代码。
- 2022-01-30 14:11:47下载
- 积分:1
-
Java压缩解压ZIP
用Java压缩解压ZIP文件,将利用java.util.zip 包中提供的类来实现压缩和解压zip 格式文件的功能。当然,本例在功能上完全没有Winzip 等成熟的压缩软件那么强,也不能做的很强,本例仅仅是演示如何来使用java.util.zip 包中的类。
- 2022-07-23 12:53:47下载
- 积分:1
-
基于pso模糊神经网络
基于pso的模糊神经网络,传统模糊神经网络使用最小二乘法来递减误差,是不断地循环局部优化,找不到最优解,使用全局优化方法pso可以获得更好的效果。
- 2022-01-22 04:08:55下载
- 积分:1
-
s变换的运用
资源描述本程序为S变换,程序中包含付里叶正变换DFT,付里叶反变换IDFT,包括S变换实现的具体的物理过程,文件的输入与输出
- 2022-03-03 07:41:06下载
- 积分:1
-
looking for the smallest number. Cpp C Algorithm
找最小数.cpp C++算法-looking for the smallest number. Cpp C Algorithm
- 2022-08-07 08:04:26下载
- 积分:1
-
希尔排序
希尔排序-Sort Hill
- 2022-03-01 00:09:40下载
- 积分:1
-
加汉宁窗FIR低通滤波器
这是一个用VC编写的FIR低通滤波器,通过加汉宁窗实现。其中可以按照各种设计要求得到不同冲激响应的FIR滤波器,并能通过设计好的滤波器计算它的最小阻带衰减,以检查所设计的滤波器是否满足设计要求
- 2022-10-20 03:40:02下载
- 积分:1
-
汉密尔顿回路的C语言实现代码,是国外的人写的,和好很强大...
汉密尔顿回路的C语言实现代码,是国外的人写的,和好很强大-code for Hamilton circuit C language implementation
- 2022-11-27 20:30:03下载
- 积分:1
-
GeneralizedMIMO
应用背景In this context, mobile communications may be allowed to be an indispensable commodity by most, and mobile data, video as well as television services are also becoming an essential part of everyday life. With the introduction of the Android operating system and the iPhone, the use of ebook readers such as the iPad, and the success of social networking using Facebook, the demand for cellular data traffic has grown significantly in recent years. Thus, communications on the move has proven to be transformational, and mobile operators struggle to satisfy the data traffic demands in wireless cellular networks,while keeping their costs at minimum to maintain profitability.关键技术The need for power-efficient MIMO-aided cellular networks requires a paradigm shift in the wireless system design. This trend is irreversible and will have a profound impact on both the theory and p
- 2022-02-20 12:30:00下载
- 积分:1
-
二叉树算法实现
/*
二叉树搜索, 前序: 中左右; 中序: 左中右; 后序: 左右中
A(4)
+-------+-------+
B(2) C(9)
+--+--+ +-----+-----+
D(1) E(3) F(5)
+--+--+
&
- 2022-04-22 08:49:28下载
- 积分:1