changes form lab pc again

This commit is contained in:
Silas Labor Zizou
2025-04-16 09:50:34 +02:00
parent 982862d0fa
commit 909cd86913
3 changed files with 16 additions and 15 deletions

View File

@@ -13,8 +13,9 @@ end
database_name = 'ecoc2025_loops.db';
db = DBHandler("pathToDB", [databasePath, database_name],"type",'mysql');
if ~exist('db','var')
db = DBHandler("pathToDB", [databasePath, database_name]);
end
conf = db.tables.Configurations;
if ~exist('confPrev','var')
confPrev = db.tables.Configurations;
@@ -23,8 +24,8 @@ end
awg_upload_required = 1; %still uploads every first round
subimt_DSP = 1;
recordlen = 5000000;
sequence_order = 17;
n_recording = 1; % Or any number you want
sequence_order = 19;
n_recording = 2; % Or any number you want
% Define vector parameters directly in conf:
conf.unique_elab_id = "20250408-842b0a3078172b48dd032795226fbe683190afc4";
@@ -39,10 +40,10 @@ conf.fiber_length = 0;
conf.pd_in_desired = 9;
conf.is_mpi = 1;
conf.signal_attenuation = 0;
conf.interference_path_length = 0; %m
conf.interference_attenuation = 40;%[0:2:30,40];
conf.pam_level = 4;%[4,6,8];
conf.symbolrate = 56e9;%[56,72,96,112].*1e9;
conf.interference_path_length = 300; %m
conf.interference_attenuation = [0:2:30,40];
conf.pam_level = [4,6,8];
conf.symbolrate = [56,72,96,112].*1e9;
conf.bitrate = conf.symbolrate .* floor(log2(6)*10)/10;
conf.pam_source = [];