commit old stuff from lab
This commit is contained in:
@@ -17,6 +17,7 @@ if ~isempty(options.postFFE)
|
||||
[eq_signal,eq_noise] = options.postFFE.process(eq_signal,tx_symbols);
|
||||
end
|
||||
|
||||
eq_signal.eye(eq_signal.fs,M,"fignum",340);
|
||||
|
||||
eq_signal = mlse_.process(eq_signal);
|
||||
|
||||
@@ -62,7 +63,7 @@ equalizerConfigDBsignaling = struct( ...
|
||||
'target_constellation', jsonencode(round(unique(tx_symbols.signal),5)), ... % Beispielhafter Target-String
|
||||
'db_target', 1, ... % 0 oder 1
|
||||
'diff_precode', 1, ... % 0 oder 1
|
||||
'postFFE', ~isempty(options.postFFE), ... % Beispielwert
|
||||
'postFFE', double(~isempty(options.postFFE)), ... % Beispielwert
|
||||
'NpostFFE', npostFFE, ... % Beispielwert
|
||||
'Ne1', eq_.Ne(1), ... % Feedforward Koeffizienten 1. Ordnung
|
||||
'Ne2', eq_.Ne(2), ... % Feedforward Koeffizienten 2. Ordnung
|
||||
|
||||
Reference in New Issue
Block a user