资源简介
本代码给出了在多用户mimo系统中功率分配的策略,包括注水法和等功率分配法,并得到了响应的信道容量。
代码片段和文件信息
function [Capacity PowerAllo] = EqualPower_alg(PtotAChABN0);
%===============
% Initialization
%===============
ChA = ChA + eps;
NA = length(ChA); % the number of subchannels allocated to
H = ChA.^2/(B*N0); % the parameter relate to SNR in subchannels
% assign the power to subchannel
PowerAllo = PtotA/NA;
PowerAllo = PowerAllo.‘;
Capacity = sum(log2(1+ PowerAllo.‘ .* H));
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 733 2012-07-07 09:03 644035187c09\mimo\EqualPower_alg.asv
文件 403 2012-07-07 09:07 644035187c09\mimo\EqualPower_alg.m
文件 2141 2012-07-07 09:28 644035187c09\mimo\MIMO_System.asv
文件 2240 2012-07-07 10:58 644035187c09\mimo\MIMO_System.m
文件 781 2012-07-07 11:23 644035187c09\mimo\WaterFilling_alg.asv
文件 782 2012-07-07 11:25 644035187c09\mimo\WaterFilling_alg.m
目录 0 2012-07-07 11:47 644035187c09\mimo
目录 0 2012-07-07 11:47 644035187c09
----------- --------- ---------- ----- ----
7080 8
相关资源
- MUSIC
- WSN-matlab-simulation
- MatlabSerialCommunication 本文介绍MATLAB环境
- SimuAPSO 模拟退火发与粒子群算法的结
-
LTE_li
nk_Simulation LTE链路级的仿真 - multiimagepocs 对多帧图像进行超分辨率
- multifractal-compute 用MATLAB编写的图象多
- zimushibie 图片 26个字母识别 用matla
- chaos_communication1 在两个混沌系统实现
-
LTE_ba
seband_simulation LTE基带收发仿真 -
BP_tanh_linaer BP神经网络Simuli
nk模型。 - SMS-Islanding
- wsn-simulation-in-matlab
- WP_DFIG
- A-Multi-UAV-Simulation-for-Formation 对无人机
- MutiTargetDetection 多目标检测与跟踪算法
-
PEM-fuel-cell-model 采用matlab/simuli
nk实现 -
SVPWM-SIMUli
nk svpwm实现PWM整流器 - OptimalControlOfWindPowerGeneration 《风力发
- Cooperative-communication 一篇北京邮电大学
- neural-network-of-multi-sensor 基于模糊神经
- EKF 扩展卡尔曼滤波的基础代码
- simulation
- LTE_channel_estimation 基于3GPP LTE系统的
- LTE_Simulator LTE的系统级仿真平台的搭建
- UKF-GPS-IMU-MATLAB
- MIMO_detection MIMO系统的几种检测方案
- PLC-simulation-matlab
- GA-pareto 遗传算法的多目标优化算例
- Coop_MIMO_Cellular_HMMD_Ergodic 3GPP LTE-Advan
评论
共有 条评论