I would like to reduce the ADC sample rate from the default 62.5 MS/s.  I
have found the set_adc_clk_div in the usrp0_rx class.  Is this still
usable.  I tried to use it in the follow:

u = usrp.source_c()

u.set_adc_clk_div(6)

and I get errors?

I did 'from gnuradio import usrp0' and still get the error.  I also tried

u = usrp0.source_c()

Mike

--------------------------------------------------------------------
mail2web - Check your email from the web at
http://mail2web.com/ .




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

Reply via email to