400G and MPI simulation

This commit is contained in:
Silas
2024-10-07 09:38:09 +02:00
parent c1c53ba7db
commit 285fca45eb
3 changed files with 254 additions and 6 deletions

View File

@@ -2,15 +2,15 @@
%% Parameter to simulate and save
params = struct;
params.M = [8];
params.M = [6];
params.datarate = [448];
params.rop = [-12:0];
params.rop = [0];
precomp_mode = 0; %0=do nothing ; 1= measure; 2=precomp active
postfilter = 0; % noise whiten. approach -> Postfilter + MLSE
postfilter = 1; % noise whiten. approach -> Postfilter + MLSE
db_precode = 1;
db_encode = 1;
db_precode = 0;
db_encode = 0;
db_channelapproach = 0;
@@ -190,7 +190,8 @@ for M = wh.parameter.M.values
toc
% EQ_sig.spectrum("displayname","Signal Spectrum after MLSE","fignum",1234);
if 0
if 1
Noi.spectrum('displayname','Noise PSD','fignum',123)
[h,w] = freqz(1,burg_coeff,length(Noi),"whole",Noi.fs);
h = h/max(abs(h));
hold on