• 大小: 160KB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-01-02
  • 语言: 其他
  • 标签: PTS,  OPTS  

资源简介

OFDM系统下不同子载波数时PAPR的CCDF曲线 已经一些常用PAPR降低算法后的PAPR的CCDF曲线 详细可参考电子科技大学 硕士学位论文 《OFDM系统中降低峰均比算法研究》第三章

资源截图

代码片段和文件信息

close all;
clear all;
clc;

s = 0:0.5:12;
z = 10.^(s./10);
p1 = 1-(1-exp(-z)).^128;
p2 = 1-(1-exp(-z)).^256;
p3 = 1-(1-exp(-z)).^1024;

figure;
semilogy(sp1‘--*k‘);
hold on
semilogy(sp2‘--or‘);
hold on
semilogy(sp3‘--xb‘);
hold on
grid on
xlabel(‘PAPR0‘);
ylabel(‘P(PAPR>PAPR0)‘);
title(‘the CCDF of PAPR‘);
legend(‘N=128‘‘N=256‘‘N=1024‘);
xlim([412]);
hold off

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2011-04-02 10:46  Chapter3\
     目录           0  2018-02-08 19:09  Chapter3\Code1_CCDF\
     文件      236278  2011-03-07 09:14  Chapter3\Code1_CCDF\CCDF.bmp
     文件        8642  2011-03-07 09:14  Chapter3\Code1_CCDF\CCDF.fig
     文件         393  2011-03-07 09:13  Chapter3\Code1_CCDF\CCDF.m
     文件        8192  2011-03-30 20:24  Chapter3\Code1_CCDF\Thumbs.db
     目录           0  2018-02-08 19:09  Chapter3\Code2_SLM_Theory\
     文件      236278  2011-03-12 18:39  Chapter3\Code2_SLM_Theory\SLM_Theory.bmp
     文件       11304  2011-03-12 18:39  Chapter3\Code2_SLM_Theory\SLM_Theory.fig
     文件        1023  2011-03-12 18:39  Chapter3\Code2_SLM_Theory\SLM_Theory.m
     文件        8192  2011-03-30 20:24  Chapter3\Code2_SLM_Theory\Thumbs.db
     目录           0  2018-02-08 19:09  Chapter3\Code3_SLM_Simulation\
     文件      236278  2011-03-12 18:40  Chapter3\Code3_SLM_Simulation\SLM_Simulation.bmp
     文件       10411  2011-03-12 18:40  Chapter3\Code3_SLM_Simulation\SLM_Simulation.fig
     文件        4876  2011-03-12 18:40  Chapter3\Code3_SLM_Simulation\SLM_Simulation.m
     文件        8704  2011-03-30 20:24  Chapter3\Code3_SLM_Simulation\Thumbs.db
     文件         683  2010-04-20 09:12  Chapter3\Code3_SLM_Simulation\get80216map.m
     目录           0  2018-02-08 19:09  Chapter3\Code4_PTS_Partition\
     文件         763  2010-11-23 10:43  Chapter3\Code4_PTS_Partition\OPTS.m
     文件      236278  2011-03-12 12:59  Chapter3\Code4_PTS_Partition\OPTS_Parition.bmp
     文件       10490  2011-03-12 12:59  Chapter3\Code4_PTS_Partition\OPTS_Parition.fig
     文件        6167  2011-03-12 12:01  Chapter3\Code4_PTS_Partition\OPTS_Partition.asv
     文件        6197  2011-03-12 12:08  Chapter3\Code4_PTS_Partition\OPTS_Partition.m
     文件        8192  2011-03-30 20:24  Chapter3\Code4_PTS_Partition\Thumbs.db
     文件         719  2010-11-21 19:45  Chapter3\Code4_PTS_Partition\factor_combination2.m
     文件         683  2010-04-20 09:12  Chapter3\Code4_PTS_Partition\get80216map.m
     目录           0  2018-02-08 19:09  Chapter3\Code5_OPTS_M\
     文件      236278  2011-03-04 15:39  Chapter3\Code5_OPTS_M\OPTS_V_1024.bmp
     文件       12444  2011-03-04 15:39  Chapter3\Code5_OPTS_M\OPTS_V_1024.fig
     文件        8704  2011-03-30 20:24  Chapter3\Code5_OPTS_M\Thumbs.db
     目录           0  2018-02-08 19:09  Chapter3\Code6_SLM_PTS\
............此处省略10个文件信息

评论

共有 条评论