21#ifndef INCLUDED_CDMA_SWITCHED_PEAK_DETECTOR_FB_IMPL_H
22#define INCLUDED_CDMA_SWITCHED_PEAK_DETECTOR_FB_IMPL_H
33 float d_threshold_factor_rise;
34 float d_threshold_factor_fall;
38 unsigned char d_found;
58 float alpha() {
return d_avg_alpha; }
59 int on() {
return d_on; }
63 int work(
int noutput_items,
64 gr_vector_const_void_star &input_items,
65 gr_vector_void_star &output_items);
Definition: switched_peak_detector_fb_impl.h:30
int look_ahead()
Definition: switched_peak_detector_fb_impl.h:57
void set_threshold_factor_fall(float thr)
Definition: switched_peak_detector_fb_impl.h:51
void set_on(int on)
Definition: switched_peak_detector_fb_impl.h:54
float alpha()
Definition: switched_peak_detector_fb_impl.h:58
int on()
Definition: switched_peak_detector_fb_impl.h:59
void set_threshold_factor_rise(float thr)
Definition: switched_peak_detector_fb_impl.h:50
void set_look_ahead(int look)
Definition: switched_peak_detector_fb_impl.h:52
float threshold_factor_rise()
Definition: switched_peak_detector_fb_impl.h:55
switched_peak_detector_fb_impl(float threshold_factor_rise, float threshold_factor_fall, int look_ahead, float alpha, int on)
void set_alpha(float alpha)
Definition: switched_peak_detector_fb_impl.h:53
float threshold_factor_fall()
Definition: switched_peak_detector_fb_impl.h:56
~switched_peak_detector_fb_impl()
int work(int noutput_items, gr_vector_const_void_star &input_items, gr_vector_void_star &output_items)
<+description of block+>
Definition: switched_peak_detector_fb.h:37
Definition: amp_var_est.h:30