• 大小: 201KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-07-26
  • 语言: 其他
  • 标签: LS  MMSE  文献  

资源简介

这是关于:OFDM系统LS与MMSE信道估计算法仿真分析文献及仿真程序,,希望对你有帮助,,欢迎下载。。。

资源截图

代码片段和文件信息

%Function Declaration:
function ms_error=LS_MSE_calc(XHY);
%This function generates mean squared error for the the LS estimator..
%EVALUATION OF Hls
Hls =(inv(X)) * Y;
%The simplest of ‘em all indeed..
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

ms_error_mat=mean(((abs(H-Hls))/abs(H)).^2);
for i=1:64
    if(ms_error_mat(i)~=0)
        ms_error=ms_error_mat(i);
    end
end


 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件     218750  2011-01-14 14:43  OFDM系统LS与MMSE信道估计算法仿真分析.pdf

     文件       6320  2006-05-19 22:54  LS & MMSE channel estimators for OFDM\S E R\SER_compare.m

     文件        423  2006-05-09 10:38  LS & MMSE channel estimators for OFDM\M S E\LS_MSE_calc.m

     文件        569  2006-05-09 10:38  LS & MMSE channel estimators for OFDM\M S E\MMSE_MSE_calc.m

     文件       3630  2006-05-19 22:52  LS & MMSE channel estimators for OFDM\M S E\MSE_compare.m

     目录          0  2011-01-13 21:14  LS & MMSE channel estimators for OFDM\S E R

     目录          0  2011-01-13 21:14  LS & MMSE channel estimators for OFDM\M S E

     目录          0  2011-01-13 21:14  LS & MMSE channel estimators for OFDM

----------- ---------  ---------- -----  ----

               229692                    8


评论

共有 条评论