-
在一个面向对象的方式实现一个基本粒子群算法的C++程序…
a basic c++ program for implementing in an object oriented way a particle swarm algorithms for optimisation
- 2023-06-07 17:45:02下载
- 积分:1
-
插入排序算法
插入排序是一种简单的排序算法,生成最后的已排序的数组 (或列表) 的一个项目在一段时间。它是比更先进的算法,如快速排序、 堆排序或合并排序的大名单上的效率较低。插入排序循环,消耗一个 input 的元素每次重复,越来越多的已排序的输出列表。每次迭代,插入排序中移除一个元素从输入数据中,查找的位置,它是属于在已排序的列表,并将其插入那里。它将重复显示直到没有输入的元素。排序通常完成就地,通过迭代组成的数组,增长背后的排序的列表。在每个数组位置,它会检查那里的值反对 (这碰巧是在它旁边,在以前的数组位置检查) 的排序列表中的最大值。如果较大,它在地方离开元素并移到下一步。如果较小,它发现内已排序列表中的正确位置,转移到一个空间,让所有较大的值,并插入那正确的位置。
- 2022-01-24 15:43:02下载
- 积分: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
-
这次的也是一些算法,但是生成了具体的程序,方便使用。
这次的也是一些算法,但是生成了具体的程序,方便使用。-this is some algorithm, but the ratio of the specific procedures and user-friendliness.
- 2022-12-26 10:05:03下载
- 积分:1
-
matlab仿真
一直以来对
SVPWM
原理和实现方法困惑颇多,
无奈现有资料或是模糊不清,
或是错误百
出。
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2023-02-11 17:40:03下载
- 积分:1
-
fortran version of singular value decomposition subroutine, suitable for meteoro...
fortran版奇异值分解子程序,适合气象统计计算。-fortran version of singular value decomposition subroutine, suitable for meteorological statistical computing.
- 2022-06-27 17:25:01下载
- 积分:1
-
用matlab编写的卡尔曼滤波程序,一个文件
用matlab编写的卡尔曼滤波程序,一个文件-Kalman filter using matlab programs written in
- 2022-07-20 03:42:04下载
- 积分:1
-
rapid power level with the previous two are together
快速幂级2 跟前面的是一起的-rapid power level with the previous two are together
- 2022-10-07 18:05:02下载
- 积分:1
-
里面有一对定点FFT和IFFT算法,Hanning window,内含有1024
里面有一对定点FFT和IFFT算法,Hanning window,内含有1024-point正弦系数(已进行定标),可支持2^n(n
- 2022-03-29 21:31:32下载
- 积分:1
-
for n! The lowest number is not 0. Use mathematical laws and mod
求n!的最低位不是0的数.用到数学规律和mod-for n! The lowest number is not 0. Use mathematical laws and mod
- 2022-03-06 15:43:39下载
- 积分:1