UHD Simple Sink
uhd_simple_sink
UHD
from gnuradio import uhd
uhd.simple_sink($args, uhd.io_type_t.$type.type)
self.$(id).set_samp_rate($samp_rate)
self.$(id).set_center_freq($center_freq)
self.$(id).set_gain($gain)
#if $ant()
self.$(id).set_antenna($ant)
#end if
set_samp_rate($samp_rate)
set_center_freq($center_freq)
set_gain($gain)
set_antenna($ant)
Input Type
type
enum
Args
args
string
Samp Rate (Sps)
samp_rate
samp_rate
real
Center Freq (Hz)
center_freq
real
Gain (dB)
gain
0
real
Antenna
ant
string
#if $ant() == '' then 'part' else 'none'#
out
$type
$type.vlen