auswertungsfiles und algos for ECOC 2025 rush...
This commit is contained in:
@@ -2,17 +2,18 @@
|
||||
% 1) Find RUN ID's
|
||||
|
||||
basePath = 'C:\Users\Silas\Documents\MATLAB\Datensätze\sioe_labor\';
|
||||
database = DBHandler("pathToDB",[basePath,'silas_labor.db']);
|
||||
% database = DBHandler("pathToDB",[basePath,'silas_labor.db']);
|
||||
database = DBHandler("type",'mysql');
|
||||
|
||||
filterParams = database.tables;
|
||||
filterParams.Configurations = struct( ...
|
||||
'bitrate', [], ... %[224,336,360,390,420,448]
|
||||
'bitrate', 112e9, ... %[224,336,360,390,420,448]
|
||||
'db_mode', [], ...
|
||||
'fiber_length', [], ...
|
||||
'interference_attenuation',[], ...
|
||||
'is_mpi', 0, ...
|
||||
'pam_level', [], ...
|
||||
'rop_attenuation', 0 ...
|
||||
'interference_path_length',300, ...
|
||||
'is_mpi', 1, ...
|
||||
'pam_level', 4 ...
|
||||
);
|
||||
|
||||
selectedFields = {'Runs.run_id',...
|
||||
|
||||
Reference in New Issue
Block a user