📄 sim_script.m
字号:
clear;
tic;
% 僷儔儊乕僞愝掕
Cycle=10000;
Doppler_Speed=4.32;
GI_mode=0;
Num_data_sym=16;
Noise_power=[20:5:40];
Mode=[3];
I_index = 0;
J_index = 0;
for I = Mode
I_index = I_index + 1;
for J = Noise_power
J_index = J_index + 1;
[ber(I_index,J_index), per(I_index,J_index)] = ...
total_sim_C_1_siso_20(Num_data_sym, Cycle, I, J, Doppler_Speed, GI_mode);
end
end
save work;
toc;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -