Re: [Discuss-gnuradio] Dynamically set sample rate

2013-10-11 Thread West, Nathan
On Fri, Oct 11, 2013 at 12:36 PM, rmsrms1987 wrote: > Does anybody have any ideas on this question? > > > > -- > View this message in context: > http://gnuradio.4.n7.nabble.com/Dynamically-set-sample-rate-tp44048p44128.html > Sent from the GnuRadio mailing list archive at Nabble.com. > >

Re: [Discuss-gnuradio] Dynamically set sample rate

2013-10-11 Thread Marcus Leech
Most sources/sinks have something like a set_sample_rate() method that can be called. It's often useful to put together a flow-graph in GRC to see how this is organized in Python.   For example, if you change sample-rate on the fly, your downstream blocks that care about sample-rate are going to ne

Re: [Discuss-gnuradio] Dynamically set sample rate

2013-10-11 Thread rmsrms1987
Does anybody have any ideas on this question? -- View this message in context: http://gnuradio.4.n7.nabble.com/Dynamically-set-sample-rate-tp44048p44128.html Sent from the GnuRadio mailing list archive at Nabble.com. ___ Discuss-gnuradio mailing list

[Discuss-gnuradio] Dynamically set sample rate

2013-10-09 Thread rmsrms1987
This might be a trivial question, but I did some searching around and could not find anything. Is there any way to dynamically set the sample rate in a "top_block" file without stopping the program and restarting it? Say I have the USRP sampling at 100KHz, then after 30 seconds would it be possibl