gnuradio.analog: Peak Detectors

gnuradio.analog.dpll_bb(float period, float gain) → dpll_bb_sptr

Detect the peak of a signal.

If a peak is detected, this block outputs a 1, or it outputs 0’s.

Constructor Specific Documentation:

Parameters:
  • period
  • gain
dpll_bb_sptr.active_thread_priority(dpll_bb_sptr self) → int
dpll_bb_sptr.decision_threshold(dpll_bb_sptr self) → float
dpll_bb_sptr.declare_sample_delay(dpll_bb_sptr self, int which, int delay)

declare_sample_delay(dpll_bb_sptr self, unsigned int delay)

dpll_bb_sptr.freq(dpll_bb_sptr self) → float
dpll_bb_sptr.gain(dpll_bb_sptr self) → float
dpll_bb_sptr.message_subscribers(dpll_bb_sptr self, swig_int_ptr which_port) → swig_int_ptr
dpll_bb_sptr.min_noutput_items(dpll_bb_sptr self) → int
dpll_bb_sptr.pc_input_buffers_full_avg(dpll_bb_sptr self, int which) → float

pc_input_buffers_full_avg(dpll_bb_sptr self) -> pmt_vector_float

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

pc_output_buffers_full_avg(dpll_bb_sptr self) -> pmt_vector_float

dpll_bb_sptr.pc_work_time_avg(dpll_bb_sptr self) → float
dpll_bb_sptr.pc_work_time_total(dpll_bb_sptr self) → float
dpll_bb_sptr.phase(dpll_bb_sptr self) → float
dpll_bb_sptr.sample_delay(dpll_bb_sptr self, int which) → unsigned int
dpll_bb_sptr.set_decision_threshold(dpll_bb_sptr self, float thresh)
dpll_bb_sptr.set_gain(dpll_bb_sptr self, float gain)
dpll_bb_sptr.set_min_noutput_items(dpll_bb_sptr self, int m)
dpll_bb_sptr.set_thread_priority(dpll_bb_sptr self, int priority) → int
dpll_bb_sptr.thread_priority(dpll_bb_sptr self) → int

Previous topic

gnuradio.analog: Level Controllers

Next topic

gnuradio.analog: Measurement Tools

This Page