登录
首页 » matlab » 16QAMLS

16QAMLS

于 2011-10-24 发布 文件大小:53KB
0 190
下载积分: 1 下载次数: 21

代码说明:

  分析比较了16QAM的块状导频与没有加信道估计的性能比较OFDM系统(Analysis and comparison of 16QAM and no massive increase pilot channel estimation OFDM System Performance Comparison)

文件列表:

16QAM块状LS
...........\16QAM块状LS.fig,8156,2011-10-14

...........\add_noise.m,403,2011-10-11
...........\cut_cp.m,289,2011-10-10
...........\de_map.m,270,2004-12-06
...........\de_qam16.m,1142,2004-06-16
...........\error_count.m,271,2004-12-07
...........\input_b.asv,452,2011-09-28
...........\input_b.m,615,2011-10-13
...........\insert_cp.m,434,2011-09-28
...........\insert_pilot.asv,1032,2011-09-28
...........\insert_pilot.m,1065,2011-10-11
...........\lmmse_estimation.asv,1107,2011-10-11
...........\lmmse_estimation.m,1107,2011-10-11
...........\lr_lmmse_estimation.asv,1690,2011-10-11
...........\lr_lmmse_estimation.m,1690,2011-10-11
...........\ls_estimation.asv,839,2011-10-11
...........\ls_estimation.m,843,2011-10-11
...........\map_16qam.asv,429,2011-09-28
...........\map_16qam.m,429,2011-09-28
...........\multipath_chann.asv,2589,2011-10-10
...........\multipath_chann.m,2597,2011-10-11
...........\nodaopin.m,743,2011-10-16
...........\ofdm_system.asv,5331,2011-10-16
...........\ofdm_system.m,5367,2011-10-16
...........\qam16.m,526,2004-06-16
...........\QPSK.m,0,2011-10-14
...........\rayleighnew.asv,1915,2011-10-10
...........\rayleighnew.m,1915,2011-10-10
...........\readme.txt,170,2011-10-14
...........\Rhh_test.m,225,2004-12-07
...........\selec_rayleigh_test.asv,1292,2011-10-11
...........\selec_rayleigh_test.m,1292,2011-10-11
...........\SIR_n_fd.m,446,2004-12-09

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

发表评论

0 个回复

  • aa
    说明:  拥有matlab用户界面的-卡尔曼滤波程序(Have a matlab user interface- Kalman filtering procedures)
    2009-10-14 13:52:43下载
    积分:1
  • exam_vibrate_compound
    描述的是两个振动信号的合成,注意采样点数、间隔、频率、振幅、初始相位的不同而带来的变化(Described in the synthesis of the two vibration signal, alert the sampling points, the interval, frequency, amplitude, an initial phase of the type of changes brought)
    2020-12-28 11:29:02下载
    积分:1
  • LinearAlgebrainGaloisFields
    To invert a square Galois array, use the inv function. Related is the det function, which computes the determinant of a Galois array. (To invert a square Galois array, use the inv function. Related is the det function, which computes the determinant of a Galois array.)
    2007-12-04 17:18:28下载
    积分:1
  • sqlserverdatamining
    说明:  数据挖掘教程,对大家大有好处,我研讲读了好几遍,受益非浅(Data mining tutorial, good for all of us, I research and read about several times, benefited greatly from)
    2010-04-03 08:08:22下载
    积分:1
  • s_power_spectrum
    to show power spectrum of seismic data
    2012-07-31 19:15:29下载
    积分:1
  • CVPR08-SR
    图像超分辨率重构 Image Super-Resolution as Sparse Representation of Raw Image Patches(Image Super-Resolution as Sparse Representation of Raw Image Patches)
    2011-12-07 22:32:03下载
    积分:1
  • Solving DDEs with Matlab
    利用matlab求解时滞微分方程。常微分方程(ODE)和延迟微分方程(DDE)被用来描述许多有趣的现象。 虽然ODE包含依赖于自变量(“时间”)的当前值的解决方案的衍生物,但DDE还包含衍生物,其依赖于前一时间的解决方案。 在整个科学模型中出现了DDE [1]。 尽管ODE和DDE之间存在明显的相似性,但DDE问题的解决方案可能与ODE问题的解决方案在几个引人注目的重要方面存在差异[2] [20]。 这部分是因为缺乏用于解决DDE的通用软件。(Solving Delay Differential Equations with dde32)
    2018-04-21 11:01:06下载
    积分:1
  • bp-matlab
    一个关于BP网络的人工神经元的程序,用MATLAB开发的。(On BP artificial neural network procedures, developed with MATLAB.)
    2008-06-08 07:49:25下载
    积分:1
  • eigen
    Chapoly 通过求矩阵特征多项式的根来求其特征值. pmethod幂法求矩阵的主特征值及主特征向量. rpmethod瑞利商加速幂法求对称矩阵的主特征值及主特征向量. spmethod收缩法求矩阵全部特征值. ipmethod 收缩法求矩阵全部特征值 dimethod位移逆幂法求矩阵离某个常数最近的特征值及其对应的特征向量 qrtzQR基本算法求矩阵全部特征值. hessqrtz海森伯格QR算法求矩阵全部特征值. rqrtz瑞利商位移QR算法求矩阵全部特征值. (Chapoly characteristic polynomial by the root of a matrix to find the eigenvalues. Pmethod power method of a matrix eigenvalue and the principal eigenvectors. Rpmethod Rayleigh quotient accelerated power method Symmetric matrix eigenvalue and the principal eigenvectors. Spmethod contraction Law of the value of all the characteristics of a matrix. ipmethod contraction method the value of all the characteristics of a matrix inverse power law dimethod displacement from a constant of a matrix eigenvalue and its corresponding nearest feature vectors qrtzQR all the characteristics of the basic algorithm the value of a matrix. hessqrtz Heisenberg QR algorithm is the value of all the characteristics of a matrix. rqrtz Rayleigh quotient shift QR algorithm is the value of all the characteristics of a matrix.)
    2011-05-09 10:07:17下载
    积分:1
  • MaurelAujolPeyre-SIIS
    This article presents a new adaptive framework for locally parallel texture modeling.
    2012-06-07 11:40:43下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载