资源简介

频谱分配算法,采用图着色的比例公平分配算法

资源截图

代码片段和文件信息

clear all
close all
% this script use function maxproportionalfair and tra_maxproportionalfair to test
% 1 change number of user
% 2 change number of cognitive RB‘s proportion
% 3 


%% ready to  iterate get F and T mean value
 % varying matrix with iteration times
itimes = 17;     % change the enviroment timesdecided the number of point n 11 m 17
% itimes = 11;  
allocate_time = 20;  %the process allocate times in one enviromentdecided the precision of mean value




fair = zeros(itimes1);
tra_fair = zeros(itimes1);
throughput = zeros(itimes1);
tra_throughput = zeros(itimes1);

maxwait = zeros(itimes1);  % store max waiting time
tra_maxwait = zeros(itimes1);
OU_maxwait  = zeros(itimes1);
CU_maxwait  = zeros(itimes1);
tra_OU_maxwait = zeros(itimes1);

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件       5970  2013-05-18 12:52  spectrum allocation color algorithm\app_maxproportionalfair.m

     文件       3518  2013-03-15 14:53  spectrum allocation color algorithm\maxproportionalfair.m

     文件      37671  2013-03-07 12:59  spectrum allocation color algorithm\t1.jpg

     文件        244  2013-03-15 14:55  spectrum allocation color algorithm\test.m

     文件       1823  2013-03-15 12:27  spectrum allocation color algorithm\tra_proportionfair.m

     目录          0  2013-05-17 14:31  spectrum allocation color algorithm

----------- ---------  ---------- -----  ----

                49226                    6


评论

共有 条评论