Skip to content
/ BEM Public

基函数扩展模型相关matlab代码,包含信道估计及其均衡

Notifications You must be signed in to change notification settings

maswx/BEM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

BEM

基函数扩展模型相关matlab代码,包含信道估计及其均衡

Demo:

N=64;
ap = ones(N,1);
I_path_M = 1;% 假设的数据传输信道下的子径个数,该参数大于H_Path_M/P即可。
I_Dopl_D = 32;% 假设的数据传输信道下的子径个数
I_Dop_Max = 1 ; %假设的信道最大多普勒
iA = calc_iA(ap,I_path_M,I_Dopl_D,I_Dop_Max);
iH = calc_iH(iA,ap_estm,I_path_M,I_Dopl_D,I_Dop_Max,'ZF');

About

基函数扩展模型相关matlab代码,包含信道估计及其均衡

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages