new chirped modulator with alpha setting
dp_sync is softened
This commit is contained in:
@@ -10,12 +10,12 @@ if 1
|
||||
uloops.laser_wavelength = [1310];
|
||||
uloops.M = [4];
|
||||
uloops.link_length = [1]; % 1,2,3,5,6,8,10
|
||||
uloops.interference_attenuation = [0,3,6,9,12,15,18,21,24,27,30,45];
|
||||
% uloops.interference_attenuation = [0,3,6,9,12,15,18,21,24,27,30,45];
|
||||
wh = DataStorage(uloops);
|
||||
wh.addStorage("ber");
|
||||
|
||||
% wh = submit_simulations(wh,"parallel",0,"simulation_mode",0);
|
||||
wh = submit_handle(@imdd_model,wh,"parallel",0);
|
||||
wh = submit_handle(@imdd_model,wh,"serial",0);
|
||||
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user