Bald fertig für richtige Nutzung - Move_it vergleich fertig

Complete Checkup with Move_it: this framework is an almost perfect reproduction.
This commit is contained in:
Silas Oettinghaus
2023-06-08 15:33:57 +02:00
parent 2868887a15
commit 2aeacafe78
14 changed files with 198 additions and 122 deletions

View File

@@ -50,6 +50,8 @@ classdef PAMmapper
pam_sig=2*pam_sig-3;
end
pam_sig = pam_sig .* 1/sqrt(5);
case 3
% 8-ASK:
@@ -86,8 +88,6 @@ classdef PAMmapper
%28.03.2023 - Silas Oett. - Extracted from digi_demod.m
%
obj.thresholds = 0;
switch log2(obj.M)
case 1
@@ -106,6 +106,7 @@ classdef PAMmapper
elseif obj.unipolar==1
thres=[0.5,1.5,2.5];
end
thres = thres .* 1/sqrt(5);
case 3
@@ -174,6 +175,8 @@ classdef PAMmapper
1-comp_real(:,:,4)+comp_real(:,:,12)];
end
data_out = data_out';
end