mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-05-27 12:42:25 -04:00
DATV demodulator: leansdr: missing initialization
This commit is contained in:
parent
1436844fb3
commit
1e360fa63c
@ -964,8 +964,8 @@ struct cstln_receiver: runnable
|
|||||||
softsymbol *pout = out.wr(), *pout0 = pout;
|
softsymbol *pout = out.wr(), *pout0 = pout;
|
||||||
|
|
||||||
// These are scoped outside the loop for SS and MER estimation.
|
// These are scoped outside the loop for SS and MER estimation.
|
||||||
complex<float> sg; // Symbol before AGC;
|
complex<float> sg(0.0, 0.0); // Symbol before AGC;
|
||||||
complex<float> s; // For MER estimation and constellation viewer
|
complex<float> s(0.0, 0.0); // For MER estimation and constellation viewer
|
||||||
complex<signed char> *cstln_point = NULL;
|
complex<signed char> *cstln_point = NULL;
|
||||||
|
|
||||||
while (pin < pend)
|
while (pin < pend)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user