-
电话仿真系统 主要用在计算机仿真课上 可能有错误!
电话仿真系统 主要用在计算机仿真课上 可能有错误!-telephone simulation system used mainly in computer simulation class may be wrong!
- 2022-01-26 07:36:07下载
- 积分:1
-
libsvm 支持向量机工具箱
支持向量机算法主要用于分类,在数据中找到支持向量,作为分类的训练样本。支持多类分类。
- 2022-03-13 22:50:10下载
- 积分:1
-
基于PLC的物料搬运机械手控制系统设计
资源描述随着自动化技术的不断发展, 机械手的应用更加普遍。为使机械手控制更加智能化, 操作更加简单方
便, 以PLC 为控制核心的机械手控制系统被研发设计出来。介绍了该机械手控制系统的PLC 选型、资源配
置以及软件系统设计。按照该方案设计组装的机械手经过调试安装后投入使用, 效果良好。
- 2023-02-27 11:45:03下载
- 积分:1
-
massive mimo THP algrorithm
应用背景On the Design of ZF and MMSE Tomlinson-Harashima Precoding in Multiuser MIMO Amplify-and-Forward Relay System,it is main described the mimo system in the multi-user scenario.the main precoding algrithm is combined the zf precoding and the MMSE precoding.关键技术we design a zero-forcing (ZF) Tomlinson-Harashima precoding (THP) and a minimum mean
square error (MMSE) THP for multiuser MIMO relay system with direct link. Based on these precoding structures, we propose the optimal combining weights of the ZF THP and the MMSE THP in half duplex relay system, and the sub-optimal weights of MMSE THP to reduce feedback channel state information(CSI). Through the Monte Carlo simulation, we verify that the optimal weights combining method outperforms the constant weights combining method. In addition, we confirm that the
performance of the sub-optimal weights combining method is&
- 2023-02-25 18:10:03下载
- 积分:1
-
多项式求值的豪纳定理
多项式求值的豪纳定理-polynomial evaluates the Hauner Theorem
- 2022-03-10 15:22:41下载
- 积分:1
-
加权傅里叶线性组合
应用背景WFLC过滤器是FLC被用来当调查信号显示振荡模式,但随时间变化的期限延长。WFLC是一个自适应滤波器,允许一个准周期信号分析跟踪。 ;关键技术WFLC算法扩展 ;模糊控制算法也适应时变参考 ;信号的频率,利用修正的LMS算法。 ;如果频率变化的足够快,WFLC性能会下降。即使在存在;两个或三个频率间隔紧密的谱域 ;可以影响WFLC性能。 ;
- 2022-03-11 09:23:13下载
- 积分:1
-
火炮算法在开放式下的应用
cannon算法在openmp中的实现
- 2023-03-24 04:30:04下载
- 积分:1
-
c语言的数值算法挺好的!!非常的好!!
包括线性规划,二乘法
c语言的数值算法挺好的!!非常的好!!
包括线性规划,二乘法-c language numerical algorithm is very good! ! Very good! ! Including linear programming, Multiplication .................... 2
- 2022-10-06 18:30:03下载
- 积分:1
-
PSO解决背包问题
背包问题
- 2023-07-25 04:35:03下载
- 积分:1
-
vb CRC校验源码
"CRC算法函数
Public Function CRC(STR1 As String) As String
Dim CRCREG As Long
Dim MVAL As Long
Dim R As Integer
Dim T As Integer
CRCREG = 65535
For R = 1 To Len(STR1) Step 2
MVAL = Val("&H" + Mid(STR1, R, 2))
CRCREG = CRCREG Xor MVAL
CRCREG = C
- 2022-02-10 03:39:12下载
- 积分:1