From a13d9d9fa5f6ee80439261f11d73f8c070615f3c Mon Sep 17 00:00:00 2001 From: David Protzman Date: Thu, 7 Apr 2022 16:27:19 -0400 Subject: [PATCH] Added section for descrambling --- matlab/automatic_detector.m | 3 +++ 1 file changed, 3 insertions(+) diff --git a/matlab/automatic_detector.m b/matlab/automatic_detector.m index 6ed962f..5dd2986 100644 --- a/matlab/automatic_detector.m +++ b/matlab/automatic_detector.m @@ -194,3 +194,6 @@ plot(squeeze(data_carriers), 'o'); % Demodulate the QPSK and assume it's gray coded demodulated_bits = pskdemod(data_carriers, 2, 0, 'gray'); + +%% Descrambler +% Oof... this part's gonna be interesting \ No newline at end of file