gnuradio.blocks: Peak Detectors

gnuradio.blocks.peak_detector_fb(float threshold_factor_rise = 0.25, float threshold_factor_fall = 0.40, int look_ahead = 10, float alpha = 0.001) → sptr
peak_detector_fb_sptr.active_thread_priority(self) → int
peak_detector_fb_sptr.alpha(self) → float
peak_detector_fb_sptr.look_ahead(self) → int
peak_detector_fb_sptr.set_alpha(self, int alpha)
peak_detector_fb_sptr.set_look_ahead(self, int look)
peak_detector_fb_sptr.set_thread_priority(self, int priority) → int
peak_detector_fb_sptr.set_threshold_factor_fall(self, float thr)
peak_detector_fb_sptr.set_threshold_factor_rise(self, float thr)
peak_detector_fb_sptr.thread_priority(self) → int
peak_detector_fb_sptr.threshold_factor_fall(self) → float
peak_detector_fb_sptr.threshold_factor_rise(self) → float
gnuradio.blocks.peak_detector_ib(float threshold_factor_rise = 0.25, float threshold_factor_fall = 0.40, int look_ahead = 10, float alpha = 0.001) → sptr
peak_detector_ib_sptr.active_thread_priority(self) → int
peak_detector_ib_sptr.alpha(self) → float
peak_detector_ib_sptr.look_ahead(self) → int
peak_detector_ib_sptr.set_alpha(self, int alpha)
peak_detector_ib_sptr.set_look_ahead(self, int look)
peak_detector_ib_sptr.set_thread_priority(self, int priority) → int
peak_detector_ib_sptr.set_threshold_factor_fall(self, float thr)
peak_detector_ib_sptr.set_threshold_factor_rise(self, float thr)
peak_detector_ib_sptr.thread_priority(self) → int
peak_detector_ib_sptr.threshold_factor_fall(self) → float
peak_detector_ib_sptr.threshold_factor_rise(self) → float
gnuradio.blocks.peak_detector_sb(float threshold_factor_rise = 0.25, float threshold_factor_fall = 0.40, int look_ahead = 10, float alpha = 0.001) → sptr
peak_detector_sb_sptr.active_thread_priority(self) → int
peak_detector_sb_sptr.alpha(self) → float
peak_detector_sb_sptr.look_ahead(self) → int
peak_detector_sb_sptr.set_alpha(self, int alpha)
peak_detector_sb_sptr.set_look_ahead(self, int look)
peak_detector_sb_sptr.set_thread_priority(self, int priority) → int
peak_detector_sb_sptr.set_threshold_factor_fall(self, float thr)
peak_detector_sb_sptr.set_threshold_factor_rise(self, float thr)
peak_detector_sb_sptr.thread_priority(self) → int
peak_detector_sb_sptr.threshold_factor_fall(self) → float
peak_detector_sb_sptr.threshold_factor_rise(self) → float
gnuradio.blocks.burst_tagger(size_t itemsize) → sptr
burst_tagger_sptr.active_thread_priority(self) → int
burst_tagger_sptr.set_false_tag(self, string key, bool value)
burst_tagger_sptr.set_thread_priority(self, int priority) → int
burst_tagger_sptr.set_true_tag(self, string key, bool value)
burst_tagger_sptr.thread_priority(self) → int
gnuradio.blocks.peak_detector2_fb(float threshold_factor_rise = 7, int look_ahead = 1000, float alpha = 0.001) → sptr
peak_detector2_fb_sptr.active_thread_priority(self) → int
peak_detector2_fb_sptr.alpha(self) → float
peak_detector2_fb_sptr.look_ahead(self) → int
peak_detector2_fb_sptr.set_alpha(self, int alpha)
peak_detector2_fb_sptr.set_look_ahead(self, int look)
peak_detector2_fb_sptr.set_thread_priority(self, int priority) → int
peak_detector2_fb_sptr.set_threshold_factor_rise(self, float thr)
peak_detector2_fb_sptr.thread_priority(self) → int
peak_detector2_fb_sptr.threshold_factor_rise(self) → float
gnuradio.blocks.plateau_detector_fb(int max_len, float threshold = 0.9) → sptr
plateau_detector_fb_sptr.active_thread_priority(self) → int
plateau_detector_fb_sptr.set_thread_priority(self, int priority) → int
plateau_detector_fb_sptr.thread_priority(self) → int

Previous topic

gnuradio.blocks: Boolean Operators

Next topic

gnuradio.blocks: Byte Operators

This Page