Hi,

If :
u = usrp.source_c(0)

then if I passed the usrp source instance (u)  to a gnuradio block, what is
the class (type) that should be used in the c++ code to receive (define)
this instance ? 

I thought at first we can define it as a class of usrp_standard_rx, but I
was totally wrong.

What I'm trying to do, is to control the usrp directly from inside a general
gnuradio block. The reason  for this is that in usrp_spectrum_sense.py, the
call from inside bin_statistics block (C++) to the tune function (python)
takes so much time for each center frequency change.

If I passed the usrp source instance to the bin_statistics block, then, I
will be able to control the DDC frequency of the USRP directly without the
need to call the python code every time. Thanks.

Firas,

-- 
View this message in context: 
http://www.nabble.com/Controlling-USRP-From-Inside-General-Gnuradio-Block-tp14302901p14302901.html
Sent from the GnuRadio mailing list archive at Nabble.com.



_______________________________________________
Discuss-gnuradio mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to