Minor Changes and Lab Preps

This commit is contained in:
Silas [Labor]
2024-09-24 11:30:25 +02:00
parent 0f0b4d2c66
commit 9571f73b24
5 changed files with 203 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ params.M = [4];
params.datarate = [300];
params.rop = [0];
precomp_mode = 2; %0=do nothing ; 1= measure; 2=precomp active
precomp_mode = 0; %0=do nothing ; 1= measure; 2=precomp active
if ismac
precomp_path = "/Users/silasoettinghaus/Documents/MATLAB/imdd_simulation/projects/standard_system";
@@ -148,7 +148,7 @@ for M = wh.parameter.M.values
%%%%%% Sync Rx signal with reference %%%%%%
[Scpe_sig,D,cuts] = Scpe_sig.tsynch("reference",Symbols,"fs_ref",fsym);
[Scpe_sig,S] = Scpe_sig.tsynch("reference",Symbols,"fs_ref",fsym);
%%%%% EQUALIZE %%%%%%