登录
首页 » matlab » FBMC_UFMC_OFDM PAPR reduction schemes

FBMC_UFMC_OFDM PAPR reduction schemes

于 2021-03-16 发布
0 132
下载积分: 1 下载次数: 5

代码说明:

说明:  fbmc ufmc ofdm 5g waveforms, also contains papr reduction methods, raw files

文件列表:

selected_mapping.m, 2210 , 2011-10-25
slmwithpr.m, 3572 , 2010-07-24
tone_reservation.m, 5178 , 2010-07-24
ofdmwithclipping.m, 6582 , 2010-07-28
OFDM_PTS.m, 2423 , 2020-02-08
OFDM_SLM.m, 2157 , 2020-02-08
OFDM with PAPR reduction, 0 , 2021-03-16
OFDM with PAPR reduction\A_qpsk.m, 2104 , 2014-05-02
OFDM with PAPR reduction\B_OFDM.m, 980 , 2014-05-02
OFDM with PAPR reduction\C_a_ber_ran.m, 1003 , 2014-05-02
OFDM with PAPR reduction\C_b_ber_wn.m, 978 , 2014-05-02
OFDM with PAPR reduction\D_Frequency_Spectrum.m, 960 , 2014-05-02
OFDM with PAPR reduction\E_papr_clipConv.m, 1542 , 2014-05-02
OFDM with PAPR reduction\Final_code.m, 991 , 2014-05-02
OFDM with PAPR reduction\F_papr_SLM.m, 1618 , 2014-05-02
OFDM with PAPR reduction\G_papr_Combined.m, 3422 , 2014-05-02
FBMC_UFMC_OFDM_5G-master, 0 , 2017-03-01
FBMC_UFMC_OFDM_5G-master\FBMC_Calculations.m, 6326 , 2017-03-01
FBMC_UFMC_OFDM_5G-master\OFDM_BER.m, 3815 , 2017-03-01
FBMC_UFMC_OFDM_5G-master\README.md, 112 , 2017-03-01
FBMC_UFMC_OFDM_5G-master\README.txt, 252 , 2017-03-01
FBMC_UFMC_OFDM_5G-master\REPORT.pdf, 672521 , 2017-03-01
FBMC_UFMC_OFDM_5G-master\Spectral_efficiency.m, 638 , 2017-03-01
FBMC_UFMC_OFDM_5G-master\UFMC_Calculations.m, 5757 , 2017-03-01

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • RenameBodyName
    说明:  通过宏程序,自定义几何体前缀,批量修改几何体和几何体图形集名称(Rename name of body by macro)
    2020-06-22 23:20:01下载
    积分:1
  • 3D卡片效果jQuery插件
    一款效果超酷的鼠标滑过图片3D卡片效果jQuery插件(JQuery Plug-in for Super Cool Mouse Skipping over Picture 3D Card Effect)
    2018-12-26 13:46:13下载
    积分:1
  • GBT_17626.4-2008
    GBT_17626.4-2008_电磁兼容_试验和测量技术_电快速瞬变脉冲群抗扰度试验.pdf(GBT_17626.4-2008_ _ EMC test and measurement techniques _ electrical fast transient burst immunity test)
    2013-12-31 12:36:14下载
    积分:1
  • code
    说明:  求 解 数 组 中 同 时 满 足 行 最 小 值 和 列 最 大 值 !(Solve the array to meet the minimum row value and column maximum value at the same time!)
    2020-10-22 10:14:28下载
    积分:1
  • Ti(Texas Instruments) 说明书
    【实例简介】Ti(Texas Instruments) 说明书
    2022-01-14 00:31:56下载
    积分:1
  • zuma
    祖玛小游戏 实现基本功能 基本算法 给大家参考一下 地图两种圆形 和 直线(Zuma game to achieve the basic functions basic algorithm to refer to two kinds of circular and linear maps)
    2013-09-02 22:50:26下载
    积分:1
  • L1G-R-hyperion-data-read-with-IDL
    L1GST或者L1R级Hyperion高光谱数据读取(L1GST or L1R grade Hyperion hyperspectral data read)
    2013-07-02 04:08:51下载
    积分:1
  • 振动仿真程序
    说明:  用于振动的仿真,使用方法已经写在程序里面了(Matlab simulation program for vibration)
    2020-03-19 00:22:01下载
    积分:1
  • FlappyBird2
    说明:  大致思路说说,就是在外部SRAM里面做了一个大数组[320][240]做了一帧缓冲,所有屏幕相关操作都是在这一帧上面实现的,使用DMA直接丢数据到FSMC接口上,比I/O快多了,然后就是资源的去背问题,所有的图片都是我从手机版上面截图下来的,然后背景色都是0X4DF9,然后因为jpg转换软件的关系,蓝色的背景色会有偏差所以直接判断把0x4df9不显示不可行,后来想到可以用RGB颜色来入手,虽然不是0x4df9但是还是蓝色,所以蓝色分量肯定比红色多,所以做了一个阈值判断(Roughly speaking, a large array [320] [240] is made in the external SRAM to do a frame buffer. All screen-related operations are implemented on this frame. Using DMA to drop data directly to the FSMC interface is much faster than I/O. Then it is the problem of resource backtracking. All the pictures are taken from the top of the mobile version, and then the background color is 0X4DF9. Later, because of the relationship between JPG conversion software, the blue background color will be biased, so it is not feasible to directly judge that 0x4df9 is not displayed. Later, I thought that RGB color can be used to start with. Although it is not 0x4df9, it is still blue, so the blue component must be more than red, so I made a threshold judgment, and then it is the transition between scene and scene.)
    2019-06-17 12:06:28下载
    积分:1
  • MCX314AS SCHEMATIC
    这是一个运动控制系统。&; ;
    2022-09-14 01:35:03下载
    积分:1
  • 696518资源总数
  • 104228会员总数
  • 45今日下载