www.pudn.com > wcdma_simulink.rar > ajo_n_times.m
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,:));
%a
tmp =length(ber);
b = [ aika ber(tmp)]
% crc(50)
end
kesto
% 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);