+++ Changes +++
+ duobinary_target now supports memoryless decoding (FFE targets DB response without MLSE) + PAMmapper.quantize now supports custom constellations for quantization + Added a new folder 'Documentations' for pdfs, slides, etc. + Added new FSO evaluation scripts in projects/FSO transmission/Evaluation Scripts + Added ffe_db (rudimentary module, not important anymore)
This commit is contained in:
@@ -480,7 +480,7 @@ classdef EQ < handle
|
||||
|
||||
output_vec_weighted(m) = xbar;
|
||||
fb_sym = xbar;
|
||||
output_vec(m) = xbar;
|
||||
% output_vec(m) = xbar;
|
||||
end
|
||||
|
||||
if obj.Nb(1) > 0
|
||||
|
||||
@@ -103,6 +103,7 @@ classdef MaxVar_Timing_Recovery < handle
|
||||
% y = [y 0];
|
||||
% end
|
||||
data_out.signal = y.';
|
||||
data_out.fs = obj.fsym;
|
||||
end
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user