-
大小: 5KB文件类型: .zip金币: 1下载: 0 次发布日期: 2021-02-12
- 语言: Matlab
- 标签: 频率分配 SN:ICIC41712 蜂窝
资源简介
蜂窝小区资源分配,分配功率和频率资源,通过遍历实现吞吐量最大化。
代码片段和文件信息
function [capacitycapacity_onecapacity_twocapacity_three] = capacity_calculation(sizesigmaPnCh)
%%%%%%%calculate sinr%%%%%%%
power_matrix = gen_power();
[h_matrix] = gen_channel_param(sizesigmaCh);
%%%%%%%restrict one chunk%%%%%%
h_matrix_one_1 = h_matrix;
h_matrix_one_2 = h_matrix;
h_matrix_one_3 = h_matrix;
h_matrix_one_4 = h_matrix;
%%%%%%%restrict two chunk%%%%%%
h_matrix_two_1 = h_matrix;
h_matrix_two_2 = h_matrix;
h_matrix_two_3 = h_matrix;
h_matrix_two_4 = h_matrix;
h_matrix_two_5 = h_matrix;
h_matrix_two_6 = h_matrix;
%%%%%%%restrict three chunk%%%%%%
h_matrix_three_1 = h_matrix;
h_matrix_three_2 = h_matrix;
h_matrix_three_3 = h_matrix;
h_matrix_three_4 = h_matrix;
h_matrix_one_1(11) = 0;
sinr_one_1 = sinr_calculate(h_matrix_one_1power_mat
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 3641 2014-06-05 16:15 SN_ICIC\capacity_calculation.asv
文件 3722 2014-06-05 16:18 SN_ICIC\capacity_calculation.m
文件 125 2014-06-05 15:35 SN_ICIC\gen_channel_param.m
文件 1295 2014-06-04 19:34 SN_ICIC\gen_power.asv
文件 1270 2014-06-04 21:19 SN_ICIC\gen_power.m
文件 497 2014-06-03 20:04 SN_ICIC\h_queue.m
文件 972 2014-06-05 16:30 SN_ICIC\main.asv
文件 1109 2014-06-05 16:43 SN_ICIC\main.m
文件 1222 2014-06-05 14:53 SN_ICIC\restrict_desicion.m
文件 430 2014-06-04 21:03 SN_ICIC\sinr_calculate.m
目录 0 2014-06-05 14:53 SN_ICIC
----------- --------- ---------- ----- ----
14283 11
评论
共有 条评论