DATV demodulator: leansdr: missing initialization

This commit is contained in:
f4exb 2018-02-26 01:13:48 +01:00
parent 1436844fb3
commit 1e360fa63c
1 changed files with 2 additions and 2 deletions

View File

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