Symbol rate calc in digital_bert_rx.py

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

On Wed, Apr 18, 2012 at 10:11 AM, Alick Z. [email protected]
wrote:

alick
Yep. I’d say you’re right.

I’ll make the correction.

Thanks!
Tom