当前位置:   article > 正文

如何使用 MATLAB 自带 rayleighchan() 函数产生瑞利信道_瑞利信道matlab自带函数

瑞利信道matlab自带函数

瑞利信道的产生主要有两种方法:正弦波叠加法成型滤波法

MATLAB自带了 rayleighchan 函数来产生时变瑞利信道,据说用的是Jakes频域反变换方法来产生时间相关性的瑞利模型。【见博客】

  1. %Ts the sample time of input signal, in seconds
  2. %Fd the maximum Doppler shift, in hertz
  3. %tau the vector of path delays, in seconds
  4. %pdb the vector of path gains, in dB
  5. Fs=1000; %采样频率
  6. Ts=1/Fs; %采样间隔
  7. Fd=500; %Doppler频偏,Hz
  8. tau=[0,0.01]; %多径延时向量,s
  9. pdb=[0,0]; %多径信道增益向量,dB
  10. chan = rayleighchan(Ts, Fd, tau, pdb);

 

衰落信道模型

信道模型分为:数学模型  ->Zadeh, Bello 时变线性滤波器

                                         ->宽平稳非相关(WSSUS)信道                                                   

                         仿真模型  ->Clarke, Jakes 多径叠加模型  ->Zheng 模型, Field 模型

                                         ->抽头延时线模型

                                         ->Peter, Hoeher 蒙特卡洛模型

                                         ->基于KL展开

相关链接

1. https://blog.csdn.net/shenjun1992722/article/details/50193381

2. https://blog.csdn.net/mike190267481/article/details/7359576

3. https://blog.csdn.net/caozhk/article/details/19929435

4. https://max.book118.com/html/2017/1107/139307446.shtm

5. https://www.cnblogs.com/xh0102/p/6382598.html?utm_source=itdadao

 

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/Gausst松鼠会/article/detail/83784
推荐阅读
相关标签
  

闽ICP备14008679号