DATV demodulator: leansdr: missing initialization

pull/154/head
f4exb 2018-02-26 01:13:48 +01:00
rodzic 1436844fb3
commit 1e360fa63c
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -964,8 +964,8 @@ struct cstln_receiver: runnable
softsymbol *pout = out.wr(), *pout0 = pout;
// These are scoped outside the loop for SS and MER estimation.
complex<float> sg; // Symbol before AGC;
complex<float> s; // For MER estimation and constellation viewer
complex<float> sg(0.0, 0.0); // Symbol before AGC;
complex<float> s(0.0, 0.0); // For MER estimation and constellation viewer
complex<signed char> *cstln_point = NULL;
while (pin < pend)