FSO data:

- demystifyied dataset
- matched filter
- timing sync (whole sig, not symbol based)
- EQ is worse, I guess due to symbol timing recovery

Pulsef:
- can be used as matched filter now, the only thing I really changed was the sampling behavior - before it assumed that the input is always fsym, now it can be anything... fdac is output frequency for both methods
This commit is contained in:
silas (home)
2026-01-08 13:20:35 +01:00
parent 5c39a7f98a
commit 062c5dfbaf
6 changed files with 313 additions and 117 deletions

View File

@@ -757,11 +757,11 @@ classdef Signal
pkpos = sort(pkpos);
if mean(w) > 10 || mean(p) > 15
return
else
sequenceFound = 1;
end
% if mean(w) > 15 || mean(p) > 15
% return
% else
% sequenceFound = 1;
% end
if options.debug_plots
figure(121212);clf