ajo_n_times.m

来自「WCDMA的simulink编程」· M 代码 · 共 29 行

M
29
字号
for i = 1:15     aika=10; %*(10^i);     clear a;       a(1,:)=clock;       sim('test_openmdl',aika);       a(2,:)=clock;       kesto(i,:) = (a(2,:)-a(1,:));%atmp =length(ber);       b = [ aika ber(tmp)]       % crc(50)endkesto%       sim('koe_buffer',aika);%       sim('koe_channel_one',aika);   EI KAATUNUT VAIKKA AJOIN n kertaa 10.6%       sim('koe_channel_rake',aika);% N=32; sim('koe_chcode',aika);%       sim('koe_chcode_crc',aika);%       sim('koe_inter_all',aika);%       sim('koe_mod_demod',aika);%        sim('testi_su',aika);

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?