#include <gr_sync_block.h>

Go to the source code of this file.
Classes | |
| class | gr_peak_detector_ib |
| Detect the peak of a signal
If a peak is detected, this block outputs a 1, or it outputs 0's. More... | |
Typedefs | |
| typedef boost::shared_ptr < gr_peak_detector_ib > | gr_peak_detector_ib_sptr |
Functions | |
| gr_peak_detector_ib_sptr | gr_make_peak_detector_ib (float threshold_factor_rise=0.25, float threshold_factor_fall=0.40, int look_ahead=10, float alpha=0.001) |
| gr_peak_detector_ib_sptr gr_make_peak_detector_ib | ( | float | threshold_factor_rise = 0.25, |
|
| float | threshold_factor_fall = 0.40, |
|||
| int | look_ahead = 10, |
|||
| float | alpha = 0.001 | |||
| ) |
1.5.8