Hi folks,
I think the calculation of symbol rate on line 73 of
gr-digital/examples/narrowband/digital_bert_rx.py contains a bug. Here
is the line:
self._symbol_rate = self._bitrate *
self._demod.bits_per_symbol()
It should be / rather than *, right?
alick