new minimal example
new project: FSO stuff
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
|
||||
|
||||
if 1
|
||||
|
||||
uloops = struct;
|
||||
uloops.precomp = [1];
|
||||
uloops.bitrate = [300].*1e9; %[300,330,360,390,420,450,480] [224,336,360,390,420,448] for MPI
|
||||
@@ -8,12 +9,12 @@ if 1
|
||||
uloops.laser_wavelength = [1293];
|
||||
uloops.M = [4];
|
||||
uloops.link_length = [0:2:10]; % 1,2,3,5,6,8,10
|
||||
uloops.alpha = [0.5,-0.5,0];
|
||||
uloops.alpha = [0];
|
||||
|
||||
wh = DataStorage(uloops);
|
||||
wh.addStorage("ber");
|
||||
|
||||
wh = submit_handle(@imdd_model,wh,"parallel",1);
|
||||
wh = submit_handle(@imdd_model,wh,"parallel",0);
|
||||
|
||||
end
|
||||
|
||||
@@ -34,6 +35,8 @@ beautifyBERplot()
|
||||
ylabel('BER');
|
||||
|
||||
|
||||
|
||||
|
||||
%
|
||||
% wh_ana = wh_master;
|
||||
%
|
||||
|
||||
Reference in New Issue
Block a user