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