Added section for descrambling

gr-droneid-3.8
David Protzman 2022-04-07 16:27:19 -04:00
rodzic e788f0a678
commit a13d9d9fa5
1 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -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