资源简介
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
- 下一篇:全同态加密代码
相关资源
- ad hoc网络olsr路由在linux下的实现源代
- 74ls90芯片设计24H时钟电路图
- MIMO介绍与MMSE均衡原理推导
- modelsim_10.6c
- timer verilog
- ubuntu下安装VMware tools
- Braintools/bftools
- 贝叶斯优化LSSVM
- 遗传算法-偏最小二乘回归
- DMSP-OLS夜光灯光数据附链接
- 使用Verilog+quartus2+ModelSim仿真UART串口通
- 股票预测LSTM
- lstm多变量预测问题
- 詳細仕様書-参照.xlsx
- LSD直线检测源代码
- winutils.exe_hadoop-2.7.1
- modelsim_crack.rar
- 南京市96点网供及地区负荷数据.xls
- 回声消除算法的综合比较
- QQ表情提取器,从CustomFace.db提取成图
- LSB图片水印嵌入
- 车辆vin校验码生成器.xls
- Firefox 52.0.2 渗透便携版 T00LS beta8.zip
- iOS_Animations_by_Tutorials_v6.0.0.zip (iOS1
- visual studio 2017中英文离线安装包15.6版
- 开户的测试用例执行情况.xlsx
- chrome.devtools.network的Chrome插件
- LSTM中timesteps的理解
- 关于IllegalStateException: The specified chi
- 74ls160时钟
评论
共有 条评论