USRP2 Source usrp2_source_xxxx from gnuradio import usrp2 #if not $interface.eval and not $mac_addr.eval usrp2.source_$(type.fcn)() #elif not $mac_addr.eval usrp2.source_$(type.fcn)($interface) #else usrp2.source_$(type.fcn)($interface, $mac_addr) #end if self.$(id).set_decim($decimation) self.$(id).set_center_freq($frequency) self.$(id).set_gain($gain) set_decim($decimation) set_center_freq($frequency) set_gain($gain) Output Type type enum Interface interface string MAC Addr mac_addr string Decimation decimation int Frequency frequency real Gain gain real out $type The USRP2 source outputs 100 Megasamples per second / decimation. To use the default ethernet device, leave interface blank. \ For systems with only 1 USRP2, you may leave the mac address blank. \ For multi-USRP2 systems, specify the mac address in the form 00:50:C2:85:3x:xx.