资源简介
OFDM系统中的LS和MMSE方法的信道估计比较,包括SNR和MSE

代码片段和文件信息
%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
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 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
文件 2053 2009-09-28 17:34 LS & MMSE channel estimators for OFDM\M S E\test_train_fig4_CLSE.asv
文件 6380 2009-08-28 20:40 LS & MMSE channel estimators for OFDM\S E R\SER_compare.m
文件 6485 2009-11-03 15:38 LS & MMSE channel estimators for OFDM\S E R\ser_estimate.asv
文件 6500 2009-11-27 16:03 LS & MMSE channel estimators for OFDM\S E R\ser_estimate.m
目录 0 2010-04-27 10:37 LS & MMSE channel estimators for OFDM\M S E
目录 0 2010-04-27 10:37 LS & MMSE channel estimators for OFDM\S E R
目录 0 2010-04-27 10:37 LS & MMSE channel estimators for OFDM
----------- --------- ---------- ----- ----
26040 10
- 上一篇:基于遗传算法的改进FCM算法GA-FCM
- 下一篇:全同态加密代码
相关资源
- ANSYS LS-DYNA
- VisualStudioUninstaller vs卸载工具
- B/S 网上订餐系统
- VMware65_SLP_DeLLSLIC2.1
- 加密cad图形的lisp文件
- 单片机控制74ls164程序
- ModelSim全套中文手册ModelSim SE6.0C
- LSI RAID配置手册(图文)
- 管家婆加密狗工具dogtools
- dos 下运行Linux 命令--gnu_utils
- Fundamentals of Data Structure in C
- In vitro screening of lactobacilli with antago
- Froggatt-Nielsen与Mordell-Weil会面:对具有
- VisualSVN-VS2019V7.0解除时间限制
- 范例153 制作员工花名册.xlsm
- 2021年3月手机号码归属地数据库.xlsx(
- GlowtoolsA-wdf网易游戏wdf查看及解包
- aspose-cells-8.6.1最新完美破解版无水印
- cad边长注记(注记边长(批量).lsp)
- ANSYS-LS-DYNA使用手册中文指南
- 数据挖掘(重心法迭代.xlsx)
- WINCC报表(OLE-DB Tag and Alarm Export_V8.x
- 财务报表模板全套.xls
- 带有彩色玻璃冷凝液的偶极Wilson线性
- Hillstone SA-2003高性能纯硬件安全网关产
- Hillstone SR-550高性能安全路由器产品手
- Hillstone SR-560高性能安全路由器产品手
- Hillstone SR-320高性能安全路由器产品手
- Hillstone ARP防护——StoneOS如何保
- Hillstone防火墙技术——StoneOS安
评论
共有 条评论