資源簡介
導頻子載波信道估計的matlab仿真程序,可以參照使用

代碼片段和文件信息
function?output=add_noise(sgmainput)
?????????[nnl]=size(input);
?????????for?k=1:nl
????????????for?m=1:n
????????????????noise=normrnd(0sgma)+normrnd(0sgma)*sqrt(-1);??????????????%噪聲方差為sgma平方輸入
????????????????output(mk)=input(mk)+noise;
????????????end
?????????end
?????????
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????302??2004-12-07?11:38??導頻子載波信道估計\LS_LMMSE_lr_LMMSE\add_noise.m
?????文件????????292??2004-12-06?18:44??導頻子載波信道估計\LS_LMMSE_lr_LMMSE\cut_cp.m
?????文件????????270??2004-12-06?19:06??導頻子載波信道估計\LS_LMMSE_lr_LMMSE\de_map.m
?????文件???????1142??2004-06-16?10:09??導頻子載波信道估計\LS_LMMSE_lr_LMMSE\de_qam16.m
?????文件????????271??2004-12-07?11:29??導頻子載波信道估計\LS_LMMSE_lr_LMMSE\error_count.m
?????文件????????369??2004-12-07?10:58??導頻子載波信道估計\LS_LMMSE_lr_LMMSE\input_b.m
?????文件????????388??2004-12-06?18:07??導頻子載波信道估計\LS_LMMSE_lr_LMMSE\insert_cp.m
?????文件????????945??2004-12-07?11:57??導頻子載波信道估計\LS_LMMSE_lr_LMMSE\insert_pilot.m
?????文件????????940??2012-08-03?10:30??導頻子載波信道估計\LS_LMMSE_lr_LMMSE\lmmse_estimation.m
?????文件???????1612??2012-08-03?10:31??導頻子載波信道估計\LS_LMMSE_lr_LMMSE\lr_lmmse_estimation.m
?????文件????????553??2004-12-07?11:55??導頻子載波信道估計\LS_LMMSE_lr_LMMSE\ls_estimation.m
?????文件????????380??2004-12-06?20:04??導頻子載波信道估計\LS_LMMSE_lr_LMMSE\map_16qam.m
?????文件???????1886??2004-12-06?16:08??導頻子載波信道估計\LS_LMMSE_lr_LMMSE\multipath_chann.m
?????文件???????4912??2012-08-03?11:57??導頻子載波信道估計\LS_LMMSE_lr_LMMSE\ofdm_system.asv
?????文件???????4997??2012-08-08?13:42??導頻子載波信道估計\LS_LMMSE_lr_LMMSE\ofdm_system.m
?????文件????????526??2004-06-16?10:09??導頻子載波信道估計\LS_LMMSE_lr_LMMSE\qam16.m
?????文件???????1758??2004-12-06?14:58??導頻子載波信道估計\LS_LMMSE_lr_LMMSE\rayleighnew.m
?????文件????????225??2004-12-07?16:08??導頻子載波信道估計\LS_LMMSE_lr_LMMSE\Rhh_test.m
?????文件???????1292??2004-12-09?12:41??導頻子載波信道估計\LS_LMMSE_lr_LMMSE\selec_rayleigh_test.m
?????文件????????446??2004-12-09?19:49??導頻子載波信道估計\LS_LMMSE_lr_LMMSE\SIR_n_fd.m
?????文件????????423??2006-05-09?10:38??導頻子載波信道估計\LS_MMSE_SVD\LS_MSE_calc.m
?????文件????????569??2006-05-09?10:38??導頻子載波信道估計\LS_MMSE_SVD\MMSE_MSE_calc.m
?????文件???????1974??2008-05-24?20:13??導頻子載波信道估計\LS_MMSE_SVD\MSE_compare.m
?????文件???????4098??2008-05-29?21:05??導頻子載波信道估計\LS_MMSE_SVD\SER_compare.m
?????文件????????479??2008-05-24?18:38??導頻子載波信道估計\LS_MMSE_SVD\SMMSE_MSE_calc.m
?????文件???????2323??2012-08-08?12:58??導頻子載波信道估計\LS_MMSE_SVD\SMSE_compare.m
?????文件???????5112??2008-05-29?21:05??導頻子載波信道估計\LS_MMSE_SVD\SSER_compare.m
?????目錄??????????0??2013-10-05?15:09??導頻子載波信道估計\LS_LMMSE_lr_LMMSE
?????目錄??????????0??2013-10-05?15:09??導頻子載波信道估計\LS_MMSE_SVD
?????目錄??????????0??2013-10-05?15:09??導頻子載波信道估計
............此處省略3個文件信息
評論
共有 條評論