资源简介

介绍了OFDM的资源分配,分为两步:第一步是子载波分配,第二步是功率分配

资源截图

代码片段和文件信息

% People can use the results and the codes freely if they refer to this job.
% To download the report of this job please check the following link:
% http://ens.ewi.tudelft.nl/~ramezani/Errata01.pdf
% These Matlab codes are provided by Hamid Ramezani. 
% Ver01 - 08-Dec-2011

%% bulding channel coefficients for each user 
    % generation of complex noise for building channel coefficient for each
    % tap and each user according to channel profile delay
    chan.h = 1/sqrt(2) .* repmat(sqrt(chan.PDP)1users.N) .* ...
             ( randn(chan.Lusers.N) + sqrt(-1)*randn(chan.Lusers.N));
    % channel coefficients in frequency domain
    chan.H = zeros(ofdm.Nusers.N);
    for k = 1 : users.N
        chan.H(1:ofdm.Nk) = chan.F(:1:chan.L) * chan.h(1:chan.Lk);
    end


 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件       20690  2020-11-08 18:07  AlphaOpt.fig
     文件        1314  2020-11-08 18:07  license.txt
     文件        1951  2020-11-08 18:07  Paper_ChannelStateInfo.m
     文件        3211  2020-11-08 18:07  Paper_Graph.m
     文件        3081  2020-11-08 18:07  Paper_Loop.m
     文件         555  2020-11-08 18:07  Paper_OneRun.m
     文件        5768  2020-11-08 18:07  Paper_Para.m
     文件        4576  2020-11-08 18:07  Paper_RA_ALGs.m
     文件        1106  2020-11-08 18:07  Paper_ShowResult.m
     文件         441  2020-11-08 18:07  Read Me.txt
     文件        9152  2020-11-08 18:07  sweepOverASNR.fig
     文件       33398  2020-11-08 18:07  swweepOverAlphaNp8_Np32.fig
     文件        1669  2020-11-08 18:07  WaterFilling.m

评论

共有 条评论