gnuradio.blocks: Waveform Generators

gnuradio.blocks.vco_f(double sampling_rate, double sensitivity, double amplitude) → vco_f_sptr

VCO - Voltage controlled oscillator.

input: float stream of control voltages; output: float oscillator output

Constructor Specific Documentation:

VCO - Voltage controlled oscillator.

Parameters:
  • sampling_rate – sampling rate (Hz)
  • sensitivity – units are radians/sec/volt
  • amplitude – output amplitude
vco_f_sptr.active_thread_priority(vco_f_sptr self) → int
vco_f_sptr.declare_sample_delay(vco_f_sptr self, int which, int delay)

declare_sample_delay(vco_f_sptr self, unsigned int delay)

vco_f_sptr.message_subscribers(vco_f_sptr self, swig_int_ptr which_port) → swig_int_ptr
vco_f_sptr.min_noutput_items(vco_f_sptr self) → int
vco_f_sptr.pc_input_buffers_full_avg(vco_f_sptr self, int which) → float

pc_input_buffers_full_avg(vco_f_sptr self) -> pmt_vector_float

vco_f_sptr.pc_noutput_items_avg(vco_f_sptr self) → float
vco_f_sptr.pc_nproduced_avg(vco_f_sptr self) → float
vco_f_sptr.pc_output_buffers_full_avg(vco_f_sptr self, int which) → float

pc_output_buffers_full_avg(vco_f_sptr self) -> pmt_vector_float

vco_f_sptr.pc_work_time_avg(vco_f_sptr self) → float
vco_f_sptr.pc_work_time_total(vco_f_sptr self) → float
vco_f_sptr.sample_delay(vco_f_sptr self, int which) → unsigned int
vco_f_sptr.set_min_noutput_items(vco_f_sptr self, int m)
vco_f_sptr.set_thread_priority(vco_f_sptr self, int priority) → int
vco_f_sptr.thread_priority(vco_f_sptr self) → int

Previous topic

gnuradio.blocks: Message Tools

Next topic

gnuradio.blocks: Miscellaneous

This Page