資源簡介
這是關(guān)于:OFDM系統(tǒng)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系統(tǒng)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
- 上一篇:aps排程需求分析
- 下一篇:學(xué)生信息管理系統(tǒng)可行性研究報告
評論
共有 條評論