Right.. that's what I meant :) From: Tom Rondeau [mailto:[email protected]] Sent: Wednesday, October 19, 2011 2:45 PM To: Nowlan, Sean Cc: [email protected]; [email protected] Subject: Re: [Discuss-gnuradio] Error running benchmark_tx.py from "next" branch
On Wed, Oct 19, 2011 at 6:39 AM, Nowlan, Sean <[email protected]<mailto:[email protected]>> 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 [email protected] https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
