资源简介

ofdm系统的将 papr算法,传统的预留子载波方法,TR算法

资源截图

代码片段和文件信息

% SLM--PAPR Simulation
%
% Reference: R. W. B?uml R. F. H. Fisher and J. B. Huber 
%“Reducing the Peak-to-Average Power Ratio of Multicarrier Modulation by 
% Selected Mapping” Elect. Lett. vol. 32 no. 22 Oct. 1996 pp. 2056–57.
%
% Author: Bin Jiang
% National Mobile Communication Research Laboratory
% Southeast University 210096 Nanjing China
% Email: bjiang@seu.edu.cn

clear all; clc; close all;
K = 128;                                                                    % SIZE OF FFT 
N = 4;                                                                      % NUMBER OF SELECTIONS
QPSK_Set  = [1 -1 j -j];
Phase_Set = [1 -1];
MAX_SYMBOLS  = 1e5;
PAPR_Orignal = zeros(1MAX_SYMBOLS);
PAPR_SLM     = zeros(1MAX_SYMBOLS);
X     = zeros(NK);
Index = zeros(NK);

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

     文件       2220  2011-03-07 11:34  slm.m

     文件       7029  2009-07-31 08:44  Tone Reservation.m

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

                 9249                    2


评论

共有 条评论