On Fri, Oct 11, 2013 at 12:36 PM, rmsrms1987 <[email protected]> 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. > > _______________________________________________ > Discuss-gnuradio mailing list > [email protected] > https://lists.gnu.org/mailman/listinfo/discuss-gnuradio > http://gnuradio.org/doc/doxygen/page_uhd.html Have you tried uhd.usrp_source.set_samp_rate()? I've never tried it in a running flowgraph, but that sounds like what you want. Alternatively that same page has another solution where you create a software resampler on your host, which you can change the resampling ratio from.
_______________________________________________ Discuss-gnuradio mailing list [email protected] https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
