搜索资源列表
OFDM认知无线电系统中的资源分配
- 在OFDM认知无线电系统中,主用户干扰受限,次用户功率受限下的资源分配算法
ran资源分配网络算法
- ran资源分配网络算法,经典在线rbf训练算法
Ofdm
- 针对ofdm系统的资源分配算法,实现自适应的资源分配,通过matlab来验证程序的正确性。-Ofdm system for resource allocation algorithm to achieve adaptive resource allocation, through matlab to verify the correctness of the program.
waterfillingPowerAllo
- 注水定理,是移动通信原理里的,关于资源分配的基本算法。-water filling Power Allo
adaptiveOFDM
- 本程序利用改进的CHOW算法,仿真了自适应OFDM系统的性能,并画出了SNR-BER仿真图。对于学习OFDM自适应资源分配者有很帮助。-This procedure improved CHOW algorithms, simulation of the adaptive OFDM system performance, and draw the SNR-BER simulation Fig. Adaptive OFDM for learning the distribution of resou
OFDMA_RA
- ofdmaz自适应资源分配,SIPS04Main.m为主程序,直接运行即可获得结果-ofdmaz adaptive resource allocation, SIPS04Main.m-based procedures, to receive the results of the direct operation
ran
- 神经网络的资源分配网算法-Neural network resource allocation algorithm Nets
RAN_RBF
- 这是RBF资源分配神经网络的MATLAB代码,希望对大家有用!-This is the allocation of resources RBF Neural Network MATLAB code, in the hope that useful to everyone!
powerwaterfillingalgorithm
- 宽带无线通信系统中资源分配中的功率注水算法-power waterfilling algorithm
dongtaiguihua-suanfa-source-code
- 分别用动态规划的算法,用手工解决资源分配的问题。另一个是编程解决下面的问题: 一凸8 边形P 的顶点顺时针为{v1,v2,… ,v8},任意两顶点间的线段的权重由矩阵D 给出。若vi 与vj 是P 上不相邻的两个顶点,则线段vivj 称为P 的一条弦。求P 的一个弦的集合T,使得T 中所有的弦恰好将P 分割成互不重迭的三角形,且各三角形的权重之和为最小(一个三角形的权重是其各边的权重之和)。-Respectively dynamic programming algorithm, hand a
greedy
- 贪婪算法,可以用于资源分配等许多数学问题和工程问题中-Greedy algorithm
wuxianhezuiwod
- 无线合作分集网络中资源分配策略研究的论文-Cooperative diversity in wireless network resource allocation policy research papers
resource_allocation
- MIMO-OFDM系统下的资源分配程序- resource allocation program in MIMO-OFDM systems
AnEfficientResourceAllocationforMultiuserMIMO-OFDM
- 有效的多用户情况下MIMO-OFDM自适应资源分配算法-Efficient multi-user MIMO-OFDM case, adaptive resource allocation algorithm
touziwenti
- 1. 熟悉动态规划的使用方法 2. 分析投资问题的最优子结构 3. 用动态规划求解投资问题 求解总投资额为m,共有n个项目,Gi(x)为向第i项工程投资费用为x时的收益,如何分配资源才能获得最大利润。 -1. Familiar with dynamic programming using method 2. Analysis of the optimal sub-structure of investment 3 investment using dynamic prog
动态规划解答资源(设备)分配问题
- 动态规划解答资源(设备)分配问题,利用动态规划方法,应用于设备分配,使得分配总利润最大化。(Dynamic programming solutions for allocation of resources (equipment))
回溯法
- 利用回溯算法和动态规划函数,编写了资源约束下的二维动态规划算法,可用于资源分配方面的问题(Using backtracking algorithm and dynamic programming function, we write a two-dimensional dynamic programming algorithm under resource constraints, which can be used for resource allocation)
OFDM_Capacity
- 介绍了OFDM的资源分配,分为两步:第一步是子载波分配,第二步是功率分配(The resource allocation of OFDM is divided into two steps: the first step is the subcarrier allocation, and the second step is the power allocation.)
基于演化博弈的两个小区用户的资源分配
- 该算法利用演化博弈的思想进行多小区用户的资源分配,将小区重叠部分当做种群,种群中的用户进行演化博弈进行网络切换,基站为其分配子信道。本算法利用matlab进行仿真测试,仿真结果显示演化博弈能够达到稳定,提升系统吞吐量,在小区资源分配能够有一个很好的参考。不同于传统的资源分配方法,可以给出一个新思路(The algorithm uses the idea of evolutionary game to allocate resources for multi-cell users. The ove
Q学习实现资源分配
- 目前适用广泛的强化学习就是Q学习,此压缩包包含Q学习实现例程,用于解决资源分配问题。