discuss-gnuradio
[Top][All Lists]
Advanced

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

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


From: Tom Rondeau
Subject: Re: [Discuss-gnuradio] symbol rate calc in digital_bert_rx.py
Date: Thu, 19 Apr 2012 10:04:17 -0400

On Wed, Apr 18, 2012 at 10:11 AM, Alick Zhao <address@hidden> wrote:
> 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

Yep. I'd say you're right.

I'll make the correction.

Thanks!
Tom



reply via email to

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