资源简介

利用贪婪算法对ofdm系统进行子载波和功率分配,在误码率一定的情况下,是发射端的功率最低

资源截图

代码片段和文件信息

% The codes investigate the performance of a greedy algorithm [1] in OFDM which
% allocates the power to subchannel in optimum way to reach the required
% Data rate

% By Hamid Ramezani 23-Mar-2008

% setting the parameters
totalPower              = 1e-5;           %  -20 dBm
numOfSubChannels = 8;        % number of subchannels
modBitRate       = [0;1;2;4;6];% the provided bit rate bits/Hz/Sec for 
                               % example based on BPSK QPSK 16QAM and 
                               % 64QAM modulation
                               % zero is required to states that
                               % subchannels can convey no data
                               
reqSNR         =10.^(.1*[-Inf;9;12;18;24]); 
                               % Reqired SNR for the 

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

     文件       2464  2009-07-27 16:32  GreedyAlgOfdm.zip.m

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

                 2464                    1


评论

共有 条评论