gnuradio.uhd

class gnuradio.uhd.usrp_block(*args, **kwargs)

Base class for USRP blocks.

Note that many of the functions defined here differ between Rx and Tx configurations. As an example, set_center_freq() will set the Rx frequency for a usrp_source object, and the Tx frequency on a usrp_sink object.

Previous topic

gnuradio.trellis

Next topic

gnuradio.vocoder

This Page