added missing variable

pull/15/head
Wojciech Kaczmarski 2023-09-22 09:14:20 +02:00 zatwierdzone przez GitHub
rodzic cd77e8ae76
commit 9a5c06be78
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -14,7 +14,7 @@
float sample; //last raw sample from the stdin
float last[8]; //look-back buffer for finding syncwords
float xcorr, meanx, normx; //cross correlation related variables for finding syncwords
float dist; //Euclidean distance for finding syncwords in the symbol stream
float pld[SYM_PER_PLD]; //raw frame symbols
uint16_t soft_bit[2*SYM_PER_PLD]; //raw frame soft bits
uint16_t d_soft_bit[2*SYM_PER_PLD]; //deinterleaved soft bits