登录
首页 » matlab » channel_estimation

channel_estimation

于 2015-04-09 发布 文件大小:167KB
0 201
下载积分: 1 下载次数: 8

代码说明:

  传统的信道估计仿真,有注释,有详细的教程流程解释,生成BER图,可改变调制方式等等(The traditional channel estimation simulation, notes, a detailed tutorial to explain the process to generate BER map, you can change the modulation scheme, etc.)

文件列表:

channel_estimation
..................\LTE_channel_estimation
..................\......................\AddWindow.m,319,2011-10-07
..................\......................\Channel_2X1.m,3644,2011-10-07
..................\......................\ChEst.m,3872,2011-10-07
..................\......................\DeEquation.m,362,2011-10-07
..................\......................\DFTEestimation.m,1935,2011-10-07
..................\......................\DFTEestimation2.m,1925,2011-10-07
..................\......................\doptf.m,573,2011-10-07
..................\......................\flat.m,570,2011-10-07
..................\......................\flatfad1.m,1072,2011-10-07
..................\......................\gen_lte.m,3052,2011-10-07
..................\......................\html
..................\......................\LSestimation.m,1074,2011-10-07
..................\......................\LSestimation2.m,1065,2011-10-07
..................\......................\Main.m,1516,2012-01-13
..................\......................\MMSEestimation.m,1563,2011-10-07
..................\......................\MMSEestimation2.m,1550,2011-10-07
..................\......................\NewDFTEestimation.m,1782,2011-10-07
..................\......................\NewDFTEestimation2.m,1185,2011-10-07
..................\......................\picture
..................\......................\.......\1.fig,16627,2011-10-07
..................\......................\.......\2.fig,15494,2011-10-07
..................\......................\.......\3.fig,14473,2011-10-07
..................\......................\.......\4.fig,11813,2011-10-07
..................\......................\.......\DFT.fig,6590,2011-10-07
..................\......................\.......\DFT_4.fig,6690,2011-10-07
..................\......................\.......\DFT_LS_2.fig,11245,2011-10-07
..................\......................\.......\DFT_LS_3.fig,6604,2011-10-07
..................\......................\.......\DFT_LS_4.fig,6586,2011-10-07
..................\......................\.......\LS_LS_1.fig,6594,2011-10-07
..................\......................\.......\LS_LS_2.fig,6597,2011-10-07
..................\......................\.......\LS_LS_3.fig,6599,2011-10-07
..................\......................\.......\LS_LS_4.fig,6594,2011-10-07
..................\......................\.......\MMSE_LS_1.fig,6590,2011-10-07
..................\......................\.......\MMSE_LS_2.fig,6600,2011-10-07
..................\......................\.......\MMSE_LS_3.fig,6592,2011-10-07
..................\......................\.......\MMSE_LS_4.fig,6600,2011-10-07
..................\......................\qamdemapping.m,835,2011-10-07
..................\......................\qamdemapping_p.m,755,2011-10-07
..................\......................\qammapping.m,621,2011-10-07
..................\......................\SFBCcoding.m,900,2011-10-07
..................\......................\SFBCdecoding2x1.m,1110,2012-01-13
..................\......................\说明.txt,253,2012-01-13

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

发表评论

0 个回复

  • buck_double_PI_loop
    说明:  利用Matlab的simulink功能创建的buck型同步整流DC-DC转换器电压控制仿真(Voltage control simulation of Buck synchronous rectifier DC-DC converter based on Simulink function of MATLAB)
    2020-07-04 07:00:01下载
    积分:1
  • MATLAB-time-frequency-analysis
    《MATLAB时频分析技术及其应用》代码(The M-files of MATLAB time-frequency analysis technology and its applications )
    2012-03-26 21:08:01下载
    积分:1
  • WOW_matlab
    this simulation is a way for watermarking and steganography with WOW
    2013-08-25 17:13:37下载
    积分:1
  • ADI
    Advanced Numerical Methods ADI
    2011-11-05 16:30:53下载
    积分:1
  • FDTD_for_2D_metal_plane_object
    FDTD for 2D metal plane object, It is very valuable reference because is the basement for 3D FDTD program.
    2007-08-17 17:03:45下载
    积分:1
  • watterson
    经典的短波信道模拟程序——wattson模型,比较好用,适当设置参数(Classic short-wave channel simulation program- wattson model, easy to use, the appropriate parameter settings)
    2021-04-23 22:18:47下载
    积分:1
  • motion-tracking
    在matlab上实现的用于数字图像处理中跟踪运动的代码(Implemented on the matlab image processing for digital code tracking movement)
    2011-04-24 16:41:06下载
    积分:1
  • chapter9.project
    Opnet moduler 14.5 example of wireless communication Author Mithilesh Patel
    2015-01-22 18:15:06下载
    积分:1
  • GAforPathPlaning
    说明:  采用栅格对机器人的工作空间进行划分,再利用优化算法对机器人路径优化,是采用智能算法求最优路径的一个经典问题。目前,采用蚁群算法在栅格地图上进行路径优化取得比较好的效果,而利用遗传算法在栅格地图上进行路径优化在算法显得更加难以实现。 利用遗传算法处理栅格地图的机器人路径规划的难点主要包括:1保证路径不间断,2保证路径不穿过障碍。 用遗传算法解决优化问题时的步骤是固定的,就是种群初始化,选择,交叉,变异,适应度计算这样,那么下面我就说一下遗传算法求栅格地图中机器人路径规划在每个步骤的问题、难点以及解决办法。(It is a classical problem to divide the workspace of the robot by grids and optimize the path of the robot by using optimization algorithm. At present, the ant colony algorithm is used to optimize the path on the grid map, and the genetic algorithm is used to optimize the path on the grid map, which is more difficult to achieve. The difficulties of using genetic algorithm to deal with the path planning of robot on raster map mainly include: 1. guaranteeing that the path is uninterrupted, 2. guaranteeing that the path does not cross obstacles. The steps of genetic algorithm in solving optimization problems are fixed, that is, population initialization, selection, crossover, mutation, fitness calculation. Then I will talk about the problems, difficulties and solutions of genetic algorithm in each step of robot path planning in raster map.)
    2019-05-02 14:56:19下载
    积分:1
  • DrawLine
    说明:  用matlab编写的计算机图形学中的画线算法。包括几种经典的画线算法,如中点画线等。(Prepared using matlab draw line in computer graphics algorithms. Includes several classic line drawing algorithm, such as the dotted lines.)
    2010-04-21 15:57:35下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载