#include <gnuradio/sync_block.h>
Go to the source code of this file.
|
BAZ_API baz_peak_detector_sptr | baz_make_peak_detector (float min_diff=0.0, int min_len=1, int lockout=0, float drop=0.0, float alpha=1.0, int look_ahead=0, bool byte_output=false, bool verbose=false) |
| Return a shared_ptr to a new instance of baz_peak_detector.
|
|
◆ baz_make_peak_detector()
BAZ_API baz_peak_detector_sptr baz_make_peak_detector |
( |
float |
min_diff = 0.0 , |
|
|
int |
min_len = 1 , |
|
|
int |
lockout = 0 , |
|
|
float |
drop = 0.0 , |
|
|
float |
alpha = 1.0 , |
|
|
int |
look_ahead = 0 , |
|
|
bool |
byte_output = false , |
|
|
bool |
verbose = false |
|
) |
| |
Return a shared_ptr to a new instance of baz_peak_detector.
To avoid accidental use of raw pointers, baz_peak_detector's constructor is private. howto_make_square2_ff is the public interface for creating new instances.
◆ baz_peak_detector