discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] how to change the channel width when data is tran


From: cao jing
Subject: Re: [Discuss-gnuradio] how to change the channel width when data is transmitting
Date: Tue, 18 Nov 2008 15:20:31 -0500

I changed my code in benchmark_tx.py as follow. But the program
blocked at the tb.wait().

tb.start() // this is the first time
tb.stop()
tb.wait() // block here
self.u.set_inter_rate(xxx)
tb.start()

On Tue, Nov 18, 2008 at 11:14 AM, Firas A. <address@hidden> wrote:
>
> Hi,
>
> If tb is your topblock, you can try the following :
>
> tb.stop()
> tb.wait()
> self.u.set_inter_rate(xxx)
> tb.start()
>
>
> Don't forget to give us a feed back.
>
>
> Best Regards,
>
>
> Firas
>
> --
> View this message in context: 
> http://www.nabble.com/how-to-change-the-channel-width-when-data-is-transmitting-tp20471587p20562715.html
> Sent from the GnuRadio mailing list archive at Nabble.com.
>
>
>
> _______________________________________________
> Discuss-gnuradio mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/discuss-gnuradio
>




reply via email to

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