On Wed, Oct 19, 2011 at 6:39 AM, Nowlan, Sean
<sean.now...@gtri.gatech.edu>wrote:

>  I think I was wrong; it looks like “bitrate” is used in the expected way
> – to indicate the transmission bit rate. However the code doesn’t take
> bits-per-symbol into account in uhd_interface.py (line 70):****
>
> ** **
>
> asked_samp_rate = bitrate * req_sps****
>
> ** **
>
> Shouldn’t this be, “asked_samp_rate = bitrate * req_sps * bits_per_symbol”?
>


You almost got me... sample_rate = samps_per_sym * bitrate/bits_per_sym

I just pushed changes to 'next' that take care of this and change
address->args with an empty default.

Tom
_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to