gnuradio.wxgui

gnuradio.wxgui.histo_sink_f(sptr msgq) → sptr

Histogram module.

Constructor Specific Documentation:

Parameters:msgq
histo_sink_f_sptr.active_thread_priority(self) → int
histo_sink_f_sptr.get_frame_size(self) → unsigned int
histo_sink_f_sptr.get_num_bins(self) → unsigned int
histo_sink_f_sptr.set_frame_size(self, unsigned int frame_size)
histo_sink_f_sptr.set_num_bins(self, unsigned int num_bins)
histo_sink_f_sptr.set_thread_priority(self, int priority) → int
histo_sink_f_sptr.thread_priority(self) → int
gnuradio.wxgui.oscope_sink_f(double sampling_rate, sptr msgq) → sptr

Building block for python oscilloscope module.

Accepts multiple float streams.

Constructor Specific Documentation:

Parameters:
  • sampling_rate
  • msgq
oscope_sink_f_sptr.active_thread_priority(self) → int
oscope_sink_f_sptr.get_decimation_count(self) → int
oscope_sink_f_sptr.get_samples_per_output_record(self) → int
oscope_sink_f_sptr.get_trigger_channel(self) → int
oscope_sink_f_sptr.get_trigger_level(self) → double
oscope_sink_f_sptr.get_trigger_mode(self) → trigger_mode
oscope_sink_f_sptr.get_trigger_slope(self) → trigger_slope
oscope_sink_f_sptr.num_channels(self) → int
oscope_sink_f_sptr.sample_rate(self) → double
oscope_sink_f_sptr.set_decimation_count(self, int decimation_count) → bool
oscope_sink_f_sptr.set_num_channels(self, int nchannels) → bool
oscope_sink_f_sptr.set_sample_rate(self, double sample_rate) → bool
oscope_sink_f_sptr.set_thread_priority(self, int priority) → int
oscope_sink_f_sptr.set_trigger_channel(self, int channel) → bool
oscope_sink_f_sptr.set_trigger_level(self, double trigger_level) → bool
oscope_sink_f_sptr.set_trigger_level_auto(self) → bool
oscope_sink_f_sptr.set_trigger_mode(self, trigger_mode mode) → bool
oscope_sink_f_sptr.set_trigger_slope(self, trigger_slope slope) → bool
oscope_sink_f_sptr.set_update_rate(self, double update_rate) → bool
oscope_sink_f_sptr.thread_priority(self) → int
oscope_sink_f_sptr.update_rate(self) → double
oscope_sink_f_sptr.work(self, int noutput_items, gr_vector_const_void_star input_items, gr_vector_void_star output_items) → int
class gnuradio.wxgui.constsink_gl.const_sink_c(parent, title='', sample_rate=1, size=(500, 400), frame_rate=5, const_size=2048, M=4, theta=0, loop_bw=0.06280000000000001, fmax=0.06, mu=0.5, gain_mu=0.005, symbol_rate=1, omega_limit=0.005)

A constellation block with a gui window.

class gnuradio.wxgui.fftsink2.fft_sink_c(parent, baseband_freq=0, ref_scale=2.0, y_per_div=10, y_divs=8, ref_level=50, sample_rate=1, fft_size=512, fft_rate=15, average=False, avg_alpha=None, title='', size=(600, 300), peak_hold=False, win=None, use_persistence=False, persist_alpha=None, **kwargs)
class gnuradio.wxgui.fftsink2.fft_sink_f(parent, baseband_freq=0, ref_scale=2.0, y_per_div=10, y_divs=8, ref_level=50, sample_rate=1, fft_size=512, fft_rate=15, average=False, avg_alpha=None, title='', size=(600, 300), peak_hold=False, win=None, use_persistence=False, persist_alpha=None, **kwargs)
class gnuradio.wxgui.histosink_gl.histo_sink_f(parent, size=(600, 300), title='', num_bins=11, frame_size=1000)

A histogram block and a gui window.

class gnuradio.wxgui.numbersink2.number_sink_c(parent, unit='units', minval=0, maxval=1, factor=1, decimal_places=3, ref_level=0, sample_rate=1, number_rate=5, average=False, avg_alpha=None, label='Number Plot', size=(300, 300), peak_hold=False, show_gauge=True, **kwargs)
class gnuradio.wxgui.numbersink2.number_sink_f(parent, unit='units', minval=0, maxval=1, factor=1, decimal_places=3, ref_level=0, sample_rate=1, number_rate=5, average=False, avg_alpha=None, label='Number Plot', size=(300, 300), peak_hold=False, show_gauge=True, **kwargs)
class gnuradio.wxgui.scopesink2.scope_sink_c(parent, title='', sample_rate=1, size=(600, 300), v_scale=0, t_scale=0, v_offset=0, xy_mode=False, ac_couple=False, num_inputs=1, trig_mode=1, y_axis_label='Counts', frame_rate=30, use_persistence=False, persist_alpha=None, **kwargs)
class gnuradio.wxgui.scopesink2.scope_sink_f(parent, title='', sample_rate=1, size=(600, 300), v_scale=0, t_scale=0, v_offset=0, xy_mode=False, ac_couple=False, num_inputs=1, trig_mode=1, y_axis_label='Counts', frame_rate=30, use_persistence=False, persist_alpha=None, **kwargs)
class gnuradio.wxgui.waterfallsink2.waterfall_sink_c(parent, baseband_freq=0, ref_level=50, sample_rate=1, fft_size=512, fft_rate=30, average=False, avg_alpha=None, title='', size=(600, 300), ref_scale=2.0, dynamic_range=80, num_lines=256, win=None, **kwargs)
class gnuradio.wxgui.waterfallsink2.waterfall_sink_f(parent, baseband_freq=0, ref_level=50, sample_rate=1, fft_size=512, fft_rate=30, average=False, avg_alpha=None, title='', size=(600, 300), ref_scale=2.0, dynamic_range=80, num_lines=256, win=None, **kwargs)

Previous topic

gnuradio.vocoder

Next topic

gnuradio.blocks: Modulators and Demodulators

This Page