登录
首页 » matlab » ofdm--yasuo

ofdm--yasuo

于 2021-02-06 发布 文件大小:127KB
0 399
下载积分: 1 下载次数: 182

代码说明:

  OFDM 自适应算法能够根据信道的状况进行比特和功率的分配,能够有效的降低误码率.本程序综合了迭代注水算法,CHOW算法,FISHER算法,H-H算法,以及自己改进的迭代注水算法程序,并进行了对比,改进的算法在有效性与迭代注水算法基本相近,但复杂度和实际应用性都更强,值得参考。(OFDM adaptive algorithm make the bit and power allocation according to the status of the channel .It can effectively reduce the error rate.This program combines iterative algorithm, water injection CHOW algorithm, FISHER algorithm, the algorithm of H- H,as well as their improved iterative allocation algorithm procedures.And has carried on the contrast, the improved algorithm in effectiveness and iterative allocation algorithm basic similar, but the complexity and practical applications were stronger with worthy of reference.)

文件列表:

系统仿真平台_整理09-06-08
.........................\Adaptive_OFDM.m,5368,2014-07-03
.........................\Algo_xia.m,4047,2014-07-03
.........................\BER_calculation.m,475,2014-07-03
.........................\Channel_estimation.m,1305,2014-07-03
.........................\channel_inf_save
.........................\................\inf1.mat,1964,2014-07-03
.........................\................\inf2.mat,1929,2014-07-03
.........................\................\inf3.mat,1959,2014-07-03
.........................\................\inf4.mat,1934,2014-07-03
.........................\................\inf6.mat,1951,2014-07-03
.........................\Channel_Transmit.m,393,2014-07-03
.........................\chow_algo.m,3371,2014-07-03
.........................\Code_bit.mat,641,2014-07-03
.........................\Demodulation_mqam.m,2044,2014-07-03
.........................\EBA_EPA.m,432,2014-07-03
.........................\Figure
.........................\......\Chow_BER1.fig,1500,2014-07-03
.........................\......\Chow_inf1.mat,1569,2014-07-03
.........................\......\Ch_H_F_EPA
.........................\......\..........\3_2good.fig,10222,2014-07-03
.........................\......\..........\paper_use.fig,24973,2014-07-03
.........................\......\EBAEPAWaterfill
.........................\......\...............\inf3_paper_use.fig,15914,2014-07-03
.........................\......\...............\inf6.fig,6314,2014-07-03
.........................\......\EBA_EPA&MaxC_EPA_BER.fig,1974,2014-07-03
.........................\......\EBA_EPA&MaxC_EPA_inf.mat,1140,2014-07-03
.........................\......\EBA_EPA_BER2.fig,1489,2014-07-03
.........................\......\Fischer_BER1.fig,1489,2014-07-03
.........................\......\Fischer_BER2.fig,1481,2014-07-03
.........................\......\Fischer_inf1.mat,1612,2014-07-03
.........................\......\H_H_BER.fig,1487,2014-07-03
.........................\......\H_H_BER2.fig,1486,2014-07-03
.........................\......\H_H_BER_good.fig,1448,2014-07-03
.........................\......\H_H_inf1.mat,1643,2014-07-03
.........................\......\H_H_inf2.mat,1677,2014-07-03
.........................\......\waterfill_BER.fig,1487,2014-07-03
.........................\......\xia.fig,16014,2014-07-03
.........................\Fischer.m,2984,2014-07-03
.........................\f_mpsk.m,476,2014-07-03
.........................\f_mqam.m,355,2014-07-03
.........................\GI_insert.m,237,2014-07-03
.........................\Gngauss.m,243,2014-07-03
.........................\Hughes_Hartogs.m,2847,2014-07-03
.........................\MaxC_EPA.m,1650,2014-07-03
.........................\Modulation_mqam.m,2085,2014-07-03
.........................\MQAM_space.mat,1285,2014-07-03
.........................\Multipath_Channel_Init.m,1806,2014-07-03
.........................\PtoS_convert.m,404,2014-07-03
.........................\Q.m,45,2014-07-03
.........................\Qinv.m,52,2014-07-03
.........................\Receive_estimation.m,228,2014-07-03
.........................\Resource_alloc.m,2130,2014-07-03
.........................\SNR_sub.m,97,2014-07-03
.........................\SNR_subc.m,248,2014-07-03
.........................\StoP_convert.m,375,2014-07-03
.........................\waterfill.m,2400,2014-07-03
.........................\程序改动说明.txt,3053,2014-07-03

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

发表评论

0 个回复

  • AMC
    说明:  本文主要从自适应调制的算法及实现出发,引入了OFDM子载波分组的概念,详细阐述了五种固定阈值算法和子带BER预估计算法的原理及实现,并在此基础上加入自适应编码,实现自适应调制与编码。(Based on the algorithm and implementation of adaptive modulation, this paper introduces the concept of OFDM subcarrier grouping, elaborates the principle and implementation of five fixed threshold algorithms and subband BER estimation algorithm, and adds adaptive coding to realize adaptive modulation and coding.)
    2021-04-10 10:11:13下载
    积分:1
  • Threads-and-chat-program-example
    有客户端的聊天软件,可实现网络通讯,对于了解网络编程有帮助(A client chat software, network communications, network programming help for understanding)
    2013-10-28 09:33:58下载
    积分:1
  • MIMO_MDM_T_LMS1
    2模式模分复用仿真,带LMS均衡,好用!、、、(2-mode modular division multiplexing simulation with LMS equalization)
    2018-11-28 09:46:09下载
    积分:1
  • Solving
    说明:  求解双层规划问题常用的算法有极点算法、直接搜索法、下降法和非数值优化方法(如模拟退火算法、遗传算法等),遗传算法的求解思路是:首先对上层的决策变量编码,代人下层规划模型,通过求解下层模型的决策变量值,代入上层模型计算适应度值,然后进行交叉、变异、选择操作,最后求出最优解。(Solving Bilevel Programming Problems with pole algorithm commonly used algorithms, direct search method, descent and non-numerical optimization methods (such as simulated annealing, genetic algorithms, etc.), genetic algorithm for solving approaches: the first on the top of the decision variable coding, on behalf of the were lower programming model, by solving the lower model of decision variables values into the upper model on behalf of the fitness value, and then crossover and mutation, select Options, and finally get the best solution.)
    2010-04-07 13:21:06下载
    积分:1
  • Papierict2009
    This paper presents a performance of the UWB system in a time hopping binary pulse position ultra-wideband modulation scheme (TH BPPM-UWB) in the presence of an AWGN channel.
    2010-05-27 17:28:11下载
    积分:1
  • wavelets
    说明:  Pywavelets的cwt函数做连续1维小波变换的时频分析,并图形显示(Time and Frequency of Continuous 1-D Wavelet Transform and Graphic Display)
    2019-07-01 18:44:56下载
    积分:1
  • xunhunpubpskqpsk
    本程序主要是有关循环平稳特性的 是关于QPSK信号降阶处理 并利用BPSK信号进行相关的参数估计问题的 有详细的循环平稳特性的程序 及不同的平方降阶方法(This procedure is mainly reduced order processing QPSK signal and BPSK signals related to the parameter estimation problem detailed cyclostationary features program and the square of reduced-order cyclostationary characteristics)
    2013-04-07 16:29:31下载
    积分:1
  • cooperative-communication
    协作通信中的基础仿真,含有pdf格式文章(cooperative communication Introduction and Simulation)
    2011-06-07 21:00:24下载
    积分:1
  • 2.4寸彩屏显示渐变颜色彩条
    2.4寸彩屏显示渐变颜色彩条,c语言编程实现(2.4 inch color screen display color tapered color strips)
    2018-05-03 17:55:35下载
    积分:1
  • Okumura&Hata模型
    说明:  这是 Okumura 和Hata模型的编码。(This is the coding of Okumura and Hata models.)
    2020-06-17 12:20:02下载
    积分:1
  • 696516资源总数
  • 106637会员总数
  • 8今日下载