discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Discuss-gnuradio] symbol rate calc in digital_bert_rx.py


From: Alick Zhao
Subject: [Discuss-gnuradio] symbol rate calc in digital_bert_rx.py
Date: Wed, 18 Apr 2012 22:11:26 +0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:11.0) Gecko/20120329 Thunderbird/11.0.1

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]