GNU Radio 3.4.2 C++ API
gr_peak_detector_fb.h File Reference
#include <gr_sync_block.h>
Include dependency graph for gr_peak_detector_fb.h:

Go to the source code of this file.

Classes

class  gr_peak_detector_fb
 Detect the peak of a signalIf a peak is detected, this block outputs a 1, or it outputs 0's. More...

Functions

gr_peak_detector_fb_sptr gr_make_peak_detector_fb (float threshold_factor_rise=0.25, float threshold_factor_fall=0.40, int look_ahead=10, float alpha=0.001)

Function Documentation

gr_peak_detector_fb_sptr gr_make_peak_detector_fb ( float  threshold_factor_rise = 0.25,
float  threshold_factor_fall = 0.40,
int  look_ahead = 10,
float  alpha = 0.001 
)