Unify scope preprocessing and simulation DSP handoff

This commit is contained in:
Silas Oettinghaus
2026-03-25 14:52:43 +01:00
parent 8c55b25112
commit d3235a5c9c
6 changed files with 317 additions and 116 deletions

View File

@@ -1,3 +1,16 @@
% IMDD simulation entrypoint
%
% Processing stages:
% -> imdd_it
% -> submit_handle
% -> imdd_model
% -> PAMsource / AWG / EML / Fiber / Photodiode / Filter / Scope
% -> dsp_scope_signal
% -> preprocessSignal
% -> FFE / DFE / VNLE+MLSE / DB target DSP branches
% -> result packages stored in DataStorage
close all;
if 1
@@ -553,4 +566,4 @@ ylabel('BER');
% clabel(C,h,'Color','k','FontWeight','bold');
%
% beautifyBERplot();
% legend('BER contour lines');
% legend('BER contour lines');