资源简介
瑞利信道产生 Rayleigh fading
Jakes模型
代码片段和文件信息
% jakes模型Rayleigh信道
clc;
clear;
jakes_n0 = 10; % jakes模型
sqrt_n0 = jakes_n0^0.5;
sqrt_n0_d = 1/sqrt_n0;
n = 1:jakes_n0;
doppler = 2; % Doppler shift
time_end = 2; % 终止时间,起始时刻为0
time_pilod = 0.01; % 时间分辨率
pdata_I = 0;
pdata_Q = 0;
H = [];
xita_I = rand(110).*pi*2;
xita_Q = rand(110).*pi*2;
H_I = [];
H_Q = [];
H1 = [];
pre = doppler*2*pi*cos(((0.5.*n)+0.5+0.125)*pi/jakes_n0);
pim = doppler*2*pi*sin(((0.5.*n)+0.5+0.125)*pi/jakes_
- 上一篇:基于MATLAB GUI的数字图像增强系统
- 下一篇:bsoft梅特勒-托利多
相关资源
- darkchannel 用MATLAB实现的darkchannel算法
- darkchannel 用matlab实现了暗通道图像增
- LTE_channel_estimation 基于3GPP LTE系统的
- PLC-simulation-matlab
- dark_channel_new 单幅图象的暗原色先验去
- CS-Channel-Estimation-OMP-Matlab-
- Clake-and-Jakes-channel 文件包含Clarke和J
- channel-sml
- Rayleigh 瑞利散射的MATLAB仿真代码
- 信道估计( channel estimation
- matlab实现频域瑞利(Rayleigh)信道仿真
- mimo_ml_zf_mmse_bpsk_rayleigh_channel
- matlab开发-RayleighFadingSimulation
- Multi-channel Weighted Nuclear Norm Minimizati
评论
共有 条评论