• 大小: 2KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-01-10
  • 语言: Matlab
  • 标签: 多径效应  matlab  

资源简介

使用matlab对无线通信系统中的多径效应进行仿真

资源截图

代码片段和文件信息

%this matlab program is about multipath signal.



clear;
%amplitudes of 7 multipath arrivals
a=[0.6154 0.7919 0.9128 0.7532 0.1723 0.4023 0.9811];
%arrival times of 7 multipath arrivals
t=[    ];
i=0;%frequency index
for mmega=0:0.05:100;%angular frequencies
    multipath_arrival=a.*exp(j*omega*t);
    i=i+1;
    abs_H(i)=abs(sum(multipath_arrival));%the i-th transfer function
end 
omega=0:0.05:100;
plot(omegaabs_H)
ylabel(‘amplitude of transfer function‘)
xlabel(‘angular frequency‘)
title(‘friquency dependent multipath fading‘)

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件       1671  2008-06-16 20:43  多径效应\multipath4.m

     文件        513  2008-06-16 20:50  多径效应\multipath3.m

     文件        555  2008-06-16 17:01  多径效应\multipath1.m

     文件        523  2008-06-16 20:02  多径效应\multipath2.m

     目录          0  2008-06-17 20:51  多径效应

----------- ---------  ---------- -----  ----

                 3262                    5


评论

共有 条评论