登录
首页 » matlab » OFDM-channel-estimation-methods

OFDM-channel-estimation-methods

于 2021-04-14 发布 文件大小:93KB
0 194
下载积分: 1 下载次数: 211

代码说明:

  OFDM信道估计的几种方法的仿真,包括最小二乘(LS)法、最小均方误差(MMSE)法、线性最小均方误差(LMMSE)法以及奇异值(SVD)分解法等,毕设资料,非常珍贵(several OFDM channel estimation methods,which contains the least-squares (LS), the minimum mean square error (MMSE), the linear minimum mean square error (LMMSE) and the singular value decomposition (SVD))

文件列表:

源文件
......\work
......\....\LS_MSE_calc.m,423,2012-05-08
......\....\MMSE_MSE_calc.m,569,2012-05-08
......\....\MSE_compare1.m,1976,2012-05-23
......\....\music.m,7909,2012-05-17
......\....\OFDMoncha
......\....\.........\add_noise.m,287,2012-05-23
......\....\.........\cut_cp.m,229,2012-05-23
......\....\.........\de_map.m,951,2012-05-23
......\....\.........\de_qam16.m,1106,2012-05-23
......\....\.........\dibujar pilot.m,1032,2012-05-23
......\....\.........\error_count.m,272,2012-05-23
......\....\.........\input_b.m,334,2012-05-23
......\....\.........\insert_cp.m,301,2012-05-23
......\....\.........\insert_pilot.m,952,2012-05-23
......\....\.........\lmmse_estimation.m,942,2012-05-23
......\....\.........\lr_lmmse_estimation.m,1318,2012-05-23
......\....\.........\ls_estimation.m,3294,2012-05-23
......\....\.........\map_16qam.m,283,2012-05-23
......\....\.........\multipath_chann.m,1034,2012-05-23
......\....\.........\OFDM.m,7535,2012-05-23
......\....\.........\OFDMdemo.m,3892,2012-05-23
......\....\.........\qam16.m,527,2012-05-23
......\....\.........\rayleighnew.m,1749,2012-05-23
......\....\.........\readme.txt,279,2012-05-23
......\....\.........\Rhh_test.m,226,2012-05-23
......\....\.........\selec_rayleigh_test.m,1067,2012-05-23
......\....\.........\SIR_n_fd.m,519,2012-05-23
......\....\SER_compare2.m,4100,2012-05-23
......\....\SMMSE_MSE_calc.m,481,2012-05-23
......\....\SMSE_compare.m,2325,2012-05-14
......\....\SoutI_4_BF.txt,92654,2012-05-14
......\....\SoutI_4_IF.txt,185308,2012-05-14
......\....\SSER_compare.m,5112,2012-05-15

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

发表评论

0 个回复

  • Tothefrequencyplotbasedontherealizationofcontinuou
    一个运用语言端点检测的很好文章。利用的是频带方差的办法,基于matlab的(Endpoint detection of a use of language of good articles. Variance using the band approach, based on the matlab)
    2009-04-23 21:44:46下载
    积分:1
  • TDOAChanAlgorithm
    TDOA无源时差定位Chan算法,matlab源码(Chan Passive TDOA TDOA location algorithm, matlab source code)
    2021-04-08 16:09:00下载
    积分:1
  • ILC
    簡易的迭代學習程式,方便對迭代學習剛接觸的人使用(Simple iterative learning programs, facilitate new to people using iterative learning)
    2014-08-12 14:08:37下载
    积分:1
  • 近场声源定位TDOA的MATLAB仿真-Sound_TDOA
    近场声源定位TDOA的MATLAB仿真,采用传统的相关算法CC和广义相关算法中的相位转换算法GCC_PHAT(Sound localization of MATLAB simulation, using the traditional algorithms of CC and phase transformation algorithm of generalized correlation algorithm GCC PHAT)
    2021-04-14 11:48:55下载
    积分:1
  • A3111
    2015年全国大学生数学建模大赛B题高程图处理源代码(college math test of 2015 for B ticket of picture one)
    2014-11-09 21:59:44下载
    积分:1
  • conjgrad
    Conjugate Gradient Method by Yi Cao
    2014-02-07 02:58:49下载
    积分:1
  • navigation
    navigation.rar包含5个有用的导航程序; navigation.m为纯惯导解算程序; integrated_navigation为组合导航程序; KalmanAlign10.m为卡尔曼滤波对准程序; create_data.m为原始数据创建程序; ssm.m为结果显示程序(navigation.rar contains five useful navigation program navigation.m pure INS solver KalmanAlign10.m for the Kalman filter alignment procedures create_data.m create a program for the original data integrated_navigation for integrated navigation procedures ssm. m is the result display program)
    2021-04-07 16:29:01下载
    积分:1
  • Genetic Algorithms
    简单的遗传算法解决优化问题的汇编代码,包括单变量无约束优化、单变量有约束优化及多变量优化问题,并配以实例进行说明(Genetic Algorithms)
    2013-12-26 19:00:06下载
    积分:1
  • nonlinear
    NONLINEAR LOAD DEMONSTRATION FOR LABORATORY TYPE RECTIFIER
    2014-02-04 19:42:09下载
    积分:1
  • bottom_up_segmentation
    这是TD算法的逆过程,首先将时间序列,划分为相邻点的短序列,当然此时的拟合误差为0,因为第一点和第二点的连线,原始点都落在线段上。将相邻两个线段连接起来,此时每条线段包含三个原始点,计算中间那个点的拟合误差。这样,所有这些三个点的线段中的中间点的拟合误差计算出来后,找出误差最小且误差小于阀值R的分段,作为第一条包含三个点的线段。 在上面的基础上,第一条分段同样的和相邻线段连接,然后计算每一条分段的拟合误差,再找出误差最小且小于阀值R的分段,作为第二个分段。依次方式循环,直到所有分段的拟合误差都小于阀值R,分段结束。 (This is the reverse process of TD algorithm, the first time series is divided into short sequences adjacent dots, of course fitting error is zero at this time, because the first and second points of connection, the original point fall line on. The two adjacent segments are connected, then each segment contains three original point, the intermediate fitting error calculated that point. Thus, after all these segments fitting error of three points in the intermediate point calculated to find the minimum error and the error is less than the threshold R segment, as the first line contains three points. Based on the above, the first segment and the adjacent line segment connecting the same, and then calculate a fitting error for each segment, and then find the smallest error and less than the threshold R segment, as the second segment . Followed by a cyclic manner until all segments fitting error is less than the threshold R, segment ends.)
    2021-03-20 16:29:18下载
    积分:1
  • 696518资源总数
  • 106155会员总数
  • 8今日下载